Skip to content

Commit

Permalink
Add Icon for BounceBit (#5188)
Browse files Browse the repository at this point in the history
* add icon json

* Update eip155-6001.json with icon

* Update eip155-6000.json with icon

* Update bouncebit.json

---------

Co-authored-by: ligi <[email protected]>
  • Loading branch information
momobub and ligi authored Jun 4, 2024
1 parent c665a92 commit eea86bd
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-6000.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"shortName": "bouncebit-testnet",
"chainId": 6000,
"networkId": 6000,
"icon": "bouncebit",
"explorers": [
{
"name": "BBScan Testnet Explorer",
Expand Down
1 change: 1 addition & 0 deletions _data/chains/eip155-6001.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"shortName": "bouncebit-mainnet",
"chainId": 6001,
"networkId": 6001,
"icon": "bouncebit",
"explorers": [
{
"name": "BBScan Mainnet Explorer",
Expand Down
8 changes: 8 additions & 0 deletions _data/icons/bouncebit.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmXry4fg4n371PCokLGKUMwmws1SoJb5giZM3EedeEQaZz",
"width": 192,
"height": 192,
"format": "png"
}
]

0 comments on commit eea86bd

Please sign in to comment.