Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update #2218

Merged
merged 2 commits into from
Dec 16, 2024
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