Skip to content

Commit

Permalink
add gho assets (#202)
Browse files Browse the repository at this point in the history
* Create manifest.json

* Add files via upload

* Create manifest.json

---------

Co-authored-by: Elvijs Dzirkals <[email protected]>
  • Loading branch information
vmichalik and elvijsTDL authored Jan 16, 2024
1 parent 55665ac commit baa7bd4
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
21 changes: 21 additions & 0 deletions public/tokens/gho/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/gho/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"version": "2021-05-18",
"type": "ERC20",
"svgIconPath": "/tokens/gho/icon.svg",
"isSuperToken": false,
"defaultColor":"#FFFFFF",
"defaultPrice": 0,
"roundCurrencyUpto": "2"
}
9 changes: 9 additions & 0 deletions public/tokens/ghox/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/gho/icon.svg",
"superTokenType": "ERC20_WRAPPER",
"defaultPrice": 0,
"defaultColor":"#FFFFFF"
}

0 comments on commit baa7bd4

Please sign in to comment.