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

This commit is contained in:
ligi 2022-01-29 12:56:01 +00:00
parent 0a093e7232
commit 7a039910d2
5 changed files with 36 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

@ -2676,6 +2676,19 @@
"rpc": ["https://eu.mainnet.xixoio.com", "https://us.mainnet.xixoio.com", "https://asia.mainnet.xixoio.com"],
"faucets": [],
"infoURL": "https://www.xixoio.com/"
}, {
"name": "WAGMI",
"chainId": 11111,
"shortName": "WAGMI",
"networkId": 11111,
"nativeCurrency": {
"name": "WAGMI",
"symbol": "WGM",
"decimals": 18
},
"rpc": ["https://api.trywagmi.xyz/rpc"],
"faucets": [],
"infoURL": "https://trywagmi.xyz"
}, {
"name": "Singularity ZERO Testnet",
"chainId": 12051,

View File

@ -3587,6 +3587,26 @@
"shortName": "GEN",
"chainId": 10101,
"networkId": 10101
}, {
"name": "WAGMI",
"chain": "WAGMI",
"icon": "wagmi",
"rpc": ["https://api.trywagmi.xyz/rpc"],
"faucets": [],
"nativeCurrency": {
"name": "WAGMI",
"symbol": "WGM",
"decimals": 18
},
"infoURL": "https://trywagmi.xyz",
"shortName": "WAGMI",
"chainId": 11111,
"networkId": 11111,
"explorers": [{
"name": "WAGMI Explorer",
"url": "https://trywagmi.xyz",
"standard": "none"
}]
}, {
"name": "Singularity ZERO Testnet",
"chain": "ZERO",

View File

@ -205,6 +205,7 @@
"smartbch": "eip155:10000",
"smartbchtest": "eip155:10001",
"GEN": "eip155:10101",
"WAGMI": "eip155:11111",
"tZERO": "eip155:12051",
"ZERO": "eip155:12052",
"mtt": "eip155:16000",