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@e6b8293d30 🚀
This commit is contained in:
parent
469bd8dddb
commit
3fe2f90a3a
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -3781,6 +3781,19 @@
|
|||
"rpc": ["https://node1.mintme.com"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://www.mintme.com"
|
||||
}, {
|
||||
"name": "Piece testnet",
|
||||
"chainId": 30067,
|
||||
"shortName": "Piece",
|
||||
"networkId": 30067,
|
||||
"nativeCurrency": {
|
||||
"name": "ECE",
|
||||
"symbol": "ECE",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://testnet-rpc0.piecenetwork.com"],
|
||||
"faucets": ["https://piecenetwork.com/faucet"],
|
||||
"infoURL": "https://piecenetwork.com"
|
||||
}, {
|
||||
"name": "Ethersocial Network",
|
||||
"chainId": 31102,
|
||||
|
@ -3966,11 +3979,11 @@
|
|||
}, {
|
||||
"name": "Autobahn Network",
|
||||
"chainId": 45000,
|
||||
"shortName": "autobahn",
|
||||
"shortName": "Autobahn Network",
|
||||
"networkId": 45000,
|
||||
"nativeCurrency": {
|
||||
"name": "BNB",
|
||||
"symbol": "BNB",
|
||||
"name": "TXL",
|
||||
"symbol": "TXL",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc.autobahn.network"],
|
||||
|
|
|
@ -5286,6 +5286,26 @@
|
|||
"shortName": "mintme",
|
||||
"chainId": 24734,
|
||||
"networkId": 37480
|
||||
}, {
|
||||
"name": "Piece testnet",
|
||||
"chain": "PieceNetwork",
|
||||
"icon": "piecechain",
|
||||
"rpc": ["https://testnet-rpc0.piecenetwork.com"],
|
||||
"faucets": ["https://piecenetwork.com/faucet"],
|
||||
"nativeCurrency": {
|
||||
"name": "ECE",
|
||||
"symbol": "ECE",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://piecenetwork.com",
|
||||
"shortName": "Piece",
|
||||
"chainId": 30067,
|
||||
"networkId": 30067,
|
||||
"explorers": [{
|
||||
"name": "Piece Scan",
|
||||
"url": "https://testnet-scan.piecenetwork.com",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Ethersocial Network",
|
||||
"chain": "ESN",
|
||||
|
@ -5543,17 +5563,17 @@
|
|||
"infoURL": "https://docs.celo.org/"
|
||||
}, {
|
||||
"name": "Autobahn Network",
|
||||
"chain": "BNB",
|
||||
"chain": "TXL",
|
||||
"network": "mainnet",
|
||||
"rpc": ["https://rpc.autobahn.network"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "BNB",
|
||||
"symbol": "BNB",
|
||||
"name": "TXL",
|
||||
"symbol": "TXL",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://autobahn.network",
|
||||
"shortName": "autobahn",
|
||||
"shortName": "Autobahn Network",
|
||||
"chainId": 45000,
|
||||
"networkId": 45000,
|
||||
"icon": "autobahn",
|
||||
|
|
|
@ -290,6 +290,7 @@
|
|||
"SFL": "eip155:22023",
|
||||
"web": "eip155:24484",
|
||||
"mintme": "eip155:24734",
|
||||
"Piece": "eip155:30067",
|
||||
"esn": "eip155:31102",
|
||||
"got": "eip155:31337",
|
||||
"Brise": "eip155:32520",
|
||||
|
@ -304,7 +305,7 @@
|
|||
"Fuji": "eip155:43113",
|
||||
"Avalanche": "eip155:43114",
|
||||
"ALFA": "eip155:44787",
|
||||
"autobahn": "eip155:45000",
|
||||
"Autobahn Network": "eip155:45000",
|
||||
"REI": "eip155:47805",
|
||||
"tnrg": "eip155:49797",
|
||||
"DFK": "eip155:53935",
|
||||
|
|
Loading…
Reference in New Issue
Block a user