chains/_data/chains/eip155-6565.json
Fox Chain Labs 487ea8c649
Add Chain ID 6565 Testnet (#2886)
* 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>
2023-05-24 13:52:36 +02:00

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"
}
]
}