Skip to content

Commit

Permalink
Merge pull request #226 from sicgamespro/memetv/update-contract-01
Browse files Browse the repository at this point in the history
Update contract address for MemeTv
  • Loading branch information
aleksandrkaekhtin authored Oct 25, 2024
2 parents e76cd59 + 81ee947 commit 8866d1b
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions projects/apps/MemeTv.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,18 @@
url="https://t.me/TheMemeTvBot",
metrics=[
SmartContractInteraction(
"Interaction",
"EQCHiGNkhPqwgDkYp-ZqAKMKqAf4k9-_Z1_IbNb-L7OBFOpr",
op_codes=[-564733746],
"Memewars",
"EQAitPEyRsbqngxWUaP8_XZJh1Ro-Ez2f54Lp4o97oHUY78G",
op_codes=[133295436],
),
SmartContractInteraction(
"OpenLeague",
"EQCSuEcF5GA6Dh4cu_6YdUOYiRDKSBsyDrJRY0Gt4Ics55to",
op_codes=[-1960889654],
),
SmartContractInteraction(
"Tickets",
"EQCfn2sUM5jcrQvmdGAILYs-vulCi_jvQyIURDU0zZSYFAV3",
),
],
)

0 comments on commit 8866d1b

Please sign in to comment.