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

This commit is contained in:
ligi 2022-11-05 15:52:16 +00:00
parent b0b2f9f759
commit c01834581a
6 changed files with 27 additions and 27 deletions

File diff suppressed because one or more lines are too long

View File

@ -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"
} }

File diff suppressed because one or more lines are too long

View File

@ -3158,18 +3158,18 @@
"faucets": ["https://aitd-faucet-pre.aitdcoin.com/"], "faucets": ["https://aitd-faucet-pre.aitdcoin.com/"],
"infoURL": "https://www.aitd.io/" "infoURL": "https://www.aitd.io/"
}, { }, {
"name": "CENNZnet old", "name": "Geth Testnet",
"chainId": 1337, "chainId": 1337,
"shortName": "cennz-old", "shortName": "geth",
"networkId": 1337, "networkId": 1337,
"nativeCurrency": { "nativeCurrency": {
"name": "CPAY", "name": "Geth Testnet Ether",
"symbol": "CPAY", "symbol": "ETH",
"decimals": 18 "decimals": 18
}, },
"rpc": [], "rpc": ["http://127.0.0.1:8545"],
"faucets": [], "faucets": [],
"infoURL": "https://cennz.net" "infoURL": "https://geth.ethereum.org"
}, { }, {
"name": "Sherpax Mainnet", "name": "Sherpax Mainnet",
"chainId": 1506, "chainId": 1506,

View File

@ -4468,20 +4468,20 @@
"standard": "EIP3091" "standard": "EIP3091"
}] }]
}, { }, {
"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"
}, { }, {
"name": "Sherpax Mainnet", "name": "Sherpax Mainnet",
"chain": "Sherpax Mainnet", "chain": "Sherpax Mainnet",

View File

@ -242,7 +242,7 @@
"Bobabase": "eip155:1297", "Bobabase": "eip155:1297",
"aitd": "eip155:1319", "aitd": "eip155:1319",
"aitdtestnet": "eip155:1320", "aitdtestnet": "eip155:1320",
"cennz-old": "eip155:1337", "geth": "eip155:1337",
"Sherpax": "eip155:1506", "Sherpax": "eip155:1506",
"SherpaxTestnet": "eip155:1507", "SherpaxTestnet": "eip155:1507",
"beagle": "eip155:1515", "beagle": "eip155:1515",