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@bda9b21b6c 🚀
This commit is contained in:
parent
b0b2f9f759
commit
c01834581a
File diff suppressed because one or more lines are too long
|
@ -1,16 +1,16 @@
|
|||
{
|
||||
"name": "CENNZnet old",
|
||||
"chain": "CENNZnet",
|
||||
"rpc": [],
|
||||
"name": "Geth Testnet",
|
||||
"title": "Go Ethereum (Geth) Private Testnet",
|
||||
"chain": "ETH",
|
||||
"rpc": ["http://127.0.0.1:8545"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "CPAY",
|
||||
"symbol": "CPAY",
|
||||
"name": "Geth Testnet Ether",
|
||||
"symbol": "ETH",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://cennz.net",
|
||||
"shortName": "cennz-old",
|
||||
"infoURL": "https://geth.ethereum.org",
|
||||
"shortName": "geth",
|
||||
"chainId": 1337,
|
||||
"networkId": 1337,
|
||||
"status": "deprecated"
|
||||
"networkId": 1337
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -3158,18 +3158,18 @@
|
|||
"faucets": ["https://aitd-faucet-pre.aitdcoin.com/"],
|
||||
"infoURL": "https://www.aitd.io/"
|
||||
}, {
|
||||
"name": "CENNZnet old",
|
||||
"name": "Geth Testnet",
|
||||
"chainId": 1337,
|
||||
"shortName": "cennz-old",
|
||||
"shortName": "geth",
|
||||
"networkId": 1337,
|
||||
"nativeCurrency": {
|
||||
"name": "CPAY",
|
||||
"symbol": "CPAY",
|
||||
"name": "Geth Testnet Ether",
|
||||
"symbol": "ETH",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": [],
|
||||
"rpc": ["http://127.0.0.1:8545"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://cennz.net"
|
||||
"infoURL": "https://geth.ethereum.org"
|
||||
}, {
|
||||
"name": "Sherpax Mainnet",
|
||||
"chainId": 1506,
|
||||
|
|
|
@ -4468,20 +4468,20 @@
|
|||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "CENNZnet old",
|
||||
"chain": "CENNZnet",
|
||||
"rpc": [],
|
||||
"name": "Geth Testnet",
|
||||
"title": "Go Ethereum (Geth) Private Testnet",
|
||||
"chain": "ETH",
|
||||
"rpc": ["http://127.0.0.1:8545"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "CPAY",
|
||||
"symbol": "CPAY",
|
||||
"name": "Geth Testnet Ether",
|
||||
"symbol": "ETH",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://cennz.net",
|
||||
"shortName": "cennz-old",
|
||||
"infoURL": "https://geth.ethereum.org",
|
||||
"shortName": "geth",
|
||||
"chainId": 1337,
|
||||
"networkId": 1337,
|
||||
"status": "deprecated"
|
||||
"networkId": 1337
|
||||
}, {
|
||||
"name": "Sherpax Mainnet",
|
||||
"chain": "Sherpax Mainnet",
|
||||
|
|
|
@ -242,7 +242,7 @@
|
|||
"Bobabase": "eip155:1297",
|
||||
"aitd": "eip155:1319",
|
||||
"aitdtestnet": "eip155:1320",
|
||||
"cennz-old": "eip155:1337",
|
||||
"geth": "eip155:1337",
|
||||
"Sherpax": "eip155:1506",
|
||||
"SherpaxTestnet": "eip155:1507",
|
||||
"beagle": "eip155:1515",
|
||||
|
|
Loading…
Reference in New Issue
Block a user