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

This commit is contained in:
ligi 2021-11-21 09:32:52 +00:00
parent 9bf2273580
commit db7351b6a5
5 changed files with 70 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

@ -310,6 +310,19 @@
"rpc": ["https://evm-cronos.crypto.org"], "rpc": ["https://evm-cronos.crypto.org"],
"faucets": [], "faucets": [],
"infoURL": "https://cronos.crypto.org" "infoURL": "https://cronos.crypto.org"
}, {
"name": "GenesisL1 testnet",
"chainId": 26,
"shortName": "L1test",
"networkId": 26,
"nativeCurrency": {
"name": "L1 testcoin",
"symbol": "L1test",
"decimals": 18
},
"rpc": ["https://testrpc.genesisl1.org"],
"faucets": [],
"infoURL": "https://www.genesisl1.com"
}, { }, {
"name": "ShibaChain", "name": "ShibaChain",
"chainId": 27, "chainId": 27,
@ -336,6 +349,19 @@
"rpc": ["https://rinkeby.boba.network/"], "rpc": ["https://rinkeby.boba.network/"],
"faucets": [], "faucets": [],
"infoURL": "https://boba.network" "infoURL": "https://boba.network"
}, {
"name": "GenesisL1",
"chainId": 29,
"shortName": "L1",
"networkId": 29,
"nativeCurrency": {
"name": "L1 coin",
"symbol": "L1",
"decimals": 18
},
"rpc": ["https://rpc.genesisl1.org"],
"faucets": [],
"infoURL": "https://www.genesisl1.com"
}, { }, {
"name": "RSK Mainnet", "name": "RSK Mainnet",
"chainId": 30, "chainId": 30,

View File

@ -410,6 +410,26 @@
"url": "https://cronos.crypto.org/explorer", "url": "https://cronos.crypto.org/explorer",
"standard": "none" "standard": "none"
}] }]
}, {
"name": "GenesisL1 testnet",
"chain": "genesis",
"network": "testnet",
"rpc": ["https://testrpc.genesisl1.org"],
"faucets": [],
"nativeCurrency": {
"name": "L1 testcoin",
"symbol": "L1test",
"decimals": 18
},
"infoURL": "https://www.genesisl1.com",
"shortName": "L1test",
"chainId": 26,
"networkId": 26,
"explorers": [{
"name": "Genesis L1 testnet explorer",
"url": "https://testnet.genesisl1.org/",
"standard": "none"
}]
}, { }, {
"name": "ShibaChain", "name": "ShibaChain",
"chain": "SHIB", "chain": "SHIB",
@ -457,6 +477,26 @@
"url": "https://gateway.rinkeby.boba.network" "url": "https://gateway.rinkeby.boba.network"
}] }]
} }
}, {
"name": "GenesisL1",
"chain": "genesis",
"network": "mainnet",
"rpc": ["https://rpc.genesisl1.org"],
"faucets": [],
"nativeCurrency": {
"name": "L1 coin",
"symbol": "L1",
"decimals": 18
},
"infoURL": "https://www.genesisl1.com",
"shortName": "L1",
"chainId": 29,
"networkId": 29,
"explorers": [{
"name": "Genesis L1 blockchain explorer",
"url": "https://explorer.genesisl1.org/",
"standard": "none"
}]
}, { }, {
"name": "RSK Mainnet", "name": "RSK Mainnet",
"chain": "RSK", "chain": "RSK",

View File

@ -23,8 +23,10 @@
"eladid": "eip155:22", "eladid": "eip155:22",
"eladidt": "eip155:23", "eladidt": "eip155:23",
"cro": "eip155:25", "cro": "eip155:25",
"L1test": "eip155:26",
"shib": "eip155:27", "shib": "eip155:27",
"Boba Rinkeby": "eip155:28", "Boba Rinkeby": "eip155:28",
"L1": "eip155:29",
"rsk": "eip155:30", "rsk": "eip155:30",
"trsk": "eip155:31", "trsk": "eip155:31",
"GooDT": "eip155:32", "GooDT": "eip155:32",