Skip to content

Commit

Permalink
Merge pull request #216 from dom-jiang/main
Browse files Browse the repository at this point in the history
Add token price
  • Loading branch information
WillaGao1 authored Nov 11, 2024
2 parents 6a749c7 + ad4a146 commit 8de0311
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 = "20241108.01"
service_version = "20241111.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 @@ -429,6 +429,7 @@ class Cfg:
{"SYMBOL": "Hijack", "NEAR_ID": "hijack-252.meme-cooking.near", "MD_ID": "v2.ref-finance.near|5519|wrap.near", "DECIMAL": 18},
{"SYMBOL": "BULLA", "NEAR_ID": "bulla.tkn.near", "MD_ID": "v2.ref-finance.near|5517|wrap.near", "DECIMAL": 18},
{"SYMBOL": "6bowen", "NEAR_ID": "6bowen-227.meme-cooking.near", "MD_ID": "v2.ref-finance.near|5496|wrap.near", "DECIMAL": 18},
{"SYMBOL": "PURGE", "NEAR_ID": "purge-558.meme-cooking.near", "MD_ID": "v2.ref-finance.near|5650|wrap.near", "DECIMAL": 18},
],
"BASE_MAINNET": [
],
Expand Down

0 comments on commit 8de0311

Please sign in to comment.