Skip to content

Commit

Permalink
- add ibc pairs
Browse files Browse the repository at this point in the history
- recalculate Pools Liquidity and Revenue Model
  • Loading branch information
Snedashkovsky committed Jan 7, 2024
1 parent 49f9d41 commit e0cb27d
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 95 deletions.
7 changes: 6 additions & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
# coins in different chains
COINS_IN_DIFFERENT_CHAINS = \
[['boot', 'boot in osmosis'],
['hydrogen', 'hydrogen in osmosis'],
['tocyb', 'tocyb in osmosis'],
['uosmo', 'uosmo in bostrom'],
['uatom', 'uatom in osmosis', 'uatom in bostrom'],
['udsm', 'udsm in osmosis', 'udsm in bostrom'],
Expand All @@ -51,6 +53,8 @@
# coins direct transferred by IBC
INTERCHANGEABLE_IBC_COINS = \
[['boot', 'boot in osmosis'],
['hydrogen', 'hydrogen in osmosis'],
['tocyb', 'tocyb in osmosis'],
['uosmo', 'uosmo in bostrom'],
['uatom', 'uatom in osmosis'],
['uatom', 'uatom in bostrom'],
Expand All @@ -63,7 +67,8 @@
['pussy', 'pussy in bostrom'],
['liquidpussy', 'liquidpussy in bostrom']]

BOSTROM_RELATED_OSMO_POOLS = (1, 497, 498, 596, 597, 619, 634, 704, 911, 912, 919)
BOSTROM_RELATED_OSMO_POOLS = (1, 497, 498, 596, 597, 619, 640, 646, 634, 704, 745, 746, 750,
911, 912, 919, 991, 1306, 1307, 1308, 1309, 1310, 1326, 1328, 1330)

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/'
Expand Down
Loading

0 comments on commit e0cb27d

Please sign in to comment.