Skip to content

Commit

Permalink
Merge pull request #213 from dom-jiang/main
Browse files Browse the repository at this point in the history
Add token price
  • Loading branch information
WillaGao1 authored Nov 5, 2024
2 parents eb0b0f2 + 6609623 commit 6df2d25
Show file tree
Hide file tree
Showing 2 changed files with 3 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 = "20241101.01"
service_version = "20241105.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
2 changes: 2 additions & 0 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,8 @@ class Cfg:
{"SYMBOL": "gnuff", "NEAR_ID": "gnuff-283.meme-cooking.near", "MD_ID": "v2.ref-finance.near|5539|wrap.near", "DECIMAL": 18},
{"SYMBOL": "PUMPKG", "NEAR_ID": "pumpkg-332.meme-cooking.near", "MD_ID": "v2.ref-finance.near|5576|wrap.near", "DECIMAL": 18},
{"SYMBOL": "BCC", "NEAR_ID": "bcc-242.meme-cooking.near", "MD_ID": "v2.ref-finance.near|5508|wrap.near", "DECIMAL": 18},
{"SYMBOL": "LUCKY", "NEAR_ID": "lucky-273.meme-cooking.near", "MD_ID": "v2.ref-finance.near|5527|wrap.near", "DECIMAL": 18},
{"SYMBOL": "SIN", "NEAR_ID": "sin-339.meme-cooking.near", "MD_ID": "v2.ref-finance.near|5583|wrap.near", "DECIMAL": 18},
],
"BASE_MAINNET": [
],
Expand Down

0 comments on commit 6df2d25

Please sign in to comment.