Skip to content

Commit

Permalink
Merge pull request #219 from dom-jiang/main
Browse files Browse the repository at this point in the history
Add token price
  • Loading branch information
WillaGao1 authored Dec 9, 2024
2 parents 2c1cd54 + be45e7c commit 11f0a29
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 = "20241129.01"
service_version = "20241209.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 @@ -432,6 +432,7 @@ class Cfg:
{"SYMBOL": "PURGE", "NEAR_ID": "purge-558.meme-cooking.near", "MD_ID": "v2.ref-finance.near|5650|wrap.near", "DECIMAL": 18},
{"SYMBOL": "ABG", "NEAR_ID": "abg-966.meme-cooking.near", "MD_ID": "v2.ref-finance.near|5720|wrap.near", "DECIMAL": 18},
{"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},
],
"BASE_MAINNET": [
],
Expand Down

0 comments on commit 11f0a29

Please sign in to comment.