Add Flachain-Mainnet to chain list (#2180)

* Add _data/chains/eip155-29032022.json

* Add _data/icons/flacoin.json

* add iconsDownload

* npx prettier
This commit is contained in:
flacoin 2023-01-23 11:19:55 -03:00 committed by GitHub
parent af64c639ec
commit 7781a9991a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,24 @@
{
"name": "Flachain Mainnet",
"chain": "FLX",
"icon": "flacoin",
"rpc": ["https://flachain.flaexchange.top/"],
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"faucets": [],
"nativeCurrency": {
"name": "Flacoin",
"symbol": "FLA",
"decimals": 18
},
"infoURL": "https://www.flaexchange.top",
"shortName": "fla",
"chainId": 29032022,
"networkId": 29032022,
"explorers": [
{
"name": "FLXExplorer",
"url": "https://explorer.flaexchange.top",
"standard": "EIP3091"
}
]
}

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

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB