Skip to content

Commit

Permalink
Merge pull request #36 from aleksandrkaekhtin/feature/cat_gold_miner
Browse files Browse the repository at this point in the history
Add CatGoldMiner
  • Loading branch information
shuva10v authored Jun 17, 2024
2 parents d16eed8 + 6dcd132 commit 57fc277
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
18 changes: 18 additions & 0 deletions projects/apps/CatGoldMiner.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
from models.metrics.smc_interaction import SmartContractInteraction
from models.project import App

"""
CatGoldMiner app
"""

CatGoldMiner = App(
name="CAT GOLD MINER",
analytics_key="cat-gold-miner",
url="https://www.catgoldminer.ai/",
metrics=[
SmartContractInteraction(
"Daily Check-in",
address="EQBg_0I3h4L7f1ca_tY30VUTEilVS0d6QAx8IcwGjIjLZTLr",
)
]
)
Binary file added projects/icons/apps_cat gold miner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion seasons/s4.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from models.season_config import SeasonConfig, DexPool
from projects.apps.Arbuz import Arbuz
from projects.apps.BountyBay import BountyBay
from projects.apps.CatGoldMiner import CatGoldMiner
from projects.apps.Catizen import Catizen
from projects.apps.ChickCoop import ChickCoop
from projects.apps.Fanton import Fanton
Expand Down Expand Up @@ -157,7 +158,8 @@
TonMap,
Gamee,
MoneyGardenAI,
BountyBay
BountyBay,
CatGoldMiner,
],
score_model=AppLeaderboardModelV2()
)
Expand Down

0 comments on commit 57fc277

Please sign in to comment.