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.
Add Arthera Testnet (ethereum-lists#3005)
* 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
1 parent
1f210b5
commit d136ae8
Showing
3 changed files
with
32 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": "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" | ||
} | ||
] | ||
} |
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,8 @@ | ||
[ | ||
{ | ||
"url": "ipfs://QmYQp3e52KjkT4bYdAvB6ACEEpXs2D8DozsDitaADRY2Ak", | ||
"width": 1024, | ||
"height": 998, | ||
"format": "png" | ||
} | ||
] |
Binary file not shown.