-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1 parent
01dddc8
commit 03c60ed
Showing
3 changed files
with
31 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,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" | ||
} | ||
] | ||
} |
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://QmSX8sHToRzyFupT8BvPQjVsegRWFYz2mdnLkVnqBFKohY", | ||
"width": 901, | ||
"height": 901, | ||
"format": "png" | ||
} | ||
] |
Binary file not shown.