mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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>
This commit is contained in:
parent
f07057004c
commit
487ea8c649
28
_data/chains/eip155-6565.json
Normal file
28
_data/chains/eip155-6565.json
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -1,8 +1,8 @@
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"url": "ipfs://bafkreiecoqvit2mikpbpbtzy2zrn6e7fvqdegm72sdcathdwmgiyuzey7u",
|
"url": "ipfs://QmQxGA6rhuCQDXUueVcNvFRhMEWisyTmnF57TqL7h6k6cZ",
|
||||||
"width": 104,
|
"width": 1280,
|
||||||
"height": 114,
|
"height": 1280,
|
||||||
"format": "png"
|
"format": "png"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
8
_data/icons/fox.json
Normal file
8
_data/icons/fox.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://Qmbp1rwhtRr6JQRyYqyfLqkbmzXr1T17zbmChsi2ouvg3M",
|
||||||
|
"width": 100,
|
||||||
|
"height": 100,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
Binary file not shown.
After Width: | Height: | Size: 106 KiB |
Loading…
Reference in New Issue
Block a user