Skip to content

Commit

Permalink
update HOT
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandrkaekhtin committed Sep 12, 2024
1 parent d43a844 commit 5eb92a5
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions projects/apps/HOTWallet.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from models.metrics.smc_interaction import SmartContractInteraction
from models.metrics.dex_swaps import DexSwaps
from models.project import App

"""
Expand All @@ -10,21 +10,9 @@
analytics_key=None,
url="https://t.me/herewalletbot",
metrics=[
SmartContractInteraction(
"Interaction",
"EQA4SmkTldq7Fn311uMDsvWPo_lbjamZmMZneXUcAJrJeYvm",
),
SmartContractInteraction(
"Interaction",
"EQBxAcKP8QDDiwYolea9vTiP-O1nvP4H6Kjtx3BmsU4_klbt",
),
SmartContractInteraction(
"Interaction",
"EQCgaC5OFAtfJjysbwP85d4Gsfgp1X-18z2S4-RIqb6z38Sk",
),
SmartContractInteraction(
"Interaction",
"EQAvUDmCAM9Zl_i3rXeYA2n-s_uhM4rTBhzAQUeJIxEOB62i",
DexSwaps(
"Referral swaps",
"EQBxrkqb9sVVGBVqNJzJW9lDcKwhhgeamkBJNt1njgo_tU7s"
),
],
)

0 comments on commit 5eb92a5

Please sign in to comment.