Skip to content

Commit

Permalink
Merge pull request #208 from dom-jiang/main
Browse files Browse the repository at this point in the history
Add zNEARnM-USDC token price
  • Loading branch information
WillaGao1 authored Oct 18, 2024
2 parents a613708 + ae125e7 commit fe3d3f0
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 = "20240928.01"
service_version = "20241018.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 @@ -412,6 +412,7 @@ class Cfg:
{"SYMBOL": "KAT", "NEAR_ID": "kat.token0.near", "MD_ID": "v2.ref-finance.near|5391|wrap.near", "DECIMAL": 18},
{"SYMBOL": "GP", "NEAR_ID": "gp.token0.near", "MD_ID": "v2.ref-finance.near|5422|wrap.near", "DECIMAL": 18},
{"SYMBOL": "CHILL", "NEAR_ID": "chill-129.meme-cooking.near", "MD_ID": "v2.ref-finance.near|5462|wrap.near", "DECIMAL": 18},
{"SYMBOL": "zNEARnM-USDC", "NEAR_ID": "v1.guild-covenant.near", "MD_ID": "v2.ref-finance.near|5442|wrap.near", "DECIMAL": 18},
],
"BASE_MAINNET": [
],
Expand Down

0 comments on commit fe3d3f0

Please sign in to comment.