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@e056b2166d 🚀
This commit is contained in:
parent
7325da8a7c
commit
15c83c287c
File diff suppressed because one or more lines are too long
22
chains/eip155-333777.json
Normal file
22
chains/eip155-333777.json
Normal 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
|
@ -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,
|
||||
|
|
|
@ -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
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user