mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@00696485a4 🚀
This commit is contained in:
parent
8418a26aaa
commit
6f7794981a
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -3053,6 +3053,32 @@
|
||||||
"rpc": ["https://nodeapi.test.energi.network"],
|
"rpc": ["https://nodeapi.test.energi.network"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://www.energi.world/"
|
"infoURL": "https://www.energi.world/"
|
||||||
|
}, {
|
||||||
|
"name": "REI Chain Mainnet",
|
||||||
|
"chainId": 55555,
|
||||||
|
"shortName": "rei",
|
||||||
|
"networkId": 55555,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Rei",
|
||||||
|
"symbol": "REI",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://rei-rpc.moonrhythm.io"],
|
||||||
|
"faucets": ["http://kururu.finance/faucet?chainId=55555"],
|
||||||
|
"infoURL": "https://reichain.io"
|
||||||
|
}, {
|
||||||
|
"name": "REI Chain Testnet",
|
||||||
|
"chainId": 55556,
|
||||||
|
"shortName": "trei",
|
||||||
|
"networkId": 55556,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "tRei",
|
||||||
|
"symbol": "tREI",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://rei-testnet-rpc.moonrhythm.io"],
|
||||||
|
"faucets": ["http://kururu.finance/faucet?chainId=55556"],
|
||||||
|
"infoURL": "https://reichain.io"
|
||||||
}, {
|
}, {
|
||||||
"name": "Thinkium Testnet Chain 0",
|
"name": "Thinkium Testnet Chain 0",
|
||||||
"chainId": 60000,
|
"chainId": 60000,
|
||||||
|
|
|
@ -4120,6 +4120,46 @@
|
||||||
"chainId": 49797,
|
"chainId": 49797,
|
||||||
"networkId": 49797,
|
"networkId": 49797,
|
||||||
"slip44": 49797
|
"slip44": 49797
|
||||||
|
}, {
|
||||||
|
"name": "REI Chain Mainnet",
|
||||||
|
"chain": "REI",
|
||||||
|
"icon": "reichain",
|
||||||
|
"rpc": ["https://rei-rpc.moonrhythm.io"],
|
||||||
|
"faucets": ["http://kururu.finance/faucet?chainId=55555"],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Rei",
|
||||||
|
"symbol": "REI",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://reichain.io",
|
||||||
|
"shortName": "rei",
|
||||||
|
"chainId": 55555,
|
||||||
|
"networkId": 55555,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "reiscan",
|
||||||
|
"url": "https://reiscan.com",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "REI Chain Testnet",
|
||||||
|
"chain": "REI",
|
||||||
|
"icon": "reichain",
|
||||||
|
"rpc": ["https://rei-testnet-rpc.moonrhythm.io"],
|
||||||
|
"faucets": ["http://kururu.finance/faucet?chainId=55556"],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "tRei",
|
||||||
|
"symbol": "tREI",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://reichain.io",
|
||||||
|
"shortName": "trei",
|
||||||
|
"chainId": 55556,
|
||||||
|
"networkId": 55556,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "reiscan",
|
||||||
|
"url": "https://testnet.reiscan.com",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "Thinkium Testnet Chain 0",
|
"name": "Thinkium Testnet Chain 0",
|
||||||
"chain": "Thinkium",
|
"chain": "Thinkium",
|
||||||
|
|
|
@ -234,6 +234,8 @@
|
||||||
"ALFA": "eip155:44787",
|
"ALFA": "eip155:44787",
|
||||||
"REI": "eip155:47805",
|
"REI": "eip155:47805",
|
||||||
"tnrg": "eip155:49797",
|
"tnrg": "eip155:49797",
|
||||||
|
"rei": "eip155:55555",
|
||||||
|
"trei": "eip155:55556",
|
||||||
"TKM-test0": "eip155:60000",
|
"TKM-test0": "eip155:60000",
|
||||||
"TKM-test1": "eip155:60001",
|
"TKM-test1": "eip155:60001",
|
||||||
"TKM-test2": "eip155:60002",
|
"TKM-test2": "eip155:60002",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user