Update currency name and add block explorer (#1353)

This commit is contained in:
Markus Alvila 2022-07-15 11:26:01 +02:00 committed by GitHub
parent c0285d8861
commit 2cdf14f388
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,12 +7,17 @@
"faucets": [ "faucets": [
], ],
"nativeCurrency": { "nativeCurrency": {
"name": "Spark", "name": "FLR",
"symbol": "FLR", "symbol": "FLR",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://flare.xyz", "infoURL": "https://flare.xyz",
"shortName": "flr", "shortName": "flr",
"chainId": 14, "chainId": 14,
"networkId": 14 "networkId": 14,
"explorers": [{
"name": "blockscout",
"url": "https://flare-explorer.flare.network",
"standard": "EIP3091"
}]
} }