Deploying to gh-pages from @ ethereum-lists/chains@935f9a7857 🚀

This commit is contained in:
ligi 2022-09-02 07:21:20 +00:00
parent 858e378409
commit 46d67b1d5b
9 changed files with 76 additions and 3 deletions

View File

@ -356,6 +356,14 @@
"url": "ipfs://QmWhNm7tTi6SYbiumULDRk956hxgqaZSX77vcxBNn8fvnw", "url": "ipfs://QmWhNm7tTi6SYbiumULDRk956hxgqaZSX77vcxBNn8fvnw",
"format": "svg" "format": "svg"
}] }]
}, {
"name": "opside",
"icons": [{
"url": "ipfs://QmeCyZeibUoHNoYGzy1GkzH2uhxyRHKvH51PdaUMer4VTo",
"width": 591,
"height": 591,
"format": "png"
}]
}, { }, {
"name": "milkomeda", "name": "milkomeda",
"icons": [{ "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
View 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

View File

@ -4574,6 +4574,19 @@
"rpc": ["https://taycan-rpc.hupayx.io:8545"], "rpc": ["https://taycan-rpc.hupayx.io:8545"],
"faucets": [], "faucets": [],
"infoURL": "https://hupayx.io" "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", "name": "Webchain",
"chainId": 24484, "chainId": 24484,

View File

@ -6490,6 +6490,26 @@
"url": "https://taycan-cosmoscan.hupayx.io", "url": "https://taycan-cosmoscan.hupayx.io",
"standard": "none" "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", "name": "Webchain",
"chain": "WEB", "chain": "WEB",

8
icons/opside.json Normal file
View File

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

View File

@ -351,6 +351,7 @@
"cennz-a": "eip155:21337", "cennz-a": "eip155:21337",
"omc": "eip155:21816", "omc": "eip155:21816",
"SFL": "eip155:22023", "SFL": "eip155:22023",
"opside": "eip155:23118",
"web": "eip155:24484", "web": "eip155:24484",
"mintme": "eip155:24734", "mintme": "eip155:24734",
"OAC": "eip155:26863", "OAC": "eip155:26863",