forked from ethereum-lists/chains
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adds deprecated Bakerloo and new Bakerloo (ethereum-lists#3954)
- Loading branch information
Showing
2 changed files
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"name": "Autonity Bakerloo (Thames) Testnet", | ||
"status": "deprecated", | ||
"chain": "AUT", | ||
"rpc": [], | ||
"faucets": ["https://faucet.autonity.org/"], | ||
"nativeCurrency": { | ||
"name": "Bakerloo Auton", | ||
"symbol": "ATN", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://autonity.org/", | ||
"shortName": "bakerloo-0", | ||
"chainId": 65010000, | ||
"networkId": 65010000, | ||
"icon": "autonity", | ||
"explorers": [ | ||
{ | ||
"name": "autonity-blockscout", | ||
"url": "https://bakerloo.autonity.org", | ||
"standard": "EIP3091" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"name": "Autonity Bakerloo (Barada) 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-01", | ||
"chainId": 65010001, | ||
"networkId": 65010001, | ||
"icon": "autonity", | ||
"explorers": [ | ||
{ | ||
"name": "autonity-blockscout", | ||
"url": "https://bakerloo.autonity.org", | ||
"standard": "EIP3091" | ||
} | ||
] | ||
} |