mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Assign 1337 to reserved private testnet (#1828)
* Assign 1337 to reserved private testnet * Update _data/chains/eip155-1337.json * Update _data/chains/eip155-1337.json Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
08a783ac2f
commit
bda9b21b6c
|
@ -1,16 +1,16 @@
|
||||||
{
|
{
|
||||||
"name": "CENNZnet old",
|
"name": "Geth Testnet",
|
||||||
"chain": "CENNZnet",
|
"title": "Go Ethereum (Geth) Private Testnet",
|
||||||
"rpc": [],
|
"chain": "ETH",
|
||||||
|
"rpc": ["http://127.0.0.1:8545"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "CPAY",
|
"name": "Geth Testnet Ether",
|
||||||
"symbol": "CPAY",
|
"symbol": "ETH",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"infoURL": "https://cennz.net",
|
"infoURL": "https://geth.ethereum.org",
|
||||||
"shortName": "cennz-old",
|
"shortName": "geth",
|
||||||
"chainId": 1337,
|
"chainId": 1337,
|
||||||
"networkId": 1337,
|
"networkId": 1337
|
||||||
"status": "deprecated"
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user