mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add aves main-net network | Fixed 2 (#1972)
* Create eip155-33333.json * Create aves.json * Create avescan.json * Update aves.json * Update avescan.json * Update eip155-33333.json * Update aves.json * Update avescan.json * Add files via upload * fucking prettier Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
16bab602ef
commit
00a8a397dd
25
_data/chains/eip155-33333.json
Normal file
25
_data/chains/eip155-33333.json
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"name": "Aves Mainnet",
|
||||||
|
"chain": "AVS",
|
||||||
|
"rpc": ["https://rpc.avescoin.io"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Aves",
|
||||||
|
"symbol": "AVS",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
|
||||||
|
"infoURL": "https://avescoin.io",
|
||||||
|
"shortName": "avs",
|
||||||
|
"chainId": 33333,
|
||||||
|
"networkId": 33333,
|
||||||
|
"icon": "aves",
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "avescan",
|
||||||
|
"url": "https://avescan.io",
|
||||||
|
"icon": "avescan",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
8
_data/icons/aves.json
Normal file
8
_data/icons/aves.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmeKQVv2QneHaaggw2NfpZ7DGMdjVhPywTdse5RzCs4oGn",
|
||||||
|
"width": 232,
|
||||||
|
"height": 232,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
8
_data/icons/avescan.json
Normal file
8
_data/icons/avescan.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmeKQVv2QneHaaggw2NfpZ7DGMdjVhPywTdse5RzCs4oGn",
|
||||||
|
"width": 232,
|
||||||
|
"height": 232,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
Binary file not shown.
After Width: | Height: | Size: 7.0 KiB |
Loading…
Reference in New Issue
Block a user