Deploying to gh-pages from @ ethereum-lists/chains@2cdf14f388 🚀

This commit is contained in:
ligi 2022-07-15 09:29:50 +00:00
parent 33c557964b
commit abc60bd39f
5 changed files with 17 additions and 7 deletions

File diff suppressed because one or more lines are too long

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

File diff suppressed because one or more lines are too long

View File

@ -173,7 +173,7 @@
"shortName": "flr", "shortName": "flr",
"networkId": 14, "networkId": 14,
"nativeCurrency": { "nativeCurrency": {
"name": "Spark", "name": "FLR",
"symbol": "FLR", "symbol": "FLR",
"decimals": 18 "decimals": 18
}, },

View File

@ -240,14 +240,19 @@
"rpc": [], "rpc": [],
"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"
}]
}, { }, {
"name": "Diode Prenet", "name": "Diode Prenet",
"chain": "DIODE", "chain": "DIODE",