Skip to content

Commit

Permalink
Merge pull request #148 from dom-jiang/main
Browse files Browse the repository at this point in the history
add token price by dapdap
  • Loading branch information
dom-jiang authored May 7, 2024
2 parents 8be6ad8 + d2befdc commit 9de80fc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
import time
import datetime

service_version = "20240417.01"
service_version = "20240507.01"
Welcome = 'Welcome to ref datacenter API server, version ' + service_version + ', indexer %s' % \
Cfg.NETWORK[Cfg.NETWORK_ID]["INDEXER_HOST"][-3:]
# Instantiation, which can be regarded as fixed format
Expand Down
7 changes: 7 additions & 0 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,13 @@ class Cfg:
{"SYMBOL": "ORBIT", "MD_ID": "orbit-protocol"},
{"SYMBOL": "wrsETH", "MD_ID": "kelp-dao-restaked-eth"},
{"SYMBOL": "PUMP", "MD_ID": "pump"},
{"SYMBOL": "pxETH", "MD_ID": "dinero-staked-eth"},
{"SYMBOL": "SKY", "MD_ID": "skycoin"},
{"SYMBOL": "MUSD", "MD_ID": "monoswap-usd"},
{"SYMBOL": "BPT", "MD_ID": "blackpool-token"},
{"SYMBOL": "ATH", "MD_ID": "athenadao-token"},
{"SYMBOL": "WETH.e", "MD_ID": "weth-plenty-bridge-65aa5342-507c-4f67-8634-1f4376ffdf9a"},
{"SYMBOL": "PAC", "MD_ID": "pacmoon"},
],
}
MARKET_URL = MARKET_URL
Expand Down

0 comments on commit 9de80fc

Please sign in to comment.