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@935f9a7857 🚀
This commit is contained in:
parent
858e378409
commit
46d67b1d5b
|
@ -356,6 +356,14 @@
|
|||
"url": "ipfs://QmWhNm7tTi6SYbiumULDRk956hxgqaZSX77vcxBNn8fvnw",
|
||||
"format": "svg"
|
||||
}]
|
||||
}, {
|
||||
"name": "opside",
|
||||
"icons": [{
|
||||
"url": "ipfs://QmeCyZeibUoHNoYGzy1GkzH2uhxyRHKvH51PdaUMer4VTo",
|
||||
"width": 591,
|
||||
"height": 591,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "milkomeda",
|
||||
"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-23118.json
Normal file
23
chains/eip155-23118.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "Opside Testnet",
|
||||
"chain": "Opside",
|
||||
"rpc": ["https://testrpc.opside.network"],
|
||||
"faucets": ["https://faucet.opside.network"],
|
||||
"nativeCurrency": {
|
||||
"name": "IDE",
|
||||
"symbol": "IDE",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://opside.network",
|
||||
"shortName": "opside",
|
||||
"chainId": 23118,
|
||||
"networkId": 23118,
|
||||
"icon": "opside",
|
||||
"explorers": [
|
||||
{
|
||||
"name": "opsideInfo",
|
||||
"url": "https://opside.info",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -4574,6 +4574,19 @@
|
|||
"rpc": ["https://taycan-rpc.hupayx.io:8545"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://hupayx.io"
|
||||
}, {
|
||||
"name": "Opside Testnet",
|
||||
"chainId": 23118,
|
||||
"shortName": "opside",
|
||||
"networkId": 23118,
|
||||
"nativeCurrency": {
|
||||
"name": "IDE",
|
||||
"symbol": "IDE",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://testrpc.opside.network"],
|
||||
"faucets": ["https://faucet.opside.network"],
|
||||
"infoURL": "https://opside.network"
|
||||
}, {
|
||||
"name": "Webchain",
|
||||
"chainId": 24484,
|
||||
|
|
|
@ -6490,6 +6490,26 @@
|
|||
"url": "https://taycan-cosmoscan.hupayx.io",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "Opside Testnet",
|
||||
"chain": "Opside",
|
||||
"rpc": ["https://testrpc.opside.network"],
|
||||
"faucets": ["https://faucet.opside.network"],
|
||||
"nativeCurrency": {
|
||||
"name": "IDE",
|
||||
"symbol": "IDE",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://opside.network",
|
||||
"shortName": "opside",
|
||||
"chainId": 23118,
|
||||
"networkId": 23118,
|
||||
"icon": "opside",
|
||||
"explorers": [{
|
||||
"name": "opsideInfo",
|
||||
"url": "https://opside.info",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Webchain",
|
||||
"chain": "WEB",
|
||||
|
|
8
icons/opside.json
Normal file
8
icons/opside.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmeCyZeibUoHNoYGzy1GkzH2uhxyRHKvH51PdaUMer4VTo",
|
||||
"width": 591,
|
||||
"height": 591,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
|
@ -351,6 +351,7 @@
|
|||
"cennz-a": "eip155:21337",
|
||||
"omc": "eip155:21816",
|
||||
"SFL": "eip155:22023",
|
||||
"opside": "eip155:23118",
|
||||
"web": "eip155:24484",
|
||||
"mintme": "eip155:24734",
|
||||
"OAC": "eip155:26863",
|
||||
|
|
Loading…
Reference in New Issue
Block a user