From 7d8e94b578aa6c8e5886cb578d62fa5caf330c2e Mon Sep 17 00:00:00 2001 From: aelmanaa Date: Mon, 16 Dec 2024 10:51:22 +0100 Subject: [PATCH] update --- src/config/data/chains.json | 6 +++--- src/config/sidebar.ts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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", }, {