mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add AIOZ Network Mainet and Testnet
This commit is contained in:
parent
4b2492561a
commit
f079165179
25
_data/chains/eip155-168.json
Normal file
25
_data/chains/eip155-168.json
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"name": "AIOZ Network",
|
||||||
|
"chain": "AIOZ",
|
||||||
|
"network": "mainnet",
|
||||||
|
"icon": "aioz",
|
||||||
|
"rpc": [
|
||||||
|
"https://eth-dataseed.aioz.network"
|
||||||
|
],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "AIOZ",
|
||||||
|
"symbol": "AIOZ",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://aioz.network",
|
||||||
|
"shortName": "aioz",
|
||||||
|
"chainId": 168,
|
||||||
|
"networkId": 168,
|
||||||
|
"slip44": 60,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "AIOZ Network Explorer",
|
||||||
|
"url": "https://explorer.aioz.network",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
|
}
|
25
_data/chains/eip155-4102.json
Normal file
25
_data/chains/eip155-4102.json
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"name": "AIOZ Network Testnet",
|
||||||
|
"chain": "AIOZ",
|
||||||
|
"network": "testnet",
|
||||||
|
"icon": "aioz",
|
||||||
|
"rpc": [
|
||||||
|
"https://eth-ds.testnet.aioz.network"
|
||||||
|
],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "testAIOZ",
|
||||||
|
"symbol": "AIOZ",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://aioz.network",
|
||||||
|
"shortName": "aioz-testnet",
|
||||||
|
"chainId": 4102,
|
||||||
|
"networkId": 4102,
|
||||||
|
"slip44": 60,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "AIOZ Network Testnet Explorer",
|
||||||
|
"url": "https://testnet.explorer.aioz.network",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
|
}
|
8
_data/icons/aioz.json
Normal file
8
_data/icons/aioz.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmRAGPFhvQiXgoJkui7WHajpKctGFrJNhHqzYdwcWt5V3Z",
|
||||||
|
"width": 1024,
|
||||||
|
"height": 1024,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user