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@6ec909bfe6 🚀
This commit is contained in:
parent
281c31804a
commit
8f1ad385a1
File diff suppressed because one or more lines are too long
22
chains/eip155-18000.json
Normal file
22
chains/eip155-18000.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"name": "Frontier of Dreams Testnet",
|
||||
"chain": "Game Network",
|
||||
"rpc": [
|
||||
"https://rpc.fod.games/"
|
||||
],
|
||||
"nativeCurrency": {
|
||||
"name": "ZKST",
|
||||
"symbol": "ZKST",
|
||||
"decimals": 18
|
||||
},
|
||||
"faucets": [],
|
||||
"shortName": "ZKST",
|
||||
"chainId": 18000,
|
||||
"networkId": 18000,
|
||||
"infoURL": "https://goexosphere.com",
|
||||
"explorers": [{
|
||||
"name": "Game Network",
|
||||
"url": "https://explorer.fod.games",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -4561,6 +4561,19 @@
|
|||
"rpc": ["https://testnet-rpc.ivarex.com"],
|
||||
"faucets": ["https://tfaucet.ivarex.com/"],
|
||||
"infoURL": "https://ivarex.com"
|
||||
}, {
|
||||
"name": "Frontier of Dreams Testnet",
|
||||
"chainId": 18000,
|
||||
"shortName": "ZKST",
|
||||
"networkId": 18000,
|
||||
"nativeCurrency": {
|
||||
"name": "ZKST",
|
||||
"symbol": "ZKST",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc.fod.games/"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://goexosphere.com"
|
||||
}, {
|
||||
"name": "BTCIX Network",
|
||||
"chainId": 19845,
|
||||
|
|
|
@ -6474,6 +6474,25 @@
|
|||
"url": "https://testnet.ivarscan.com",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Frontier of Dreams Testnet",
|
||||
"chain": "Game Network",
|
||||
"rpc": ["https://rpc.fod.games/"],
|
||||
"nativeCurrency": {
|
||||
"name": "ZKST",
|
||||
"symbol": "ZKST",
|
||||
"decimals": 18
|
||||
},
|
||||
"faucets": [],
|
||||
"shortName": "ZKST",
|
||||
"chainId": 18000,
|
||||
"networkId": 18000,
|
||||
"infoURL": "https://goexosphere.com",
|
||||
"explorers": [{
|
||||
"name": "Game Network",
|
||||
"url": "https://explorer.fod.games",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "BTCIX Network",
|
||||
"chain": "BTCIX",
|
||||
|
|
|
@ -350,6 +350,7 @@
|
|||
"mtt": "eip155:16000",
|
||||
"mtttest": "eip155:16001",
|
||||
"tivar": "eip155:16888",
|
||||
"ZKST": "eip155:18000",
|
||||
"btcix": "eip155:19845",
|
||||
"CLOTestnet": "eip155:20729",
|
||||
"cennz-a": "eip155:21337",
|
||||
|
|
Loading…
Reference in New Issue
Block a user