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@2ab29702bd 🚀
This commit is contained in:
parent
132a65903a
commit
fca5b7a6d8
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -2650,6 +2650,19 @@
|
||||||
"rpc": ["https://babel-api.testnet.iotex.io"],
|
"rpc": ["https://babel-api.testnet.iotex.io"],
|
||||||
"faucets": ["https://faucet.iotex.io/"],
|
"faucets": ["https://faucet.iotex.io/"],
|
||||||
"infoURL": "https://iotex.io"
|
"infoURL": "https://iotex.io"
|
||||||
|
}, {
|
||||||
|
"name": "Venidium Testnet",
|
||||||
|
"chainId": 4918,
|
||||||
|
"shortName": "xvm",
|
||||||
|
"networkId": 4918,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Venidium",
|
||||||
|
"symbol": "XVM",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://rpc-evm-testnet.venidium.io"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://venidium.io"
|
||||||
}, {
|
}, {
|
||||||
"name": "EraSwap Mainnet",
|
"name": "EraSwap Mainnet",
|
||||||
"chainId": 5197,
|
"chainId": 5197,
|
||||||
|
|
|
@ -3602,6 +3602,25 @@
|
||||||
"url": "https://testnet.iotexscan.io",
|
"url": "https://testnet.iotexscan.io",
|
||||||
"standard": "EIP3091"
|
"standard": "EIP3091"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "Venidium Testnet",
|
||||||
|
"chain": "XVM",
|
||||||
|
"rpc": ["https://rpc-evm-testnet.venidium.io"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Venidium",
|
||||||
|
"symbol": "XVM",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://venidium.io",
|
||||||
|
"shortName": "xvm",
|
||||||
|
"chainId": 4918,
|
||||||
|
"networkId": 4918,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "Venidium EVM Testnet Explorer",
|
||||||
|
"url": "https://evm-testnet.venidiumexplorer.com",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "EraSwap Mainnet",
|
"name": "EraSwap Mainnet",
|
||||||
"chain": "ESN",
|
"chain": "ESN",
|
||||||
|
|
|
@ -203,6 +203,7 @@
|
||||||
"tftm": "eip155:4002",
|
"tftm": "eip155:4002",
|
||||||
"iotex-mainnet": "eip155:4689",
|
"iotex-mainnet": "eip155:4689",
|
||||||
"iotex-testnet": "eip155:4690",
|
"iotex-testnet": "eip155:4690",
|
||||||
|
"xvm": "eip155:4918",
|
||||||
"es": "eip155:5197",
|
"es": "eip155:5197",
|
||||||
"UZMI": "eip155:5315",
|
"UZMI": "eip155:5315",
|
||||||
"tsys": "eip155:5700",
|
"tsys": "eip155:5700",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user