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

This commit is contained in:
ligi 2022-07-19 13:46:17 +00:00
parent f479543c4c
commit 8cf8de8838
6 changed files with 59 additions and 2 deletions

File diff suppressed because one or more lines are too long

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

@ -0,0 +1,23 @@
{
"name": "F(x)Core Mainnet Network",
"chain": "Fxcore",
"network": "mainnet",
"rpc": [
"https://fx-json-web3.functionx.io:8545"
],
"faucets": [],
"nativeCurrency": {
"name": "Function X",
"symbol": "FX",
"decimals": 18
},
"infoURL": "https://functionx.io/",
"shortName": "f(x)Core",
"chainId": 530,
"networkId": 530,
"explorers": [{
"name": "FunctionX Explorer",
"url": "https://fx-evm.functionx.io",
"standard": "EIP3091"
}]
}

File diff suppressed because one or more lines are too long

View File

@ -1935,6 +1935,19 @@
"rpc": ["https://datarpc1.xsc.pub", "https://datarpc2.xsc.pub", "https://datarpc3.xsc.pub"], "rpc": ["https://datarpc1.xsc.pub", "https://datarpc2.xsc.pub", "https://datarpc3.xsc.pub"],
"faucets": ["https://xsc.pub/faucet"], "faucets": ["https://xsc.pub/faucet"],
"infoURL": "https://xsc.pub/" "infoURL": "https://xsc.pub/"
}, {
"name": "F(x)Core Mainnet Network",
"chainId": 530,
"shortName": "f(x)Core",
"networkId": 530,
"nativeCurrency": {
"name": "Function X",
"symbol": "FX",
"decimals": 18
},
"rpc": ["https://fx-json-web3.functionx.io:8545"],
"faucets": [],
"infoURL": "https://functionx.io/"
}, { }, {
"name": "Candle", "name": "Candle",
"chainId": 534, "chainId": 534,

View File

@ -2700,6 +2700,26 @@
"url": "https://xscscan.pub", "url": "https://xscscan.pub",
"standard": "EIP3091" "standard": "EIP3091"
}] }]
}, {
"name": "F(x)Core Mainnet Network",
"chain": "Fxcore",
"network": "mainnet",
"rpc": ["https://fx-json-web3.functionx.io:8545"],
"faucets": [],
"nativeCurrency": {
"name": "Function X",
"symbol": "FX",
"decimals": 18
},
"infoURL": "https://functionx.io/",
"shortName": "f(x)Core",
"chainId": 530,
"networkId": 530,
"explorers": [{
"name": "FunctionX Explorer",
"url": "https://fx-evm.functionx.io",
"standard": "EIP3091"
}]
}, { }, {
"name": "Candle", "name": "Candle",
"chain": "Candle", "chain": "Candle",

View File

@ -148,6 +148,7 @@
"aac": "eip155:512", "aac": "eip155:512",
"aact": "eip155:513", "aact": "eip155:513",
"xt": "eip155:520", "xt": "eip155:520",
"f(x)Core": "eip155:530",
"CNDL": "eip155:534", "CNDL": "eip155:534",
"CLASS": "eip155:555", "CLASS": "eip155:555",
"tao": "eip155:558", "tao": "eip155:558",