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

This commit is contained in:
ligi 2023-06-09 10:54:05 +00:00
parent 4ca7e59609
commit 3bc85dc537
74 changed files with 135 additions and 5 deletions

View File

@ -2150,6 +2150,14 @@
"height": 162,
"format": "png"
}]
}, {
"name": "ozonechain",
"icons": [{
"url": "ipfs://QmbM4weV8Bk6c9yNhosYntkVw39SNZtCHYGgWyXTxkevZ8",
"width": 1600,
"height": 1600,
"format": "png"
}]
}, {
"name": "shiden",
"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-4000.json Normal file
View File

@ -0,0 +1,23 @@
{
"name": "Ozone Chain Mainnet",
"chain": "OZONE",
"rpc": ["https://node1.ozonechain.io"],
"faucets": [],
"nativeCurrency": {
"name": "OZONE",
"symbol": "OZO",
"decimals": 18
},
"infoURL": "https://ozonechain.io",
"shortName": "ozo",
"chainId": 4000,
"networkId": 4000,
"icon": "ozonechain",
"explorers": [
{
"name": "OZONE Scan",
"url": "https://ozonescan.io",
"standard": "EIP3091"
}
]
}

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

@ -0,0 +1,23 @@
{
"name": "Ozone Chain Testnet",
"chain": "OZONE",
"rpc": ["https://node1.testnet.ozonechain.io"],
"faucets": [],
"nativeCurrency": {
"name": "OZONE",
"symbol": "OZO",
"decimals": 18
},
"infoURL": "https://ozonechain.io",
"shortName": "ozo_tst",
"chainId": 401,
"networkId": 401,
"icon": "ozonechain",
"explorers": [
{
"name": "OZONE Scan",
"url": "https://testnet.ozonescan.io",
"standard": "EIP3091"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -2637,6 +2637,19 @@
"rpc": ["https://testnet-rpc.hyperonchain.com"],
"faucets": ["https://faucet.hyperonchain.com"],
"infoURL": "https://docs.hyperonchain.com"
}, {
"name": "Ozone Chain Testnet",
"chainId": 401,
"shortName": "ozo_tst",
"networkId": 401,
"nativeCurrency": {
"name": "OZONE",
"symbol": "OZO",
"decimals": 18
},
"rpc": ["https://node1.testnet.ozonechain.io"],
"faucets": [],
"infoURL": "https://ozonechain.io"
}, {
"name": "SX Network Mainnet",
"chainId": 416,
@ -6160,6 +6173,19 @@
"rpc": ["https://mainnet.yuan.org/eth"],
"faucets": [],
"infoURL": "https://www.yuan.org"
}, {
"name": "Ozone Chain Mainnet",
"chainId": 4000,
"shortName": "ozo",
"networkId": 4000,
"nativeCurrency": {
"name": "OZONE",
"symbol": "OZO",
"decimals": 18
},
"rpc": ["https://node1.ozonechain.io"],
"faucets": [],
"infoURL": "https://ozonechain.io"
}, {
"name": "Fantom Testnet",
"chainId": 4002,

View File

@ -3972,6 +3972,26 @@
"icon": "hyperonchain",
"standard": "EIP3091"
}]
}, {
"name": "Ozone Chain Testnet",
"chain": "OZONE",
"rpc": ["https://node1.testnet.ozonechain.io"],
"faucets": [],
"nativeCurrency": {
"name": "OZONE",
"symbol": "OZO",
"decimals": 18
},
"infoURL": "https://ozonechain.io",
"shortName": "ozo_tst",
"chainId": 401,
"networkId": 401,
"icon": "ozonechain",
"explorers": [{
"name": "OZONE Scan",
"url": "https://testnet.ozonescan.io",
"standard": "EIP3091"
}]
}, {
"name": "SX Network Mainnet",
"chain": "SX",
@ -9250,6 +9270,26 @@
"url": "https://mainnet.yuan.org",
"standard": "none"
}]
}, {
"name": "Ozone Chain Mainnet",
"chain": "OZONE",
"rpc": ["https://node1.ozonechain.io"],
"faucets": [],
"nativeCurrency": {
"name": "OZONE",
"symbol": "OZO",
"decimals": 18
},
"infoURL": "https://ozonechain.io",
"shortName": "ozo",
"chainId": 4000,
"networkId": 4000,
"icon": "ozonechain",
"explorers": [{
"name": "OZONE Scan",
"url": "https://ozonescan.io",
"standard": "EIP3091"
}]
}, {
"name": "Fantom Testnet",
"chain": "FTM",

8
icons/ozonechain.json Normal file
View File

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -202,6 +202,7 @@
"tCNT": "eip155:371",
"lisinski": "eip155:385",
"hpn": "eip155:400",
"ozo_tst": "eip155:401",
"SX": "eip155:416",
"latestnet": "eip155:418",
"ogor": "eip155:420",
@ -473,6 +474,7 @@
"dyno": "eip155:3966",
"tdyno": "eip155:3967",
"ycc": "eip155:3999",
"ozo": "eip155:4000",
"tftm": "eip155:4002",
"BobaoperaTestnet": "eip155:4051",
"Nahmii3Mainnet": "eip155:4061",

View File

Before

Width:  |  Height:  |  Size: 128 B

After

Width:  |  Height:  |  Size: 128 B

View File

Before

Width:  |  Height:  |  Size: 660 B

After

Width:  |  Height:  |  Size: 660 B

View File

Before

Width:  |  Height:  |  Size: 194 B

After

Width:  |  Height:  |  Size: 194 B

View File

Before

Width:  |  Height:  |  Size: 72 B

After

Width:  |  Height:  |  Size: 72 B

View File

Before

Width:  |  Height:  |  Size: 280 B

After

Width:  |  Height:  |  Size: 280 B

View File

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

Before

Width:  |  Height:  |  Size: 333 B

After

Width:  |  Height:  |  Size: 333 B

View File

Before

Width:  |  Height:  |  Size: 696 B

After

Width:  |  Height:  |  Size: 696 B

View File

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

Before

Width:  |  Height:  |  Size: 426 B

After

Width:  |  Height:  |  Size: 426 B

View File

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

Before

Width:  |  Height:  |  Size: 200 B

After

Width:  |  Height:  |  Size: 200 B

View File

Before

Width:  |  Height:  |  Size: 442 B

After

Width:  |  Height:  |  Size: 442 B

View File

Before

Width:  |  Height:  |  Size: 942 B

After

Width:  |  Height:  |  Size: 942 B

View File

Before

Width:  |  Height:  |  Size: 279 B

After

Width:  |  Height:  |  Size: 279 B

View File

Before

Width:  |  Height:  |  Size: 796 B

After

Width:  |  Height:  |  Size: 796 B

View File

Before

Width:  |  Height:  |  Size: 218 B

After

Width:  |  Height:  |  Size: 218 B

View File

Before

Width:  |  Height:  |  Size: 468 B

After

Width:  |  Height:  |  Size: 468 B

View File

Before

Width:  |  Height:  |  Size: 212 B

After

Width:  |  Height:  |  Size: 212 B

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 297 B

After

Width:  |  Height:  |  Size: 297 B

View File

Before

Width:  |  Height:  |  Size: 452 B

After

Width:  |  Height:  |  Size: 452 B

View File

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

Before

Width:  |  Height:  |  Size: 488 B

After

Width:  |  Height:  |  Size: 488 B

View File

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

Before

Width:  |  Height:  |  Size: 222 B

After

Width:  |  Height:  |  Size: 222 B

View File

Before

Width:  |  Height:  |  Size: 507 B

After

Width:  |  Height:  |  Size: 507 B

View File

Before

Width:  |  Height:  |  Size: 994 B

After

Width:  |  Height:  |  Size: 994 B

View File

Before

Width:  |  Height:  |  Size: 304 B

After

Width:  |  Height:  |  Size: 304 B

View File

Before

Width:  |  Height:  |  Size: 994 B

After

Width:  |  Height:  |  Size: 994 B

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 460 B

After

Width:  |  Height:  |  Size: 460 B

View File

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

Before

Width:  |  Height:  |  Size: 226 B

After

Width:  |  Height:  |  Size: 226 B

View File

Before

Width:  |  Height:  |  Size: 382 B

After

Width:  |  Height:  |  Size: 382 B

View File

Before

Width:  |  Height:  |  Size: 1018 B

After

Width:  |  Height:  |  Size: 1018 B

View File

Before

Width:  |  Height:  |  Size: 241 B

After

Width:  |  Height:  |  Size: 241 B

View File

Before

Width:  |  Height:  |  Size: 747 B

After

Width:  |  Height:  |  Size: 747 B

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 200 B

After

Width:  |  Height:  |  Size: 200 B

View File

Before

Width:  |  Height:  |  Size: 744 B

After

Width:  |  Height:  |  Size: 744 B

View File

Before

Width:  |  Height:  |  Size: 116 B

After

Width:  |  Height:  |  Size: 116 B

View File

Before

Width:  |  Height:  |  Size: 349 B

After

Width:  |  Height:  |  Size: 349 B

View File

Before

Width:  |  Height:  |  Size: 392 B

After

Width:  |  Height:  |  Size: 392 B

View File

Before

Width:  |  Height:  |  Size: 234 B

After

Width:  |  Height:  |  Size: 234 B

View File

Before

Width:  |  Height:  |  Size: 600 B

After

Width:  |  Height:  |  Size: 600 B

View File

Before

Width:  |  Height:  |  Size: 503 B

After

Width:  |  Height:  |  Size: 503 B

View File

Before

Width:  |  Height:  |  Size: 374 B

After

Width:  |  Height:  |  Size: 374 B

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 192 B

After

Width:  |  Height:  |  Size: 192 B

View File

Before

Width:  |  Height:  |  Size: 261 B

After

Width:  |  Height:  |  Size: 261 B

View File

Before

Width:  |  Height:  |  Size: 766 B

After

Width:  |  Height:  |  Size: 766 B

View File

Before

Width:  |  Height:  |  Size: 211 B

After

Width:  |  Height:  |  Size: 211 B

View File

Before

Width:  |  Height:  |  Size: 331 B

After

Width:  |  Height:  |  Size: 331 B

View File

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

Before

Width:  |  Height:  |  Size: 420 B

After

Width:  |  Height:  |  Size: 420 B

View File

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

Before

Width:  |  Height:  |  Size: 202 B

After

Width:  |  Height:  |  Size: 202 B

View File

Before

Width:  |  Height:  |  Size: 326 B

After

Width:  |  Height:  |  Size: 326 B

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 203 B

After

Width:  |  Height:  |  Size: 203 B

View File

Before

Width:  |  Height:  |  Size: 848 B

After

Width:  |  Height:  |  Size: 848 B