Skip to content

Commit

Permalink
adds deprecated Bakerloo and new Bakerloo (ethereum-lists#3954)
Browse files Browse the repository at this point in the history
  • Loading branch information
flofrie authored Dec 13, 2023
1 parent 2c0cf71 commit 7b20eb1
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
24 changes: 24 additions & 0 deletions _data/chains/eip155-65010000.json
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"
}
]
}
26 changes: 26 additions & 0 deletions _data/chains/eip155-65010001.json
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"
}
]
}

0 comments on commit 7b20eb1

Please sign in to comment.