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

This commit is contained in:
ligi 2022-09-06 21:13:36 +00:00
parent 281c31804a
commit 8f1ad385a1
6 changed files with 57 additions and 2 deletions

File diff suppressed because one or more lines are too long

22
chains/eip155-18000.json Normal file
View 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

View File

@ -4561,6 +4561,19 @@
"rpc": ["https://testnet-rpc.ivarex.com"], "rpc": ["https://testnet-rpc.ivarex.com"],
"faucets": ["https://tfaucet.ivarex.com/"], "faucets": ["https://tfaucet.ivarex.com/"],
"infoURL": "https://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", "name": "BTCIX Network",
"chainId": 19845, "chainId": 19845,

View File

@ -6474,6 +6474,25 @@
"url": "https://testnet.ivarscan.com", "url": "https://testnet.ivarscan.com",
"standard": "EIP3091" "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", "name": "BTCIX Network",
"chain": "BTCIX", "chain": "BTCIX",

View File

@ -350,6 +350,7 @@
"mtt": "eip155:16000", "mtt": "eip155:16000",
"mtttest": "eip155:16001", "mtttest": "eip155:16001",
"tivar": "eip155:16888", "tivar": "eip155:16888",
"ZKST": "eip155:18000",
"btcix": "eip155:19845", "btcix": "eip155:19845",
"CLOTestnet": "eip155:20729", "CLOTestnet": "eip155:20729",
"cennz-a": "eip155:21337", "cennz-a": "eip155:21337",