mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
25 lines
460 B
JSON
25 lines
460 B
JSON
{
|
|
"name": "Frenchain",
|
|
"chain": "fren",
|
|
"rpc": ["https://rpc-02.frenscan.io"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "FREN",
|
|
"symbol": "FREN",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://frenchain.app",
|
|
"shortName": "FREN",
|
|
"chainId": 44444,
|
|
"networkId": 44444,
|
|
"icon": "fren",
|
|
"explorers": [
|
|
{
|
|
"name": "blockscout",
|
|
"url": "https://frenscan.io",
|
|
"icon": "fren",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|