mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@8b4f756dcb 🚀
This commit is contained in:
parent
3f4ea04dba
commit
6fd23d102b
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -4769,6 +4769,19 @@
|
||||||
"rpc": ["https://rinkeby.arbitrum.io/rpc", "wss://rinkeby.arbitrum.io/ws"],
|
"rpc": ["https://rinkeby.arbitrum.io/rpc", "wss://rinkeby.arbitrum.io/ws"],
|
||||||
"faucets": ["http://fauceth.komputing.org?chain=421611&address=${ADDRESS}"],
|
"faucets": ["http://fauceth.komputing.org?chain=421611&address=${ADDRESS}"],
|
||||||
"infoURL": "https://arbitrum.io"
|
"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",
|
"name": "Weelink Testnet",
|
||||||
"chainId": 444900,
|
"chainId": 444900,
|
||||||
|
|
|
@ -6749,6 +6749,26 @@
|
||||||
"url": "https://bridge.arbitrum.io"
|
"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",
|
"name": "Weelink Testnet",
|
||||||
"chain": "WLK",
|
"chain": "WLK",
|
||||||
|
|
|
@ -366,6 +366,7 @@
|
||||||
"sparta": "eip155:333888",
|
"sparta": "eip155:333888",
|
||||||
"olympus": "eip155:333999",
|
"olympus": "eip155:333999",
|
||||||
"arb-rinkeby": "eip155:421611",
|
"arb-rinkeby": "eip155:421611",
|
||||||
|
"Dexalot": "eip155:432201",
|
||||||
"wlkt": "eip155:444900",
|
"wlkt": "eip155:444900",
|
||||||
"oc": "eip155:474142",
|
"oc": "eip155:474142",
|
||||||
"cmp": "eip155:512512",
|
"cmp": "eip155:512512",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user