Skip to content

Commit

Permalink
fix struct 'evmChains' | add new chains
Browse files Browse the repository at this point in the history
  • Loading branch information
whonion committed Aug 31, 2023
1 parent 0f8e2a9 commit 3e7f4ca
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ func main() {
RPCURL: "https://rpc.ankr.com/arbitrum",
},
42170: {
ChainID: 42161,
ChainName: "Arbitrum",
ExplorerURL: "https://arbiscan.io",
RPCURL: "https://rpc.ankr.com/arbitrum",
ChainID: 42170,
ChainName: "Arbitrum Nova",
ExplorerURL: "https://nova.arbitrum.io",
RPCURL: "https://nova.arbitrum.io/rpc",
},
137: {
ChainID: 137,
Expand Down Expand Up @@ -134,12 +134,24 @@ func main() {
ExplorerURL: "https://scrollscan.com",
RPCURL: "https://scroll-alpha-public.unifra.io",
},
534351: {
ChainID: 534351,
ChainName: "Scroll Alpha Testnet",
ExplorerURL: "https://sepolia-blockscout.scroll.io/",
RPCURL: "https://1rpc.io/scroll/sepolia",
},
59140: {
ChainID: 59140,
ChainName: "ConsenSys zkEVM (Linea)",
ChainName: "Linea(Testnet)",
ExplorerURL: "https://goerli.lineascan.build",
RPCURL: "https://rpc.goerli.linea.build",
},
59144: {
ChainID: 59144,
ChainName: "Linea Mainnet",
ExplorerURL: "https://lineascan.build/",
RPCURL: "https://rpc.linea.build",
},
6102: {
ChainID: 6102,
ChainName: "Cascadia Testnet",
Expand Down

0 comments on commit 3e7f4ca

Please sign in to comment.