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

This commit is contained in:
ligi 2023-04-20 17:58:00 +00:00
parent c57c4a4dae
commit a390833cfc
8 changed files with 65 additions and 4 deletions

File diff suppressed because one or more lines are too long

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

@ -0,0 +1,23 @@
{
"name": "Ferrum Testnet",
"chain": "tFRM",
"rpc": ["http://testnet.dev.svcs.ferrumnetwork.io:9933"],
"faucets": ["https://testnet.faucet.ferrumnetwork.io"],
"nativeCurrency": {
"name": "Ferrum",
"symbol": "tFRM",
"decimals": 18
},
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"infoURL": "https://ferrum.network",
"shortName": "frm",
"chainId": 26026,
"networkId": 26026,
"explorers": [
{
"name": "polkadotjs",
"url": "https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Ftestnet.dev.svcs.ferrumnetwork.io#/explorer",
"standard": "none"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -7876,6 +7876,19 @@
"rpc": ["https://rpc-testnet.bitkubchain.io", "wss://wss-testnet.bitkubchain.io"], "rpc": ["https://rpc-testnet.bitkubchain.io", "wss://wss-testnet.bitkubchain.io"],
"faucets": ["https://faucet.bitkubchain.com"], "faucets": ["https://faucet.bitkubchain.com"],
"infoURL": "https://www.bitkubchain.com/" "infoURL": "https://www.bitkubchain.com/"
}, {
"name": "Ferrum Testnet",
"chainId": 26026,
"shortName": "frm",
"networkId": 26026,
"nativeCurrency": {
"name": "Ferrum",
"symbol": "tFRM",
"decimals": 18
},
"rpc": ["http://testnet.dev.svcs.ferrumnetwork.io:9933"],
"faucets": ["https://testnet.faucet.ferrumnetwork.io"],
"infoURL": "https://ferrum.network"
}, { }, {
"name": "Hertz Network Mainnet", "name": "Hertz Network Mainnet",
"chainId": 26600, "chainId": 26600,

View File

@ -11838,6 +11838,30 @@
"standard": "none", "standard": "none",
"icon": "bkc" "icon": "bkc"
}] }]
}, {
"name": "Ferrum Testnet",
"chain": "tFRM",
"rpc": ["http://testnet.dev.svcs.ferrumnetwork.io:9933"],
"faucets": ["https://testnet.faucet.ferrumnetwork.io"],
"nativeCurrency": {
"name": "Ferrum",
"symbol": "tFRM",
"decimals": 18
},
"features": [{
"name": "EIP155"
}, {
"name": "EIP1559"
}],
"infoURL": "https://ferrum.network",
"shortName": "frm",
"chainId": 26026,
"networkId": 26026,
"explorers": [{
"name": "polkadotjs",
"url": "https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Ftestnet.dev.svcs.ferrumnetwork.io#/explorer",
"standard": "none"
}]
}, { }, {
"name": "Hertz Network Mainnet", "name": "Hertz Network Mainnet",
"chain": "HTZ", "chain": "HTZ",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -605,6 +605,7 @@
"mintme": "eip155:24734", "mintme": "eip155:24734",
"GOLDT": "eip155:25888", "GOLDT": "eip155:25888",
"bkct": "eip155:25925", "bkct": "eip155:25925",
"frm": "eip155:26026",
"HTZ": "eip155:26600", "HTZ": "eip155:26600",
"OAC": "eip155:26863", "OAC": "eip155:26863",
"obgor": "eip155:28528", "obgor": "eip155:28528",