Add Flare (#139)

This commit is contained in:
Sean Rowan 2020-12-05 07:41:43 -05:00 committed by GitHub
parent 24e49e29da
commit f758e305b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 37 additions and 0 deletions

19
_data/chains/14.json Normal file
View File

@ -0,0 +1,19 @@
{
"name": "Flare Mainnet",
"chain": "FLR",
"network": "flare",
"rpc": [
],
"faucets": [
],
"nativeCurrency": {
"name": "Spark",
"symbol": "FLR",
"decimals": 18
},
"infoURL": "https://flare.xyz",
"shortName": "flr",
"chainId": 14,
"networkId": 14,
"slip44": 554
}

18
_data/chains/16.json Normal file
View File

@ -0,0 +1,18 @@
{
"name": "Flare Testnet Coston",
"chain": "FLR",
"network": "coston",
"rpc": [
],
"faucets": [
],
"nativeCurrency": {
"name": "Coston Spark",
"symbol": "CFLR",
"decimals": 18
},
"infoURL": "https://github.com/flare-eng/coston",
"shortName": "cflr",
"chainId": 16,
"networkId": 16
}