mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add Flare and Songbird icons (#763)
This commit is contained in:
parent
8ca754031a
commit
62c9a0bdd3
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "Flare Mainnet",
|
"name": "Flare Mainnet",
|
||||||
"chain": "FLR",
|
"chain": "FLR",
|
||||||
|
"icon": "flare",
|
||||||
"rpc": [
|
"rpc": [
|
||||||
],
|
],
|
||||||
"faucets": [
|
"faucets": [
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "Songbird Canary-Network",
|
"name": "Songbird Canary-Network",
|
||||||
"chain": "SGB",
|
"chain": "SGB",
|
||||||
|
"icon": "songbird",
|
||||||
"rpc": [
|
"rpc": [
|
||||||
"https://songbird.towolabs.com/rpc",
|
"https://songbird.towolabs.com/rpc",
|
||||||
"https://sgb.ftso.com.au/ext/bc/C/rpc",
|
"https://sgb.ftso.com.au/ext/bc/C/rpc",
|
||||||
|
|
8
_data/icons/flare.json
Normal file
8
_data/icons/flare.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmebGy9pJdCSSg1SEdZ7uzaRxgEPHdGxbvogMREs4dV73X",
|
||||||
|
"width": 512,
|
||||||
|
"height": 512,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
8
_data/icons/songbird.json
Normal file
8
_data/icons/songbird.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmYxcrbb7EoXisMQN9KqSoUqbjctV482nyfyWNvPQebdon",
|
||||||
|
"width": 512,
|
||||||
|
"height": 719,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user