mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@68771d2285 🚀
This commit is contained in:
parent
2c4855d7b4
commit
c86c881af5
|
@ -1382,6 +1382,14 @@
|
||||||
"height": 360,
|
"height": 360,
|
||||||
"format": "svg"
|
"format": "svg"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "hedera",
|
||||||
|
"icons": [{
|
||||||
|
"url": "ipfs://QmQikzhvZKyMmbZJd7BVLZb2YTBDMgNDnaMCAErsVjsfuz",
|
||||||
|
"width": 1500,
|
||||||
|
"height": 1500,
|
||||||
|
"format": "png"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "planq",
|
"name": "planq",
|
||||||
"icons": [{
|
"icons": [{
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
45
chains/eip155-295.json
Normal file
45
chains/eip155-295.json
Normal file
|
@ -0,0 +1,45 @@
|
||||||
|
{
|
||||||
|
"name": "Hedera Mainnet",
|
||||||
|
"chain": "Hedera",
|
||||||
|
"icon": "hedera",
|
||||||
|
"rpc": ["https://mainnet.hashio.io/api"],
|
||||||
|
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "hbar",
|
||||||
|
"symbol": "HBAR",
|
||||||
|
"decimals": 8
|
||||||
|
},
|
||||||
|
"infoURL": "https://hedera.com",
|
||||||
|
"shortName": "hedera-mainnet",
|
||||||
|
"chainId": 295,
|
||||||
|
"networkId": 295,
|
||||||
|
"slip44": 3030,
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "HashScan",
|
||||||
|
"url": "https://hashscan.io/mainnet/dashboard",
|
||||||
|
"standard": "none"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Arkhia Explorer",
|
||||||
|
"url": "https://explorer.arkhia.io",
|
||||||
|
"standard": "none"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "DragonGlass",
|
||||||
|
"url": "https://app.dragonglass.me",
|
||||||
|
"standard": "none"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Hedera Explorer",
|
||||||
|
"url": "https://hederaexplorer.io",
|
||||||
|
"standard": "none"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Ledger Works Explore",
|
||||||
|
"url": "https://explore.lworks.io",
|
||||||
|
"standard": "none"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
45
chains/eip155-296.json
Normal file
45
chains/eip155-296.json
Normal file
|
@ -0,0 +1,45 @@
|
||||||
|
{
|
||||||
|
"name": "Hedera Testnet",
|
||||||
|
"chain": "Hedera",
|
||||||
|
"icon": "hedera",
|
||||||
|
"rpc": ["https://testnet.hashio.io/api"],
|
||||||
|
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
|
||||||
|
"faucets": ["https://portal.hedera.com"],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "hbar",
|
||||||
|
"symbol": "HBAR",
|
||||||
|
"decimals": 8
|
||||||
|
},
|
||||||
|
"infoURL": "https://hedera.com",
|
||||||
|
"shortName": "hedera-testnet",
|
||||||
|
"chainId": 296,
|
||||||
|
"networkId": 296,
|
||||||
|
"slip44": 3030,
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "HashScan",
|
||||||
|
"url": "https://hashscan.io/testnet/dashboard",
|
||||||
|
"standard": "none"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Arkhia Explorer",
|
||||||
|
"url": "https://explorer.arkhia.io",
|
||||||
|
"standard": "none"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "DragonGlass",
|
||||||
|
"url": "https://app.dragonglass.me",
|
||||||
|
"standard": "none"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Hedera Explorer",
|
||||||
|
"url": "https://hederaexplorer.io",
|
||||||
|
"standard": "none"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Ledger Works Explore",
|
||||||
|
"url": "https://explore.lworks.io",
|
||||||
|
"standard": "none"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
25
chains/eip155-297.json
Normal file
25
chains/eip155-297.json
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"name": "Hedera Previewnet",
|
||||||
|
"chain": "Hedera",
|
||||||
|
"icon": "hedera",
|
||||||
|
"rpc": ["https://previewnet.hashio.io/api"],
|
||||||
|
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
|
||||||
|
"faucets": ["https://portal.hedera.com"],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "hbar",
|
||||||
|
"symbol": "HBAR",
|
||||||
|
"decimals": 8
|
||||||
|
},
|
||||||
|
"infoURL": "https://hedera.com",
|
||||||
|
"shortName": "hedera-previewnet",
|
||||||
|
"chainId": 297,
|
||||||
|
"networkId": 297,
|
||||||
|
"slip44": 3030,
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "HashScan",
|
||||||
|
"url": "https://hashscan.io/previewnet/dashboard",
|
||||||
|
"standard": "none"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
19
chains/eip155-298.json
Normal file
19
chains/eip155-298.json
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"name": "Hedera Localnet",
|
||||||
|
"chain": "Hedera",
|
||||||
|
"icon": "hedera",
|
||||||
|
"rpc": [],
|
||||||
|
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "hbar",
|
||||||
|
"symbol": "HBAR",
|
||||||
|
"decimals": 8
|
||||||
|
},
|
||||||
|
"infoURL": "https://hedera.com",
|
||||||
|
"shortName": "hedera-localnet",
|
||||||
|
"chainId": 298,
|
||||||
|
"networkId": 298,
|
||||||
|
"slip44": 3030,
|
||||||
|
"explorers": []
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
|
@ -2013,6 +2013,58 @@
|
||||||
"rpc": ["https://mainnet.boba.network/"],
|
"rpc": ["https://mainnet.boba.network/"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://boba.network"
|
"infoURL": "https://boba.network"
|
||||||
|
}, {
|
||||||
|
"name": "Hedera Mainnet",
|
||||||
|
"chainId": 295,
|
||||||
|
"shortName": "hedera-mainnet",
|
||||||
|
"networkId": 295,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "hbar",
|
||||||
|
"symbol": "HBAR",
|
||||||
|
"decimals": 8
|
||||||
|
},
|
||||||
|
"rpc": ["https://mainnet.hashio.io/api"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://hedera.com"
|
||||||
|
}, {
|
||||||
|
"name": "Hedera Testnet",
|
||||||
|
"chainId": 296,
|
||||||
|
"shortName": "hedera-testnet",
|
||||||
|
"networkId": 296,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "hbar",
|
||||||
|
"symbol": "HBAR",
|
||||||
|
"decimals": 8
|
||||||
|
},
|
||||||
|
"rpc": ["https://testnet.hashio.io/api"],
|
||||||
|
"faucets": ["https://portal.hedera.com"],
|
||||||
|
"infoURL": "https://hedera.com"
|
||||||
|
}, {
|
||||||
|
"name": "Hedera Previewnet",
|
||||||
|
"chainId": 297,
|
||||||
|
"shortName": "hedera-previewnet",
|
||||||
|
"networkId": 297,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "hbar",
|
||||||
|
"symbol": "HBAR",
|
||||||
|
"decimals": 8
|
||||||
|
},
|
||||||
|
"rpc": ["https://previewnet.hashio.io/api"],
|
||||||
|
"faucets": ["https://portal.hedera.com"],
|
||||||
|
"infoURL": "https://hedera.com"
|
||||||
|
}, {
|
||||||
|
"name": "Hedera Localnet",
|
||||||
|
"chainId": 298,
|
||||||
|
"shortName": "hedera-localnet",
|
||||||
|
"networkId": 298,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "hbar",
|
||||||
|
"symbol": "HBAR",
|
||||||
|
"decimals": 8
|
||||||
|
},
|
||||||
|
"rpc": [],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://hedera.com"
|
||||||
}, {
|
}, {
|
||||||
"name": "Optimism on Gnosis",
|
"name": "Optimism on Gnosis",
|
||||||
"chainId": 300,
|
"chainId": 300,
|
||||||
|
|
|
@ -2895,6 +2895,138 @@
|
||||||
"url": "https://gateway.boba.network"
|
"url": "https://gateway.boba.network"
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
"name": "Hedera Mainnet",
|
||||||
|
"chain": "Hedera",
|
||||||
|
"icon": "hedera",
|
||||||
|
"rpc": ["https://mainnet.hashio.io/api"],
|
||||||
|
"features": [{
|
||||||
|
"name": "EIP155"
|
||||||
|
}, {
|
||||||
|
"name": "EIP1559"
|
||||||
|
}],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "hbar",
|
||||||
|
"symbol": "HBAR",
|
||||||
|
"decimals": 8
|
||||||
|
},
|
||||||
|
"infoURL": "https://hedera.com",
|
||||||
|
"shortName": "hedera-mainnet",
|
||||||
|
"chainId": 295,
|
||||||
|
"networkId": 295,
|
||||||
|
"slip44": 3030,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "HashScan",
|
||||||
|
"url": "https://hashscan.io/mainnet/dashboard",
|
||||||
|
"standard": "none"
|
||||||
|
}, {
|
||||||
|
"name": "Arkhia Explorer",
|
||||||
|
"url": "https://explorer.arkhia.io",
|
||||||
|
"standard": "none"
|
||||||
|
}, {
|
||||||
|
"name": "DragonGlass",
|
||||||
|
"url": "https://app.dragonglass.me",
|
||||||
|
"standard": "none"
|
||||||
|
}, {
|
||||||
|
"name": "Hedera Explorer",
|
||||||
|
"url": "https://hederaexplorer.io",
|
||||||
|
"standard": "none"
|
||||||
|
}, {
|
||||||
|
"name": "Ledger Works Explore",
|
||||||
|
"url": "https://explore.lworks.io",
|
||||||
|
"standard": "none"
|
||||||
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "Hedera Testnet",
|
||||||
|
"chain": "Hedera",
|
||||||
|
"icon": "hedera",
|
||||||
|
"rpc": ["https://testnet.hashio.io/api"],
|
||||||
|
"features": [{
|
||||||
|
"name": "EIP155"
|
||||||
|
}, {
|
||||||
|
"name": "EIP1559"
|
||||||
|
}],
|
||||||
|
"faucets": ["https://portal.hedera.com"],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "hbar",
|
||||||
|
"symbol": "HBAR",
|
||||||
|
"decimals": 8
|
||||||
|
},
|
||||||
|
"infoURL": "https://hedera.com",
|
||||||
|
"shortName": "hedera-testnet",
|
||||||
|
"chainId": 296,
|
||||||
|
"networkId": 296,
|
||||||
|
"slip44": 3030,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "HashScan",
|
||||||
|
"url": "https://hashscan.io/testnet/dashboard",
|
||||||
|
"standard": "none"
|
||||||
|
}, {
|
||||||
|
"name": "Arkhia Explorer",
|
||||||
|
"url": "https://explorer.arkhia.io",
|
||||||
|
"standard": "none"
|
||||||
|
}, {
|
||||||
|
"name": "DragonGlass",
|
||||||
|
"url": "https://app.dragonglass.me",
|
||||||
|
"standard": "none"
|
||||||
|
}, {
|
||||||
|
"name": "Hedera Explorer",
|
||||||
|
"url": "https://hederaexplorer.io",
|
||||||
|
"standard": "none"
|
||||||
|
}, {
|
||||||
|
"name": "Ledger Works Explore",
|
||||||
|
"url": "https://explore.lworks.io",
|
||||||
|
"standard": "none"
|
||||||
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "Hedera Previewnet",
|
||||||
|
"chain": "Hedera",
|
||||||
|
"icon": "hedera",
|
||||||
|
"rpc": ["https://previewnet.hashio.io/api"],
|
||||||
|
"features": [{
|
||||||
|
"name": "EIP155"
|
||||||
|
}, {
|
||||||
|
"name": "EIP1559"
|
||||||
|
}],
|
||||||
|
"faucets": ["https://portal.hedera.com"],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "hbar",
|
||||||
|
"symbol": "HBAR",
|
||||||
|
"decimals": 8
|
||||||
|
},
|
||||||
|
"infoURL": "https://hedera.com",
|
||||||
|
"shortName": "hedera-previewnet",
|
||||||
|
"chainId": 297,
|
||||||
|
"networkId": 297,
|
||||||
|
"slip44": 3030,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "HashScan",
|
||||||
|
"url": "https://hashscan.io/previewnet/dashboard",
|
||||||
|
"standard": "none"
|
||||||
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "Hedera Localnet",
|
||||||
|
"chain": "Hedera",
|
||||||
|
"icon": "hedera",
|
||||||
|
"rpc": [],
|
||||||
|
"features": [{
|
||||||
|
"name": "EIP155"
|
||||||
|
}, {
|
||||||
|
"name": "EIP1559"
|
||||||
|
}],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "hbar",
|
||||||
|
"symbol": "HBAR",
|
||||||
|
"decimals": 8
|
||||||
|
},
|
||||||
|
"infoURL": "https://hedera.com",
|
||||||
|
"shortName": "hedera-localnet",
|
||||||
|
"chainId": 298,
|
||||||
|
"networkId": 298,
|
||||||
|
"slip44": 3030,
|
||||||
|
"explorers": []
|
||||||
}, {
|
}, {
|
||||||
"name": "Optimism on Gnosis",
|
"name": "Optimism on Gnosis",
|
||||||
"chain": "OGC",
|
"chain": "OGC",
|
||||||
|
|
8
icons/hedera.json
Normal file
8
icons/hedera.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmQikzhvZKyMmbZJd7BVLZb2YTBDMgNDnaMCAErsVjsfuz",
|
||||||
|
"width": 1500,
|
||||||
|
"height": 1500,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
BIN
iconsDownload/QmQikzhvZKyMmbZJd7BVLZb2YTBDMgNDnaMCAErsVjsfuz
Normal file
BIN
iconsDownload/QmQikzhvZKyMmbZJd7BVLZb2YTBDMgNDnaMCAErsVjsfuz
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -154,6 +154,10 @@
|
||||||
"hpb": "eip155:269",
|
"hpb": "eip155:269",
|
||||||
"zksync-goerli": "eip155:280",
|
"zksync-goerli": "eip155:280",
|
||||||
"Boba": "eip155:288",
|
"Boba": "eip155:288",
|
||||||
|
"hedera-mainnet": "eip155:295",
|
||||||
|
"hedera-testnet": "eip155:296",
|
||||||
|
"hedera-previewnet": "eip155:297",
|
||||||
|
"hedera-localnet": "eip155:298",
|
||||||
"ogc": "eip155:300",
|
"ogc": "eip155:300",
|
||||||
"Bobaopera": "eip155:301",
|
"Bobaopera": "eip155:301",
|
||||||
"omax": "eip155:311",
|
"omax": "eip155:311",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user