Skip to content

Commit

Permalink
Autonity Piccadilly updates (ethereum-lists#3953)
Browse files Browse the repository at this point in the history
* deprecate old Piccadilly

* add new Piccadilly

* add empty faucets list

* fix formatting

* formatting

---------

Co-authored-by: ligi <ligi@ligi.de>
  • Loading branch information
flofrie and ligi authored Dec 13, 2023
1 parent 7b20eb1 commit e654fc1
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 4 deletions.
6 changes: 2 additions & 4 deletions _data/chains/eip155-65100000.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"name": "Autonity Piccadilly (Thames) Testnet",
"status": "deprecated",
"chain": "AUT",
"rpc": [
"https://rpc1.piccadilly.autonity.org/",
"wss://rpc1.piccadilly.autonity.org/ws/"
],
"rpc": [],
"faucets": ["https://faucet.autonity.org/"],
"nativeCurrency": {
"name": "Piccadilly Auton",
Expand Down
26 changes: 26 additions & 0 deletions _data/chains/eip155-65100001.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "Autonity Piccadilly (Barada) Testnet",
"chain": "AUT",
"rpc": [
"https://rpc1.piccadilly.autonity.org/",
"wss://rpc1.piccadilly.autonity.org/ws/"
],
"faucets": [],
"nativeCurrency": {
"name": "Piccadilly Auton",
"symbol": "ATN",
"decimals": 18
},
"infoURL": "https://autonity.org/",
"shortName": "piccadilly-01",
"chainId": 65100001,
"networkId": 65100001,
"icon": "autonity",
"explorers": [
{
"name": "autonity-blockscout",
"url": "https://piccadilly.autonity.org",
"standard": "EIP3091"
}
]
}

0 comments on commit e654fc1

Please sign in to comment.