Skip to content

Commit

Permalink
Add Arthera Testnet (ethereum-lists#3005)
Browse files Browse the repository at this point in the history
* Create arthera.json

* Create eip155-10243.json

* fix prettier syntax

* add downloaded logo

---------

Co-authored-by: ligi <ligi@ligi.de>
Co-authored-by: Bertrand Juglas <b@juglas.name>
  • Loading branch information
3 people authored Aug 18, 2023
1 parent 1f210b5 commit d136ae8
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
24 changes: 24 additions & 0 deletions _data/chains/eip155-10243.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "Arthera Testnet",
"chain": "AA",
"icon": "arthera",
"rpc": ["https://rpc-test.arthera.net"],
"faucets": ["https://faucet.arthera.net"],
"nativeCurrency": {
"name": "Arthera",
"symbol": "AA",
"decimals": 18
},
"infoURL": "https://docs.arthera.net",
"shortName": "aa",
"chainId": 10243,
"networkId": 10243,
"explorers": [
{
"name": "blockscout",
"url": "https://explorer-test.arthera.net",
"icon": "blockscout",
"standard": "EIP3091"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/arthera.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmYQp3e52KjkT4bYdAvB6ACEEpXs2D8DozsDitaADRY2Ak",
"width": 1024,
"height": 998,
"format": "png"
}
]
Binary file not shown.

0 comments on commit d136ae8

Please sign in to comment.