Skip to content

Commit

Permalink
Merge branch 'main' into scroll-smartdata
Browse files Browse the repository at this point in the history
  • Loading branch information
khadni authored Dec 16, 2024
2 parents 0b2122b + b841032 commit f0c74df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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

0 comments on commit f0c74df

Please sign in to comment.