Skip to content

Commit

Permalink
Added Mode network | ZetaChain mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
whonion committed Feb 26, 2024
1 parent 058ba68 commit 260f9be
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,18 @@ func main() {
ExplorerURL: "https://explorer.cascadia.foundation",
RPCURL: "https://testnet.cascadia.foundation",
},
34443: {
ChainID: 34443,
ChainName: "Mode network",
ExplorerURL: "https://explorer.mode.network/",
RPCURL: "https://1rpc.io/mode",
},
7000: {
ChainID: 7000,
ChainName: "ZetaChain Mainnet",
ExplorerURL: "https://explorer.zetachain.com",
RPCURL: "https://zeta.rpcgrid.com",
},
}
for _, privateKeyStr := range privateKeys {
privateKey, err := crypto.HexToECDSA(strings.TrimSpace(privateKeyStr))
Expand Down

0 comments on commit 260f9be

Please sign in to comment.