-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add chain 8886 avenium testnet (#5443)
add chain 8886 avenium testnet Co-authored-by: ligi <[email protected]>
- Loading branch information
1 parent
788312d
commit e1a5d7c
Showing
3 changed files
with
36 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,28 @@ | ||
{ | ||
"name": "Avenium Testnet", | ||
"chain": "AVE", | ||
"rpc": [ | ||
"https://eu-testnet.avenium.io/", | ||
"https://connect-testnet.avenium.io" | ||
], | ||
"faucets": ["https://faucet-testnet.avenium.io"], | ||
"nativeCurrency": { | ||
"name": "Ave Native Token", | ||
"symbol": "tAVE", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://avenium.io", | ||
"shortName": "tave", | ||
"chainId": 8886, | ||
"networkId": 8886, | ||
"icon": "avenium", | ||
"status": "incubating", | ||
"explorers": [ | ||
{ | ||
"name": "Avenium Explorer Testnet", | ||
"icon": "avenium", | ||
"url": "https://testnet.avescan.net", | ||
"standard": "none" | ||
} | ||
] | ||
} |
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://QmU5yJvjdeVGzNutn2U6wLWfHDGsDafLfZg7HRJ8ji3yfJ", | ||
"width": 500, | ||
"height": 500, | ||
"format": "png" | ||
} | ||
] |
Binary file not shown.