mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
7056fdcfbc
Note: so far CI wise only EIP155 is accepted as namespace - will be extended when chains from other namespaces are PRed in
22 lines
450 B
JSON
22 lines
450 B
JSON
{
|
|
"name": "Freight Trust Network",
|
|
"chain": "EDI",
|
|
"network": "freight & trade network",
|
|
"rpc": [
|
|
"http://13.57.207.168:3435",
|
|
"https://app.freighttrust.net/ftn/${API_KEY}"
|
|
],
|
|
"faucets": [
|
|
"http://faucet.freight.sh"
|
|
],
|
|
"nativeCurrency": {
|
|
"name": "Freight Trust Native",
|
|
"symbol": "0xF",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://freighttrust.com",
|
|
"shortName": "EDI",
|
|
"chainId": 211,
|
|
"networkId": 0
|
|
}
|