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

This commit is contained in:
ligi 2022-04-06 11:07:26 +00:00
parent ca8777618e
commit 40a2820d61
5 changed files with 38 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

@ -2598,6 +2598,19 @@
"rpc": ["http://8.210.150.70:8545"], "rpc": ["http://8.210.150.70:8545"],
"faucets": [], "faucets": [],
"infoURL": "https://boyanet.org" "infoURL": "https://boyanet.org"
}, {
"name": "Eurus Testnet",
"chainId": 1984,
"shortName": "euntest",
"networkId": 1984,
"nativeCurrency": {
"name": "Eurus",
"symbol": "EUN",
"decimals": 18
},
"rpc": ["https://testnet.eurus.network"],
"faucets": [],
"infoURL": "https://eurus.network"
}, { }, {
"name": "EtherGem", "name": "EtherGem",
"chainId": 1987, "chainId": 1987,

View File

@ -3556,6 +3556,28 @@
"url": "https://explorer.boyanet.org:4001", "url": "https://explorer.boyanet.org:4001",
"standard": "EIP3091" "standard": "EIP3091"
}] }]
}, {
"name": "Eurus Testnet",
"chain": "EUN",
"network": "eurus-testnet",
"rpc": ["https://testnet.eurus.network"],
"faucets": [],
"nativeCurrency": {
"name": "Eurus",
"symbol": "EUN",
"decimals": 18
},
"infoURL": "https://eurus.network",
"shortName": "euntest",
"chainId": 1984,
"networkId": 1984,
"icon": "eurus",
"explorers": [{
"name": "testnetexplorer",
"url": "https://testnetexplorer.eurus.network",
"icon": "eurus",
"standard": "none"
}]
}, { }, {
"name": "EtherGem", "name": "EtherGem",
"chain": "EGEM", "chain": "EGEM",

View File

@ -199,6 +199,7 @@
"LUDAN": "eip155:1688", "LUDAN": "eip155:1688",
"tsf": "eip155:1856", "tsf": "eip155:1856",
"boya": "eip155:1898", "boya": "eip155:1898",
"euntest": "eip155:1984",
"egem": "eip155:1987", "egem": "eip155:1987",
"milkAda": "eip155:2001", "milkAda": "eip155:2001",
"420": "eip155:2020", "420": "eip155:2020",