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

This commit is contained in:
ligi 2023-02-04 00:21:05 +00:00
parent 3db1de0154
commit 44a457b93e
8 changed files with 62 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,25 @@
{
"name": "Autonity Bakerloo (Thames) Testnet",
"chain": "AUT",
"rpc": [
"https://rpc1.bakerloo.autonity.org/",
"wss://rpc1.bakerloo.autonity.org/ws/"
],
"faucets": ["https://faucet.autonity.org/"],
"nativeCurrency": {
"name": "Bakerloo Auton",
"symbol": "ATN",
"decimals": 18
},
"infoURL": "https://autonity.org/",
"shortName": "bakerloo-0",
"chainId": 65010000,
"networkId": 65010000,
"explorers": [
{
"name": "autonity-blockscout",
"url": "https://bakerloo.autonity.org",
"standard": "EIP3091"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -8864,6 +8864,19 @@
"rpc": ["https://c.onical.org", "https://tx.aquacha.in/api"],
"faucets": ["https://aquacha.in/faucet"],
"infoURL": "https://aquachain.github.io"
}, {
"name": "Autonity Bakerloo (Thames) Testnet",
"chainId": 65010000,
"shortName": "bakerloo-0",
"networkId": 65010000,
"nativeCurrency": {
"name": "Bakerloo Auton",
"symbol": "ATN",
"decimals": 18
},
"rpc": ["https://rpc1.bakerloo.autonity.org/", "wss://rpc1.bakerloo.autonity.org/ws/"],
"faucets": ["https://faucet.autonity.org/"],
"infoURL": "https://autonity.org/"
}, {
"name": "Joys Digital TestNet",
"chainId": 99415706,

View File

@ -13169,6 +13169,25 @@
"chainId": 61717561,
"networkId": 61717561,
"slip44": 61717561
}, {
"name": "Autonity Bakerloo (Thames) Testnet",
"chain": "AUT",
"rpc": ["https://rpc1.bakerloo.autonity.org/", "wss://rpc1.bakerloo.autonity.org/ws/"],
"faucets": ["https://faucet.autonity.org/"],
"nativeCurrency": {
"name": "Bakerloo Auton",
"symbol": "ATN",
"decimals": 18
},
"infoURL": "https://autonity.org/",
"shortName": "bakerloo-0",
"chainId": 65010000,
"networkId": 65010000,
"explorers": [{
"name": "autonity-blockscout",
"url": "https://bakerloo.autonity.org",
"standard": "EIP3091"
}]
}, {
"name": "Joys Digital TestNet",
"chain": "TOYS",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -681,6 +681,7 @@
"JOYS": "eip155:35855456",
"mais": "eip155:43214913",
"aqua": "eip155:61717561",
"bakerloo-0": "eip155:65010000",
"TOYS": "eip155:99415706",
"GTH": "eip155:192837465",
"neonevm-devnet": "eip155:245022926",