Skip to content

Commit

Permalink
add chain 8886 avenium testnet (#5443)
Browse files Browse the repository at this point in the history
add chain 8886 avenium testnet

Co-authored-by: ligi <[email protected]>
  • Loading branch information
aveniumchain and ligi authored Jul 14, 2024
1 parent 788312d commit e1a5d7c
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
28 changes: 28 additions & 0 deletions _data/chains/eip155-8886.json
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"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/avenium.json
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.

0 comments on commit e1a5d7c

Please sign in to comment.