Skip to content

Commit

Permalink
Add logo for lif3 chain testnet and mainnet (#5460)
Browse files Browse the repository at this point in the history
* Add eip155:1811

* Added mainnet

* Removed slashes at the end of explorers

* Added logo for lif3 chain testnet and mainnet

* fix

* prettier

---------

Co-authored-by: ligi <[email protected]>
  • Loading branch information
vikagabriel and ligi authored Jul 15, 2024
1 parent c1cbc03 commit a45876d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions _data/chains/eip155-1811.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
},
"infoURL": "https://docs.lif3.com/",
"shortName": "lif3-testnet",
"icon": "lif3",
"chainId": 1811,
"networkId": 1811,
"explorers": [
Expand Down
1 change: 1 addition & 0 deletions _data/chains/eip155-8869.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
},
"infoURL": "https://docs.lif3.com/",
"shortName": "lif3-mainnet",
"icon": "lif3",
"chainId": 8869,
"networkId": 8869,
"explorers": [
Expand Down
8 changes: 8 additions & 0 deletions _data/icons/lif3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmQqNBEqNnNsaSV6rik6mM8VnaSgYFxfEkjkiXSwgmEgaH",
"width": 200,
"height": 200,
"format": "svg"
}
]

0 comments on commit a45876d

Please sign in to comment.