Skip to content

Commit

Permalink
Add Arthera Mainnet (#4083)
Browse files Browse the repository at this point in the history
* Add Arthera Mainnet

* fix format

* Fix shortname of Arthera Testnet

* fix new line format
  • Loading branch information
bertux authored Jan 4, 2024
1 parent 668b365 commit 639f7c2
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions _data/chains/eip155-10242.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "Arthera Mainnet",
"chain": "AA",
"icon": "arthera",
"rpc": ["https://rpc.arthera.net"],
"faucets": [],
"nativeCurrency": {
"name": "Arthera",
"symbol": "AA",
"decimals": 18
},
"infoURL": "https://docs.arthera.net/build/developing-sc/using-hardhat",
"shortName": "aa",
"chainId": 10242,
"networkId": 10242,
"slip44": 10242,
"explorers": [
{
"name": "blockscout",
"url": "https://explorer.arthera.net",
"icon": "blockscout",
"standard": "EIP3091"
}
]
}
2 changes: 1 addition & 1 deletion _data/chains/eip155-10243.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"decimals": 18
},
"infoURL": "https://docs.arthera.net",
"shortName": "aa",
"shortName": "aat",
"chainId": 10243,
"networkId": 10243,
"slip44": 1,
Expand Down

0 comments on commit 639f7c2

Please sign in to comment.