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

This commit is contained in:
ligi 2023-02-14 15:52:59 +00:00
parent 7325da8a7c
commit 15c83c287c
7 changed files with 58 additions and 3 deletions

File diff suppressed because one or more lines are too long

22
chains/eip155-333777.json Normal file
View File

@ -0,0 +1,22 @@
{
"name": "Oone Chain Testnet",
"chain": "OONE",
"rpc": ["https://blockchain-test.adigium.world"],
"faucets": ["https://apps-test.adigium.com/faucet"],
"nativeCurrency": {
"name": "Oone",
"symbol": "tOONE",
"decimals": 18
},
"infoURL": "https://oone.world",
"shortName": "oonetest",
"chainId": 333777,
"networkId": 333777,
"explorers": [
{
"name": "expedition",
"url": "https://explorer-test.adigium.world",
"standard": "none"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -8370,6 +8370,19 @@
"rpc": ["https://api.calibration.node.glif.io/rpc/v1"],
"faucets": ["https://faucet.calibration.fildev.network/"],
"infoURL": "https://filecoin.io"
}, {
"name": "Oone Chain Testnet",
"chainId": 333777,
"shortName": "oonetest",
"networkId": 333777,
"nativeCurrency": {
"name": "Oone",
"symbol": "tOONE",
"decimals": 18
},
"rpc": ["https://blockchain-test.adigium.world"],
"faucets": ["https://apps-test.adigium.com/faucet"],
"infoURL": "https://oone.world"
}, {
"name": "Polis Testnet",
"chainId": 333888,

View File

@ -12444,6 +12444,25 @@
"url": "https://calibration.filscout.com/en",
"standard": "none"
}]
}, {
"name": "Oone Chain Testnet",
"chain": "OONE",
"rpc": ["https://blockchain-test.adigium.world"],
"faucets": ["https://apps-test.adigium.com/faucet"],
"nativeCurrency": {
"name": "Oone",
"symbol": "tOONE",
"decimals": 18
},
"infoURL": "https://oone.world",
"shortName": "oonetest",
"chainId": 333777,
"networkId": 333777,
"explorers": [{
"name": "expedition",
"url": "https://explorer-test.adigium.world",
"standard": "none"
}]
}, {
"name": "Polis Testnet",
"chain": "Sparta",

File diff suppressed because one or more lines are too long

View File

@ -643,6 +643,7 @@
"gz-testnet": "eip155:266256",
"SoChain": "eip155:281121",
"filecoin-calibration": "eip155:314159",
"oonetest": "eip155:333777",
"sparta": "eip155:333888",
"olympus": "eip155:333999",
"metal": "eip155:381931",