mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
* Add eip155-65010000 network * Fix eip155-65010000.json Fix "explorer cannot have a slash at the end" build error * Update eip155-65010000.json Fix build error by adding explorer standard.
26 lines
575 B
JSON
26 lines
575 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|