mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@2cdf14f388 🚀
This commit is contained in:
parent
33c557964b
commit
abc60bd39f
File diff suppressed because one or more lines are too long
|
@ -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
|
@ -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
|
||||||
},
|
},
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user