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@affcf3f482 🚀
This commit is contained in:
parent
2b0223c917
commit
b5fe34c4b9
|
@ -1574,6 +1574,14 @@
|
|||
"height": 64,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "opside-new",
|
||||
"icons": [{
|
||||
"url": "ipfs://QmZnE2ygPL2ZGuzHGvFCHmrqxwdurrhz3K1yPnwLzKbgay",
|
||||
"width": 401,
|
||||
"height": 400,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "klyntar",
|
||||
"icons": [{
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
28
chains/eip155-51178.json
Normal file
28
chains/eip155-51178.json
Normal file
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"name": "Opside Testnet Pre-Alpha",
|
||||
"chain": "ETH",
|
||||
"rpc": [
|
||||
"https://pre-alpha-us-http-geth.opside.network",
|
||||
"https://pre-alpha-hk-http-geth.opside.network"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "IDE Test Token",
|
||||
"symbol": "IDE",
|
||||
"decimals": 18
|
||||
},
|
||||
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
|
||||
"infoURL": "https://opsi.de/",
|
||||
"shortName": "Opside-Testnet",
|
||||
"chainId": 51178,
|
||||
"networkId": 51178,
|
||||
"icon": "opside-new",
|
||||
"explorers": [
|
||||
{
|
||||
"name": "OpsideTestnetInfo",
|
||||
"url": "https://pre-alpha.opside.info",
|
||||
"icon": "opside-new",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -8747,6 +8747,19 @@
|
|||
"rpc": ["https://testnet.gton.network/"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://gton.capital"
|
||||
}, {
|
||||
"name": "Opside Testnet Pre-Alpha",
|
||||
"chainId": 51178,
|
||||
"shortName": "Opside-Testnet",
|
||||
"networkId": 51178,
|
||||
"nativeCurrency": {
|
||||
"name": "IDE Test Token",
|
||||
"symbol": "IDE",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://pre-alpha-us-http-geth.opside.network", "https://pre-alpha-hk-http-geth.opside.network"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://opsi.de/"
|
||||
}, {
|
||||
"name": "Sardis Mainnet",
|
||||
"chainId": 51712,
|
||||
|
|
|
@ -13242,6 +13242,32 @@
|
|||
"type": "L2",
|
||||
"chain": "eip155-3"
|
||||
}
|
||||
}, {
|
||||
"name": "Opside Testnet Pre-Alpha",
|
||||
"chain": "ETH",
|
||||
"rpc": ["https://pre-alpha-us-http-geth.opside.network", "https://pre-alpha-hk-http-geth.opside.network"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "IDE Test Token",
|
||||
"symbol": "IDE",
|
||||
"decimals": 18
|
||||
},
|
||||
"features": [{
|
||||
"name": "EIP155"
|
||||
}, {
|
||||
"name": "EIP1559"
|
||||
}],
|
||||
"infoURL": "https://opsi.de/",
|
||||
"shortName": "Opside-Testnet",
|
||||
"chainId": 51178,
|
||||
"networkId": 51178,
|
||||
"icon": "opside-new",
|
||||
"explorers": [{
|
||||
"name": "OpsideTestnetInfo",
|
||||
"url": "https://pre-alpha.opside.info",
|
||||
"icon": "opside-new",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Sardis Mainnet",
|
||||
"chain": "SRDX",
|
||||
|
|
8
icons/opside-new.json
Normal file
8
icons/opside-new.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmZnE2ygPL2ZGuzHGvFCHmrqxwdurrhz3K1yPnwLzKbgay",
|
||||
"width": 401,
|
||||
"height": 400,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -672,6 +672,7 @@
|
|||
"tnrg": "eip155:49797",
|
||||
"LOE": "eip155:50001",
|
||||
"tgton": "eip155:50021",
|
||||
"Opside-Testnet": "eip155:51178",
|
||||
"SRDXm": "eip155:51712",
|
||||
"DFK": "eip155:53935",
|
||||
"ISLMT": "eip155:54211",
|
||||
|
|
Loading…
Reference in New Issue
Block a user