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

This commit is contained in:
ligi 2022-06-12 09:44:50 +00:00
parent cc7a21269b
commit 16a8a13df3
5 changed files with 39 additions and 5 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

@ -3238,7 +3238,7 @@
}, { }, {
"name": "Venidium Testnet", "name": "Venidium Testnet",
"chainId": 4918, "chainId": 4918,
"shortName": "xvm", "shortName": "txvm",
"networkId": 4918, "networkId": 4918,
"nativeCurrency": { "nativeCurrency": {
"name": "Venidium", "name": "Venidium",
@ -3248,6 +3248,19 @@
"rpc": ["https://rpc-evm-testnet.venidium.io"], "rpc": ["https://rpc-evm-testnet.venidium.io"],
"faucets": [], "faucets": [],
"infoURL": "https://venidium.io" "infoURL": "https://venidium.io"
}, {
"name": "Venidium Mainnet",
"chainId": 4919,
"shortName": "xvm",
"networkId": 4919,
"nativeCurrency": {
"name": "Venidium",
"symbol": "XVM",
"decimals": 18
},
"rpc": ["https://rpc.venidium.io"],
"faucets": [],
"infoURL": "https://venidium.io"
}, { }, {
"name": "EraSwap Mainnet", "name": "EraSwap Mainnet",
"chainId": 5197, "chainId": 5197,

View File

@ -4502,7 +4502,7 @@
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://venidium.io", "infoURL": "https://venidium.io",
"shortName": "xvm", "shortName": "txvm",
"chainId": 4918, "chainId": 4918,
"networkId": 4918, "networkId": 4918,
"explorers": [{ "explorers": [{
@ -4510,6 +4510,26 @@
"url": "https://evm-testnet.venidiumexplorer.com", "url": "https://evm-testnet.venidiumexplorer.com",
"standard": "EIP3091" "standard": "EIP3091"
}] }]
}, {
"name": "Venidium Mainnet",
"chain": "XVM",
"icon": "venidium",
"rpc": ["https://rpc.venidium.io"],
"faucets": [],
"nativeCurrency": {
"name": "Venidium",
"symbol": "XVM",
"decimals": 18
},
"infoURL": "https://venidium.io",
"shortName": "xvm",
"chainId": 4919,
"networkId": 4919,
"explorers": [{
"name": "Venidium Explorer",
"url": "https://evm.venidiumexplorer.com",
"standard": "EIP3091"
}]
}, { }, {
"name": "EraSwap Mainnet", "name": "EraSwap Mainnet",
"chain": "ESN", "chain": "ESN",

View File

@ -248,7 +248,8 @@
"PHI": "eip155:4181", "PHI": "eip155:4181",
"iotex-mainnet": "eip155:4689", "iotex-mainnet": "eip155:4689",
"iotex-testnet": "eip155:4690", "iotex-testnet": "eip155:4690",
"xvm": "eip155:4918", "txvm": "eip155:4918",
"xvm": "eip155:4919",
"es": "eip155:5197", "es": "eip155:5197",
"UZMI": "eip155:5315", "UZMI": "eip155:5315",
"Nahmii": "eip155:5551", "Nahmii": "eip155:5551",