Skip to content

Commit

Permalink
Merge pull request #307 from aleksandrkaekhtin/feature/s7_defi
Browse files Browse the repository at this point in the history
Add Wagmi to leaderboard
  • Loading branch information
aleksandrkaekhtin authored Dec 6, 2024
2 parents 837e987 + efa020d commit ed9c46a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions projects/defi/Wagmi.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
from models.project import DeFi

Wagmi = DeFi(
name="Wagmi",
defillama_slug="wagmi-memepad",
url="https://t.me/wagmi_app_bot/wagmi?startapp=ny",
category="dexs",
)
Binary file added projects/icons/defi_wagmi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion seasons/s7.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
from projects.defi.TonStable import TonStable
from projects.defi.Parraton import Parraton
from projects.defi.TonPools import TonPools
from projects.defi.Wagmi import Wagmi
from seasons.defi_models import DeFiTVLContribution, DeFiVolumeContribution


Expand Down Expand Up @@ -55,7 +56,7 @@
start_time=S7_START,
end_time=S7_END,
projects=[
GasPumpDeFi, RainbowSwap, SwapCoffeeVolume, Moki, Titan, BigPump
GasPumpDeFi, RainbowSwap, SwapCoffeeVolume, Moki, Titan, BigPump, Wagmi
],
score_model=DeFiVolumeContribution(squads=[
(lambda tvl: tvl >= 50 * 1e6, "Over 50M$"),
Expand Down

0 comments on commit ed9c46a

Please sign in to comment.