Skip to content

Commit

Permalink
Add giv assets (#199)
Browse files Browse the repository at this point in the history
* Create manifest.json

* Add files via upload

* Create manifest.json
  • Loading branch information
vmichalik authored Jan 16, 2024
1 parent 93eefd7 commit bc09390
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
6 changes: 6 additions & 0 deletions public/tokens/giv/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions public/tokens/giv/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"version": "2021-05-18",
"type": "ERC20",
"svgIconPath": "/tokens/giv/icon.svg",
"isSuperToken": false,
"defaultColor":"#FFFFFF",
"defaultPrice": 0,
"roundCurrencyUpto": "2"
}
9 changes: 9 additions & 0 deletions public/tokens/givx/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"version": "2021-05-18",
"type": "ERC20",
"isSuperToken": true,
"svgIconPath": "/tokens/giv/icon.svg",
"superTokenType": "ERC20_WRAPPER",
"defaultPrice": 0,
"defaultColor":"#FFFFFF"
}

0 comments on commit bc09390

Please sign in to comment.