Skip to content

Commit

Permalink
add ancient8 testnet (#3346)
Browse files Browse the repository at this point in the history
* add ancient8 testnet

* update build error

* change shortname to a8

* update eip-155 file

* added icon

* update rpc format

* update icon json

---------

Co-authored-by: ligi <[email protected]>
  • Loading branch information
cjtoolseram and ligi authored Aug 19, 2023
1 parent 01dddc8 commit 03c60ed
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
23 changes: 23 additions & 0 deletions _data/chains/eip155-2863311531.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "Ancient8 Testnet",
"chain": "Ancient8",
"icon": "ancient8",
"rpc": ["https://rpc-testnet.ancient8.gg"],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://ancient8.gg/",
"shortName": "a8",
"chainId": 2863311531,
"networkId": 2863311531,
"explorers": [
{
"name": "a8scan-testnet",
"url": "https://testnet.a8scan.io",
"standard": "EIP3091"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/ancient8.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmSX8sHToRzyFupT8BvPQjVsegRWFYz2mdnLkVnqBFKohY",
"width": 901,
"height": 901,
"format": "png"
}
]
Binary file not shown.

0 comments on commit 03c60ed

Please sign in to comment.