Deploying to gh-pages from @ ethereum-lists/chains@91163762b7 🚀

This commit is contained in:
ligi 2023-02-12 01:35:48 +00:00
parent 6c25aabb39
commit 784aa93641
11 changed files with 134 additions and 4 deletions

View File

@ -590,6 +590,14 @@
"height": 1154,
"format": "png"
}]
}, {
"name": "airdao",
"icons": [{
"url": "ipfs://QmSxXjvWng3Diz4YwXDV2VqSPgMyzLYBNfkjJcr7rzkxom",
"width": 400,
"height": 400,
"format": "png"
}]
}, {
"name": "hertz-network",
"icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

23
chains/eip155-16718.json Normal file
View File

@ -0,0 +1,23 @@
{
"name": "AirDAO Mainnet",
"chain": "ambnet",
"icon": "airdao",
"rpc": ["https://network.ambrosus.io"],
"faucets": [],
"nativeCurrency": {
"name": "Amber",
"symbol": "AMB",
"decimals": 18
},
"infoURL": "https://airdao.io",
"shortName": "airdao",
"chainId": 16718,
"networkId": 16718,
"explorers": [
{
"name": "AirDAO Network Explorer",
"url": "https://airdao.io/explorer",
"standard": "none"
}
]
}

23
chains/eip155-22040.json Normal file
View File

@ -0,0 +1,23 @@
{
"name": "AirDAO Testnet",
"chain": "ambnet-test",
"icon": "airdao",
"rpc": ["https://network.ambrosus-test.io"],
"faucets": [],
"nativeCurrency": {
"name": "Amber",
"symbol": "AMB",
"decimals": 18
},
"infoURL": "https://testnet.airdao.io",
"shortName": "airdao-test",
"chainId": 22040,
"networkId": 22040,
"explorers": [
{
"name": "AirDAO Network Explorer",
"url": "https://testnet.airdao.io/explorer",
"standard": "none"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -6511,6 +6511,19 @@
"rpc": ["https://testnet.metadot.network"],
"faucets": ["https://faucet.metadot.network/"],
"infoURL": "https://metadot.network"
}, {
"name": "AirDAO Mainnet",
"chainId": 16718,
"shortName": "airdao",
"networkId": 16718,
"nativeCurrency": {
"name": "Amber",
"symbol": "AMB",
"decimals": 18
},
"rpc": ["https://network.ambrosus.io"],
"faucets": [],
"infoURL": "https://airdao.io"
}, {
"name": "IVAR Chain Testnet",
"chainId": 16888,
@ -6641,6 +6654,19 @@
"rpc": ["https://taycan-rpc.hupayx.io:8545"],
"faucets": [],
"infoURL": "https://hupayx.io"
}, {
"name": "AirDAO Testnet",
"chainId": 22040,
"shortName": "airdao-test",
"networkId": 22040,
"nativeCurrency": {
"name": "Amber",
"symbol": "AMB",
"decimals": 18
},
"rpc": ["https://network.ambrosus-test.io"],
"faucets": [],
"infoURL": "https://testnet.airdao.io"
}, {
"name": "MAP Mainnet",
"chainId": 22776,

View File

@ -9556,6 +9556,26 @@
"shortName": "mtttest",
"chainId": 16001,
"networkId": 16001
}, {
"name": "AirDAO Mainnet",
"chain": "ambnet",
"icon": "airdao",
"rpc": ["https://network.ambrosus.io"],
"faucets": [],
"nativeCurrency": {
"name": "Amber",
"symbol": "AMB",
"decimals": 18
},
"infoURL": "https://airdao.io",
"shortName": "airdao",
"chainId": 16718,
"networkId": 16718,
"explorers": [{
"name": "AirDAO Network Explorer",
"url": "https://airdao.io/explorer",
"standard": "none"
}]
}, {
"name": "IVAR Chain Testnet",
"chain": "IVAR",
@ -9764,6 +9784,26 @@
"standard": "none",
"icon": "shuffle"
}]
}, {
"name": "AirDAO Testnet",
"chain": "ambnet-test",
"icon": "airdao",
"rpc": ["https://network.ambrosus-test.io"],
"faucets": [],
"nativeCurrency": {
"name": "Amber",
"symbol": "AMB",
"decimals": 18
},
"infoURL": "https://testnet.airdao.io",
"shortName": "airdao-test",
"chainId": 22040,
"networkId": 22040,
"explorers": [{
"name": "AirDAO Network Explorer",
"url": "https://testnet.airdao.io/explorer",
"standard": "none"
}]
}, {
"name": "MAP Mainnet",
"chain": "MAP",

8
icons/airdao.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmSxXjvWng3Diz4YwXDV2VqSPgMyzLYBNfkjJcr7rzkxom",
"width": 400,
"height": 400,
"format": "png"
}
]

File diff suppressed because one or more lines are too long

View File

@ -500,6 +500,7 @@
"TrustTestnet": "eip155:15555",
"mtt": "eip155:16000",
"mtttest": "eip155:16001",
"airdao": "eip155:16718",
"tivar": "eip155:16888",
"ZKST": "eip155:18000",
"pom": "eip155:18159",
@ -510,6 +511,7 @@
"cennz-a": "eip155:21337",
"omc": "eip155:21816",
"SFL": "eip155:22023",
"airdao-test": "eip155:22040",
"map": "eip155:22776",
"opside": "eip155:23118",
"sapphire": "eip155:23294",