mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Update to Fantom Opera network (#234)
* Change link for FTM to make use of txn link opening. * Change link for FTM to make use of txn link opening. Co-authored-by: Edward <edward@shurima-mbp.local>
This commit is contained in:
parent
69d9a15c07
commit
e0bf9b0d52
|
@ -2,10 +2,7 @@
|
|||
"name": "Fantom Opera",
|
||||
"chain": "FTM",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://rpc.fantom.network",
|
||||
"https://fantomscan.io/rpc"
|
||||
],
|
||||
"rpc": ["https://rpc.fantom.network", "https://fantomscan.io/rpc"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Fantom",
|
||||
|
@ -15,5 +12,14 @@
|
|||
"infoURL": "https://fantom.foundation",
|
||||
"shortName": "ftm",
|
||||
"chainId": 250,
|
||||
"networkId": 250
|
||||
"networkId": 250,
|
||||
"icon": "fantom",
|
||||
"explorers": [
|
||||
{
|
||||
"name": "ftmscan",
|
||||
"url": "https://ftmscan.com",
|
||||
"icon": "ftmscan",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
8
_data/icons/fantom.json
Normal file
8
_data/icons/fantom.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmcM8kHNsNYoitt5S3kLThyrKVFTZo3k2rgnume6tnNroQ",
|
||||
"width": 1212,
|
||||
"height": 1546,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
8
_data/icons/ftmscan.json
Normal file
8
_data/icons/ftmscan.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmRqbK449Fo9sJ3xMpkPbg6uV1weQj4yVV1xNMP9cdPmjf",
|
||||
"width": 73,
|
||||
"height": 73,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user