Skip to content

Commit

Permalink
Merge pull request #221 from dom-jiang/main
Browse files Browse the repository at this point in the history
Add NOEAR token price
  • Loading branch information
WillaGao1 authored Dec 19, 2024
2 parents 8e9f0a4 + d75fd15 commit 7f86590
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
import bleach
import requests

service_version = "20241217.01"
service_version = "20241219.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
1 change: 1 addition & 0 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@ class Cfg:
{"SYMBOL": "DUCT", "NEAR_ID": "duct-1078.meme-cooking.near", "MD_ID": "v2.ref-finance.near|5741|wrap.near", "DECIMAL": 18},
{"SYMBOL": "Bullish", "NEAR_ID": "bullish-1254.meme-cooking.near", "MD_ID": "v2.ref-finance.near|5787|wrap.near", "DECIMAL": 18},
{"SYMBOL": "TruNEAR", "NEAR_ID": "staker1.msig1.trufin.near", "MD_ID": "v2.ref-finance.near|5563|wrap.near", "DECIMAL": 24},
{"SYMBOL": "NOEAR", "NEAR_ID": "noear-324.meme-cooking.near", "MD_ID": "v2.ref-finance.near|5574|wrap.near", "DECIMAL": 18},
],
"BASE_MAINNET": [
],
Expand Down

0 comments on commit 7f86590

Please sign in to comment.