Skip to content

Commit

Permalink
Merge pull request #51 from aleksandrkaekhtin/feature/gleam
Browse files Browse the repository at this point in the history
Add Gleam
  • Loading branch information
shuva10v authored Jun 19, 2024
2 parents b0df94a + c847f83 commit dc2c106
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
24 changes: 24 additions & 0 deletions projects/apps/Gleam.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
from models.metrics.smc_interaction import SmartContractInteraction
from models.project import App

"""
Gleam app
"""

Gleam = App(
name="Gleam",
analytics_key="Gleam",
url="https://t.me/Gleam_AquaProtocol_Bot/app",
metrics=[
SmartContractInteraction(
"In-game points purchase",
address="EQAFZftT5VrtXl99fq7HFK0uiPwwnNKTf4CIYzH8d4RX_oDu",
op_codes=[2019279690]
),
SmartContractInteraction(
"Completing a quest",
address="EQADW_UziWpTavUApnKj9ejTrGtOuIBDdIe2zxamdNkta95p",
op_codes=[-1858389630]
)
]
)
Binary file added projects/icons/apps_gleam.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions seasons/s4.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
from projects.apps.Gamee import Gamee
from projects.apps.Gatto import Gatto
from projects.apps.GetGems import GetGems
from projects.apps.Gleam import Gleam
from projects.apps.Gram import Gram
from projects.apps.GramillaWorld import GramillaWorld
from projects.apps.JetTon import JetTon
Expand Down Expand Up @@ -170,6 +171,7 @@
EdChess,
GramillaWorld,
MomoAI,
Gleam,
],
score_model=AppLeaderboardModelV2()
)
Expand Down

0 comments on commit dc2c106

Please sign in to comment.