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@224028ac7e 🚀
This commit is contained in:
parent
f479543c4c
commit
8cf8de8838
File diff suppressed because one or more lines are too long
23
chains/eip155-530.json
Normal file
23
chains/eip155-530.json
Normal 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
|
@ -1935,6 +1935,19 @@
|
|||
"rpc": ["https://datarpc1.xsc.pub", "https://datarpc2.xsc.pub", "https://datarpc3.xsc.pub"],
|
||||
"faucets": ["https://xsc.pub/faucet"],
|
||||
"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",
|
||||
"chainId": 534,
|
||||
|
|
|
@ -2700,6 +2700,26 @@
|
|||
"url": "https://xscscan.pub",
|
||||
"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",
|
||||
"chain": "Candle",
|
||||
|
|
|
@ -148,6 +148,7 @@
|
|||
"aac": "eip155:512",
|
||||
"aact": "eip155:513",
|
||||
"xt": "eip155:520",
|
||||
"f(x)Core": "eip155:530",
|
||||
"CNDL": "eip155:534",
|
||||
"CLASS": "eip155:555",
|
||||
"tao": "eip155:558",
|
||||
|
|
Loading…
Reference in New Issue
Block a user