mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
* Add Chain ID 6565 Testnet Validated Please * Create eip155-1801.json add chain mainnet 1801 Fox * Delete eip155-1801.json --------- Co-authored-by: ligi <ligi@ligi.de>
29 lines
626 B
JSON
29 lines
626 B
JSON
{
|
|
"name": "Fox Testnet Network",
|
|
"chain": "FOX",
|
|
"rpc": [
|
|
"https://rpc-testnet-v1.foxchain.app/",
|
|
"https://rpc2-testnet-v1.foxchain.app/",
|
|
"https://rpc3-testnet-v1.foxchain.app"
|
|
],
|
|
"faucets": ["https://faucet.foxchain.app"],
|
|
"nativeCurrency": {
|
|
"name": "FOX Native Token",
|
|
"symbol": "tFOX",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://foxchain.app",
|
|
"shortName": "fox",
|
|
"chainId": 6565,
|
|
"networkId": 6565,
|
|
"icon": "fox",
|
|
"explorers": [
|
|
{
|
|
"name": "FOX Testnet Explorer",
|
|
"icon": "fox",
|
|
"url": "https://testnet.foxscan.app",
|
|
"standard": "none"
|
|
}
|
|
]
|
|
}
|