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@b94a403d19 🚀
This commit is contained in:
parent
3db1de0154
commit
44a457b93e
File diff suppressed because one or more lines are too long
25
chains/eip155-65010000.json
Normal file
25
chains/eip155-65010000.json
Normal 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
|
@ -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,
|
||||
|
|
|
@ -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
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user