Deploying to gh-pages from @ ethereum-lists/chains@8b4f756dcb 🚀

This commit is contained in:
ligi 2022-06-03 10:05:54 +00:00
parent 3f4ea04dba
commit 6fd23d102b
5 changed files with 36 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -4769,6 +4769,19 @@
"rpc": ["https://rinkeby.arbitrum.io/rpc", "wss://rinkeby.arbitrum.io/ws"],
"faucets": ["http://fauceth.komputing.org?chain=421611&address=${ADDRESS}"],
"infoURL": "https://arbitrum.io"
}, {
"name": "Dexalot Testnet",
"chainId": 432201,
"shortName": "Dexalot",
"networkId": 432201,
"nativeCurrency": {
"name": "Dexalot",
"symbol": "ALOT",
"decimals": 18
},
"rpc": ["https://subnets.avax.network/dexalot/testnet/rpc"],
"faucets": ["https://sfaucet.dexalot-test.com"],
"infoURL": "https://dexalot.com"
}, {
"name": "Weelink Testnet",
"chainId": 444900,

View File

@ -6749,6 +6749,26 @@
"url": "https://bridge.arbitrum.io"
}]
}
}, {
"name": "Dexalot Testnet",
"chain": "DEXALOT",
"network": "testnet",
"rpc": ["https://subnets.avax.network/dexalot/testnet/rpc"],
"faucets": ["https://sfaucet.dexalot-test.com"],
"nativeCurrency": {
"name": "Dexalot",
"symbol": "ALOT",
"decimals": 18
},
"infoURL": "https://dexalot.com",
"shortName": "Dexalot",
"chainId": 432201,
"networkId": 432201,
"explorers": [{
"name": "Avalanche Subnet Explorer",
"url": "https://subnets.avax.network/dexalot/testnet/explorer",
"standard": "EIP3091"
}]
}, {
"name": "Weelink Testnet",
"chain": "WLK",

View File

@ -366,6 +366,7 @@
"sparta": "eip155:333888",
"olympus": "eip155:333999",
"arb-rinkeby": "eip155:421611",
"Dexalot": "eip155:432201",
"wlkt": "eip155:444900",
"oc": "eip155:474142",
"cmp": "eip155:512512",