Deploying to gh-pages from @ ethereum-lists/chains@7781a9991a 🚀

This commit is contained in:
ligi 2023-01-23 14:23:40 +00:00
parent 77cd6868ba
commit ba2a66537c
10 changed files with 82 additions and 3 deletions

View File

@ -774,6 +774,14 @@
"height": 800, "height": 800,
"format": "png" "format": "png"
}] }]
}, {
"name": "flacoin",
"icons": [{
"url": "ipfs://bafybeiadlvc4pfiykehyt2z67nvgt5w4vlov27olu5obvmryv4xzua4tae",
"width": 256,
"height": 256,
"format": "png"
}]
}, { }, {
"name": "enter", "name": "enter",
"icons": [{ "icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

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

File diff suppressed because one or more lines are too long

View File

@ -8656,6 +8656,19 @@
"rpc": ["https://rpc.auxilium.global"], "rpc": ["https://rpc.auxilium.global"],
"faucets": [], "faucets": [],
"infoURL": "https://auxilium.global" "infoURL": "https://auxilium.global"
}, {
"name": "Flachain Mainnet",
"chainId": 29032022,
"shortName": "fla",
"networkId": 29032022,
"nativeCurrency": {
"name": "Flacoin",
"symbol": "FLA",
"decimals": 18
},
"rpc": ["https://flachain.flaexchange.top/"],
"faucets": [],
"infoURL": "https://www.flaexchange.top"
}, { }, {
"name": "Filecoin - Local testnet", "name": "Filecoin - Local testnet",
"chainId": 31415926, "chainId": 31415926,

View File

@ -12839,6 +12839,31 @@
"chainId": 28945486, "chainId": 28945486,
"networkId": 28945486, "networkId": 28945486,
"slip44": 344 "slip44": 344
}, {
"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"
}]
}, { }, {
"name": "Filecoin - Local testnet", "name": "Filecoin - Local testnet",
"chain": "FIL", "chain": "FIL",

8
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

View File

@ -665,6 +665,7 @@
"exlvolta": "eip155:27082017", "exlvolta": "eip155:27082017",
"exl": "eip155:27082022", "exl": "eip155:27082022",
"auxi": "eip155:28945486", "auxi": "eip155:28945486",
"fla": "eip155:29032022",
"filecoin-local": "eip155:31415926", "filecoin-local": "eip155:31415926",
"JOYS": "eip155:35855456", "JOYS": "eip155:35855456",
"mais": "eip155:43214913", "mais": "eip155:43214913",