Skip to content
Merged

update #2218

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/config/data/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
},
"FANTOM_TESTNET": {
"chainId": 4002,
"title": "Fantom testnet",
"title": "Fantom Testnet",
"explorer": "https://testnet.ftmscan.com",
"nativeCurrency": {
"name": "Fantom",
Expand Down Expand Up @@ -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 }
}
Expand Down
2 changes: 1 addition & 1 deletion src/config/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1031,7 +1031,7 @@ export const SIDEBAR: Partial<Record<Sections, SectionEntry[]>> = {
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",
},
{
Expand Down
Loading