Deploying to gh-pages from @ ethereum-lists/chains@2ab29702bd 🚀

This commit is contained in:
ligi 2022-03-17 06:34:28 +00:00
parent 132a65903a
commit fca5b7a6d8
5 changed files with 35 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

@ -2650,6 +2650,19 @@
"rpc": ["https://babel-api.testnet.iotex.io"],
"faucets": ["https://faucet.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",
"chainId": 5197,

View File

@ -3602,6 +3602,25 @@
"url": "https://testnet.iotexscan.io",
"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",
"chain": "ESN",

View File

@ -203,6 +203,7 @@
"tftm": "eip155:4002",
"iotex-mainnet": "eip155:4689",
"iotex-testnet": "eip155:4690",
"xvm": "eip155:4918",
"es": "eip155:5197",
"UZMI": "eip155:5315",
"tsys": "eip155:5700",