Skip to content

Commit

Permalink
Merge pull request #198 from dom-jiang/main
Browse files Browse the repository at this point in the history
Add token price by dapdap
  • Loading branch information
WillaGao1 authored Aug 23, 2024
2 parents 5decea8 + 08e3d71 commit 51bacae
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -645,6 +645,29 @@ class Cfg:
{"SYMBOL": "SEI", "MD_ID": "sei-network"},
{"SYMBOL": "FLR", "MD_ID": "flare-networks"},
{"SYMBOL": "DODO", "MD_ID": "dodo"},
{"SYMBOL": "mBTC", "MD_ID": "manta-mbtc"},
{"SYMBOL": "vMANTA", "MD_ID": "bifrost-voucher-manta"},
{"SYMBOL": "KUMA", "MD_ID": "kuma"},
{"SYMBOL": "MANTE", "MD_ID": "mante"},
{"SYMBOL": "MNU", "MD_ID": "minu-the-manta"},
{"SYMBOL": "sUSDe", "MD_ID": "ethena-staked-usde"},
{"SYMBOL": "uniETH", "MD_ID": "universal-eth"},
{"SYMBOL": "SCRIBES", "MD_ID": "scribes"},
{"SYMBOL": "SIS", "MD_ID": "symbiosis-finance"},
{"SYMBOL": "ITP", "MD_ID": "interport-token"},
{"SYMBOL": "SCROLLY", "MD_ID": "scrolly-the-map"},
{"SYMBOL": "CAT", "MD_ID": "danjuan-scroll-cat"},
{"SYMBOL": "KALA", "MD_ID": "kalax"},
{"SYMBOL": "MVX", "MD_ID": "metavault-trade"},
{"SYMBOL": "YOLO", "MD_ID": "yolo-games"},
{"SYMBOL": "USDz", "MD_ID": "anzen-usdz"},
{"SYMBOL": "ultraETHs", "MD_ID": "affine-ultraeths-2-0"},
{"SYMBOL": "HYPE", "MD_ID": "hyperblast"},
{"SYMBOL": "coin", "MD_ID": "djenn"},
{"SYMBOL": "RING", "MD_ID": "ring-protocol"},
{"SYMBOL": "$HOGE", "MD_ID": "blast-hoge"},
{"SYMBOL": "IONX", "MD_ID": "charged-particles"},
{"SYMBOL": "PEAS", "MD_ID": "peapods-finance"},
],
}
MARKET_URL = MARKET_URL
Expand Down

0 comments on commit 51bacae

Please sign in to comment.