Skip to content

Commit

Permalink
[AUTO] Query and Save Pools
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed May 21, 2024
1 parent 613d10e commit 5951d04
Show file tree
Hide file tree
Showing 3 changed files with 1,902 additions and 1,841 deletions.
2 changes: 1 addition & 1 deletion chain-registry
Submodule chain-registry updated 70 files
+114 −37 .github/workflows/utility/sync_images.mjs
+8 −0 _non-cosmos/avalanche/assetlist.json
+3 −1 _non-cosmos/composablepolkadot/assetlist.json
+7 −5 _non-cosmos/ethereum/assetlist.json
+17 −1 _non-cosmos/moonbeam/assetlist.json
+1 −1 _non-cosmos/penumbra/assetlist.json
+4 −2 _non-cosmos/picasso/assetlist.json
+2 −0 _non-cosmos/polkadot/assetlist.json
+10 −0 _non-cosmos/polygon/assetlist.json
+4 −0 _non-cosmos/solana/assetlist.json
+1 −1 akash/chain.json
+1 −1 althea/assetlist.json
+7 −3 althea/chain.json
+89 −5 axelar/assetlist.json
+2 −2 bitcanna/chain.json
+76 −8 carbon/assetlist.json
+1 −1 carbon/chain.json
+1 −1 celestia/chain.json
+1 −1 cheqd/chain.json
+32 −21 composable/assetlist.json
+3 −3 composable/chain.json
+1 −1 cosmoshub/chain.json
+1 −1 cudos/chain.json
+1 −1 dymension/chain.json
+1 −1 echelon/assetlist.json
+1 −1 fetchhub/chain.json
+21 −1 gravitybridge/assetlist.json
+10 −3 juno/assetlist.json
+9 −0 kujira/assetlist.json
+1 −1 lava/chain.json
+1 −1 lumnetwork/chain.json
+50 −0 migaloo/assetlist.json
+1 −1 nibiru/assetlist.json
+22 −8 nibiru/chain.json
+1 −1 nim/chain.json
+5 −1 noble/assetlist.json
+1 −1 noble/chain.json
+1 −1 nolus/chain.json
+6 −6 omniflixhub/chain.json
+1 −1 oraichain/chain.json
+1,115 −4 osmosis/assetlist.json
+1 −1 osmosis/chain.json
+ osmosis/images/CrazyHorse.png
+1 −1 persistence/chain.json
+1 −1 pryzm/assetlist.json
+1 −1 pryzm/chain.json
+1 −1 quicksilver/assetlist.json
+1 −1 saga/chain.json
+1 −1 secretnetwork/assetlist.json
+3 −3 seda/chain.json
+48 −0 sentinel/chain.json
+1 −1 sge/chain.json
+2 −2 shido/chain.json
+1 −1 tenet/chain.json
+4 −0 testnets/_non-cosmos/moonbeamtestnet/assetlist.json
+4 −0 testnets/dydxtestnet/assetlist.json
+4 −0 testnets/entrypointtestnet/assetlist.json
+1 −1 testnets/mantrachaintestnet/chain.json
+1 −1 testnets/neutrontestnet/assetlist.json
+1 −1 testnets/nibirudevnet/assetlist.json
+13 −5 testnets/nibirudevnet/chain.json
+1 −1 testnets/nibirudevnet2/assetlist.json
+13 −5 testnets/nibirudevnet2/chain.json
+1 −1 testnets/nibirutestnet/assetlist.json
+13 −5 testnets/nibirutestnet/chain.json
+1 −1 testnets/nibirutestnet2/assetlist.json
+13 −5 testnets/nibirutestnet2/chain.json
+40 −0 testnets/osmosistestnet/assetlist.json
+1 −1 testnets/uniontestnet/chain.json
+2 −2 xpla/chain.json
18 changes: 9 additions & 9 deletions osmo-test-5/query_responses/all-pools.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@
"future_pool_governor": "",
"total_shares": {
"denom": "gamm/pool/1",
"amount": "31892657118830240406475"
"amount": "31892657346106564853803"
},
"pool_assets": [
{
"token": {
"denom": "uion",
"amount": "5232825363"
"amount": "5232825318"
},
"weight": "1073741824"
},
{
"token": {
"denom": "uosmo",
"amount": "6534422136730"
"amount": "6534422209567"
},
"weight": "4294967296"
}
Expand All @@ -44,20 +44,20 @@
"future_pool_governor": "",
"total_shares": {
"denom": "gamm/pool/2",
"amount": "100019480438707939579"
"amount": "100009750253238157496"
},
"pool_assets": [
{
"token": {
"denom": "ibc/4DAE26570FD24ABA40E2BE4137E39D946C78B00B248D3F78B0919567C4371156",
"amount": "6944501319"
"amount": "6943825738"
},
"weight": "1073741824"
},
{
"token": {
"denom": "uosmo",
"amount": "5335014648"
"amount": "5334495643"
},
"weight": "1073741824"
}
Expand Down Expand Up @@ -624,20 +624,20 @@
"future_pool_governor": "osmo1jjx3kvnf0jk3fu2twfgt8wld9qtzfw08nyvm65",
"total_shares": {
"denom": "gamm/pool/20",
"amount": "100001750438548745200"
"amount": "100000000000000000000"
},
"pool_assets": [
{
"token": {
"denom": "factory/osmo1jjx3kvnf0jk3fu2twfgt8wld9qtzfw08nyvm65/uatom-v1",
"amount": "5167609178"
"amount": "5167518724"
},
"weight": "1073741824000000"
},
{
"token": {
"denom": "uosmo",
"amount": "28422200286"
"amount": "28421702782"
},
"weight": "1073741824000000"
}
Expand Down
Loading

0 comments on commit 5951d04

Please sign in to comment.