Skip to content

Commit

Permalink
Purrfect Universe (#953)
Browse files Browse the repository at this point in the history
* Update default_assets.go

- PUR Token is added

* Update default_assets.go
  • Loading branch information
AltayDev authored Jun 7, 2024
1 parent 6bbbff6 commit 6b12a26
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkg/assets/default_assets.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,13 @@ func (s *AssetsStore) createFileDefault(path string) error {
"symbol": "WETH.e",
"decimals": 18,
"MEXCSymbol": "ETHUSDT"
},
{
"address": "AS133eqPPaPttJ6hJnk3sfoG5cjFFqBDi1VGxdo2wzWkq8AfZnan",
"name": "Purrfect Universe",
"symbol": "PUR",
"decimals": 18,
"MEXCSymbol": ""
}
]`), permissionUrwGrOr); err != nil {
return err
Expand Down

0 comments on commit 6b12a26

Please sign in to comment.