Skip to content

Commit

Permalink
Fix giveth (#215)
Browse files Browse the repository at this point in the history
* Update manifest.json

* Update manifest.json

* Fix missing comma

* Update manifest.json

* Update manifest.json

---------

Co-authored-by: Elvijs Dzirkals <[email protected]>
  • Loading branch information
vmichalik and elvijsTDL authored May 10, 2024
1 parent d41c8de commit c35342a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions public/tokens/giv/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"type": "ERC20",
"svgIconPath": "/tokens/giv/icon.svg",
"isSuperToken": false,
"coingeckoId": "giveth",
"defaultColor":"#FFFFFF",
"defaultPrice": 0,
"roundCurrencyUpto": "2"
Expand Down
4 changes: 2 additions & 2 deletions public/tokens/givx/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"isSuperToken": true,
"svgIconPath": "/tokens/giv/icon.svg",
"superTokenType": "ERC20_WRAPPER",
"defaultPrice": 0,
"defaultColor":"#FFFFFF"
"defaultColor":"#FFFFFF",
"coingeckoId": "giveth"
}

0 comments on commit c35342a

Please sign in to comment.