diff --git a/src/config/data/chains.json b/src/config/data/chains.json index 4fa31104384..bc246aac269 100644 --- a/src/config/data/chains.json +++ b/src/config/data/chains.json @@ -155,7 +155,7 @@ }, "FANTOM_TESTNET": { "chainId": 4002, - "title": "Fantom testnet", + "title": "Fantom Testnet", "explorer": "https://testnet.ftmscan.com", "nativeCurrency": { "name": "Fantom", @@ -585,13 +585,13 @@ "chains": { "ZIRCUIT_MAINNET": { "chainId": 48900, - "title": "Zircuit mainnet", + "title": "Zircuit", "explorer": "https://explorer.zircuit.com", "nativeCurrency": { "name": "ETH", "symbol": "ETH", "decimals": 18 } }, "ZIRCUIT_TESTNET": { "chainId": 48899, - "title": "Zircuit testnet", + "title": "Zircuit Testnet", "explorer": "https://explorer.testnet.zircuit.com", "nativeCurrency": { "name": "ETH", "symbol": "ETH", "decimals": 18 } } diff --git a/src/config/sidebar.ts b/src/config/sidebar.ts index 04af39711a1..3329eca2e17 100644 --- a/src/config/sidebar.ts +++ b/src/config/sidebar.ts @@ -1031,7 +1031,7 @@ export const SIDEBAR: Partial> = { url: "ccip/tutorials/cross-chain-tokens", children: [ { - title: "Deploy and RegisterUsing Remix IDE", + title: "Deploy and Register Using Remix IDE", url: "ccip/tutorials/cross-chain-tokens/register-from-eoa-remix", }, {