Skip to content

Commit

Permalink
added bananabux to cat constants
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardteach42 committed Jan 4, 2023
1 parent ef29eb8 commit de8119e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions chinilla/wallet/cat_wallet/cat_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,14 @@
"symbol": "CEF",
}

BANANABUX = {
"asset_id": "8fefde88b328039840b462a9d3317bef3cb773e050ad2369f76be552de0b83e5",
"name": "BananaBux",
"symbol": "BBX",
}

DEFAULT_CATS = {
FOUNDER["asset_id"]: FOUNDER,
EARLY_FARMER["asset_id"]: EARLY_FARMER,
BANANABUX["asset_id"]: BANANABUX,
}

0 comments on commit de8119e

Please sign in to comment.