Skip to content

Commit

Permalink
Merge pull request #42 from Snedashkovsky/recalculate
Browse files Browse the repository at this point in the history
Get human-readable denoms from On-Chain Registry contract
  • Loading branch information
Snedashkovsky authored Apr 29, 2024
2 parents ba7d1f9 + 157155b commit 41d6829
Show file tree
Hide file tree
Showing 8 changed files with 2,108 additions and 494 deletions.
1 change: 1 addition & 0 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
BOSTROM_NODE_RPC_URL = 'https://rpc.bostrom.cybernode.ai:443' # 'https://rpc.bostrom.bronbro.io:443'
BOSTROM_NODE_LCD_URL = 'https://lcd.bostrom.cybernode.ai/'
BOSTROM_POOLS_BASH_QUERY = f'cyber query liquidity pools --node {BOSTROM_NODE_RPC_URL} -o json'
BOSTROM_OCR_CONTRACT = 'bostrom1w33tanvadg6fw04suylew9akcagcwngmkvns476wwu40fpq36pms92re6u'
BOSTROM_CHAIN_ID = 'bostrom'
BOSTROM_LCD_CLIENT = LCDClient(chain_id=BOSTROM_CHAIN_ID, url=BOSTROM_NODE_LCD_URL)

Expand Down
1,936 changes: 1,749 additions & 187 deletions pools_liquidity_in_gh.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ cyber_sdk
ipython>=8.13.2
pandarallel
multiprocess
cyberutils
cyberutils>=0.0.6
Loading

0 comments on commit 41d6829

Please sign in to comment.