mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
24 lines
487 B
JSON
24 lines
487 B
JSON
{
|
|
"name": "F(x)Core Mainnet Network",
|
|
"chain": "Fxcore",
|
|
"rpc": ["https://fx-json-web3.functionx.io:8545"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Function X",
|
|
"symbol": "FX",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://functionx.io/",
|
|
"shortName": "FxCore",
|
|
"chainId": 530,
|
|
"networkId": 530,
|
|
"icon": "fxcore",
|
|
"explorers": [
|
|
{
|
|
"name": "FunctionX Explorer",
|
|
"url": "https://fx-evm.functionx.io",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|