Skip to content
Open
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
7 changes: 6 additions & 1 deletion scripts/update-chain-data.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,21 @@ const watchedChains = [
1,
5,
10,
137,
250,
1284,
8453,
42161,
43113,
43114,
59144,
84531,
421613,
534352,
713715,
11155111,
11155420,
168587773
168587773,
];

async function fetchData() {
Expand Down
21 changes: 21 additions & 0 deletions src/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,18 @@
"name": "OP Mainnet",
"chainId": 10
},
{
"name": "Polygon Mainnet",
"chainId": 137
},
{
"name": "Fantom Opera",
"chainId": 250
},
{
"name": "Moonbeam",
"chainId": 1284
},
{
"name": "Base",
"chainId": 8453
Expand All @@ -28,6 +40,11 @@
"name": "Avalanche C-Chain",
"chainId": 43114
},
{
"name": "Linea",
"title": "Linea Mainnet",
"chainId": 59144
},
{
"name": "Base Goerli Testnet",
"chainId": 84531
Expand All @@ -37,6 +54,10 @@
"title": "Arbitrum Goerli Rollup Testnet",
"chainId": 421613
},
{
"name": "Scroll",
"chainId": 534352
},
{
"name": "Sei Devnet",
"chainId": 713715
Expand Down