Skip to content

Commit

Permalink
Merge pull request #234 from aleksandrkaekhtin/feature/s6_projects
Browse files Browse the repository at this point in the history
Add token to Catizen
  • Loading branch information
aleksandrkaekhtin authored Oct 25, 2024
2 parents 8866d1b + 0b82534 commit 992d9c3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
7 changes: 4 additions & 3 deletions projects/apps/Catizen.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from models.metrics.smc_interaction import SmartContractInteraction
from models.metrics.token_transfer_from_user import TokenTransferFromUser
from models.project import App
from projects.tokens.CATI import CATI

"""
Catizen app - https://catizen.ai/
Expand Down Expand Up @@ -28,7 +29,7 @@
"EQCxE6mUtQJKFnGfaROTKOt1lZbDiiX1kCixRv7Nw2Id_sDs", # USDT
],
destinations=["EQD7UQWKOHYQt5mqVo9JJO-hh0WxrSsNtMTMkg3nVYNafmRO"]
)

]
),
],
token=CATI,
)
Binary file added projects/icons/tokens_cati.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions projects/tokens/CATI.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
from models.project import Token

CATI = Token(
name="CATI",
address="EQD-cvR0Nz6XAyRBvbhz-abTrRC6sI5tvHvvpeQraV9UAAD7",
decimals=9,
url="",
)

0 comments on commit 992d9c3

Please sign in to comment.