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:
firke 2021-04-26 11:04:21 +01:00 committed by GitHub
parent 69d9a15c07
commit e0bf9b0d52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 27 additions and 5 deletions

View File

@ -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
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmcM8kHNsNYoitt5S3kLThyrKVFTZo3k2rgnume6tnNroQ",
"width": 1212,
"height": 1546,
"format": "png"
}
]

8
_data/icons/ftmscan.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmRqbK449Fo9sJ3xMpkPbg6uV1weQj4yVV1xNMP9cdPmjf",
"width": 73,
"height": 73,
"format": "png"
}
]