Skip to content

Commit

Permalink
RentTower: Add AUT token Mint contract & Lottery contract
Browse files Browse the repository at this point in the history
  • Loading branch information
klmov authored and aleksandrkaekhtin committed Oct 16, 2024
1 parent d4499a4 commit 533b8fe
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions projects/apps/RentTower.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,13 @@
url="https://t.me/Rent_Tower_Game_bot",
metrics=[
SmartContractInteraction(
"Payment",
"EQBvlltkYThhbU5ZoWz1YY-XEFGoCW9pVdVBhHyrWJzGa2KG",
"AUT token mint",
"EQB0M4CxQIokEEfiyeK6k3KB__ZFs08EP9tewOIk3MycTbql",
comment_required=True,
),
SmartContractInteraction(
"Rent lottery",
"EQAd-gxO1xOW_iSv90u2ZUeW6icI4j1Rdf5M5nK3d5bbKgjD",
comment_required=True,
),
],
Expand Down

0 comments on commit 533b8fe

Please sign in to comment.