Skip to content

Commit b841032

Browse files
authored
update (#2218)
1 parent 3f04abe commit b841032

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/config/data/chains.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
},
156156
"FANTOM_TESTNET": {
157157
"chainId": 4002,
158-
"title": "Fantom testnet",
158+
"title": "Fantom Testnet",
159159
"explorer": "https://testnet.ftmscan.com",
160160
"nativeCurrency": {
161161
"name": "Fantom",
@@ -585,13 +585,13 @@
585585
"chains": {
586586
"ZIRCUIT_MAINNET": {
587587
"chainId": 48900,
588-
"title": "Zircuit mainnet",
588+
"title": "Zircuit",
589589
"explorer": "https://explorer.zircuit.com",
590590
"nativeCurrency": { "name": "ETH", "symbol": "ETH", "decimals": 18 }
591591
},
592592
"ZIRCUIT_TESTNET": {
593593
"chainId": 48899,
594-
"title": "Zircuit testnet",
594+
"title": "Zircuit Testnet",
595595
"explorer": "https://explorer.testnet.zircuit.com",
596596
"nativeCurrency": { "name": "ETH", "symbol": "ETH", "decimals": 18 }
597597
}

src/config/sidebar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1031,7 +1031,7 @@ export const SIDEBAR: Partial<Record<Sections, SectionEntry[]>> = {
10311031
url: "ccip/tutorials/cross-chain-tokens",
10321032
children: [
10331033
{
1034-
title: "Deploy and RegisterUsing Remix IDE",
1034+
title: "Deploy and Register Using Remix IDE",
10351035
url: "ccip/tutorials/cross-chain-tokens/register-from-eoa-remix",
10361036
},
10371037
{

0 commit comments

Comments
 (0)