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 17, 2024
1 parent 5728988 commit 431b790
Show file tree
Hide file tree
Showing 3 changed files with 1,783 additions and 1,767 deletions.
2 changes: 1 addition & 1 deletion chain-registry
Submodule chain-registry updated 59 files
+37 −0 .github/workflows/utility/validate_data.mjs
+31 −0 _IBC/composable-solana.json
+31 −0 _IBC/neutron-pryzm.json
+27 −0 _non-cosmos/arbitrum/assetlist.json
+19 −0 _non-cosmos/comex/assetlist.json
+19 −0 _non-cosmos/forex/assetlist.json
+20 −0 _non-cosmos/neo/assetlist.json
+19 −0 _non-cosmos/zilliqa/assetlist.json
+12 −2 akash/chain.json
+6 −0 archway/chain.json
+6 −0 assetmantle/chain.json
+1 −1 axelar/assetlist.json
+6 −0 axelar/chain.json
+5 −1 carbon/assetlist.json
+6 −0 cheqd/chain.json
+6 −0 comdex/chain.json
+109 −15 composable/assetlist.json
+14 −4 composable/chain.json
+6 −0 cosmoshub/chain.json
+3 −2 dydx/chain.json
+6 −0 dymension/chain.json
+6 −0 empowerchain/chain.json
+6 −0 gitopia/chain.json
+5 −5 gravitybridge/assetlist.json
+6 −0 injective/chain.json
+6 −0 jackal/chain.json
+26 −1 juno/assetlist.json
+6 −0 juno/chain.json
+9 −5 kujira/assetlist.json
+6 −0 kujira/chain.json
+36 −12 lumnetwork/chain.json
+6 −0 neutron/chain.json
+30 −0 noble/assetlist.json
+6 −0 nomic/chain.json
+30 −3 osmosis/assetlist.json
+6 −0 osmosis/chain.json
+ osmosis/images/WIHA.png
+ osmosis/images/bwh.png
+6 −0 passage/chain.json
+6 −0 quasar/chain.json
+6 −0 secretnetwork/chain.json
+23 −0 seda/chain.json
+7 −1 sei/chain.json
+6 −0 sentinel/chain.json
+20 −2 shido/chain.json
+1 −1 stafihub/assetlist.json
+6 −0 stargaze/chain.json
+6 −0 stratos/chain.json
+1 −1 stride/assetlist.json
+6 −0 stride/chain.json
+1 −1 teritori/assetlist.json
+1 −1 terra2/assetlist.json
+6 −2 testnets/_non-cosmos/avalanchetestnet/assetlist.json
+6 −2 testnets/_non-cosmos/binancesmartchaintestnet/assetlist.json
+6 −2 testnets/_non-cosmos/moonbeamtestnet/assetlist.json
+6 −2 testnets/_non-cosmos/polygontestnet/assetlist.json
+2 −2 testnets/entrypointtestnet/assetlist.json
+4 −0 testnets/junotestnet/assetlist.json
+4 −0 testnets/nobletestnet/assetlist.json
20 changes: 10 additions & 10 deletions osmo-test-5/query_responses/all-pools.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,14 +146,14 @@
{
"token": {
"denom": "ibc/6F34E1BD664C36CE49ACC28E60D62559A5F96C4F9A6CCE4FC5A67B2852E24CFE",
"amount": "101331958415"
"amount": "101332182348"
},
"weight": "1073741824"
},
{
"token": {
"denom": "uosmo",
"amount": "522962748484"
"amount": "522961596384"
},
"weight": "1073741824"
}
Expand Down Expand Up @@ -7320,14 +7320,14 @@
{
"token": {
"denom": "ibc/1587E7B54FC9EFDA2350DC690EC2F9B9ECEB6FC31CF11884F9C0C5207ABE3921",
"amount": "81852360669"
"amount": "81852748127"
},
"weight": "2147483648"
},
{
"token": {
"denom": "uosmo",
"amount": "225749766528"
"amount": "225747629530"
},
"weight": "1073741824"
}
Expand All @@ -7350,11 +7350,11 @@
"pool_liquidity": [
{
"denom": "ibc/1587E7B54FC9EFDA2350DC690EC2F9B9ECEB6FC31CF11884F9C0C5207ABE3921",
"amount": "716484466"
"amount": "716097008"
},
{
"denom": "ibc/DE6792CF9E521F6AD6E9A4BDF6225C9571A3B74ACC0A529F92BC5122A39D2E58",
"amount": "134623366"
"amount": "134823366"
}
],
"scaling_factors": [
Expand All @@ -7381,14 +7381,14 @@
{
"token": {
"denom": "ibc/DE6792CF9E521F6AD6E9A4BDF6225C9571A3B74ACC0A529F92BC5122A39D2E58",
"amount": "302717208"
"amount": "328302643"
},
"weight": "2147483648"
},
{
"token": {
"denom": "uosmo",
"amount": "1779820392"
"amount": "1513242081"
},
"weight": "1073741824"
}
Expand Down Expand Up @@ -8234,7 +8234,7 @@
{
"token": {
"denom": "ibc/DE6792CF9E521F6AD6E9A4BDF6225C9571A3B74ACC0A529F92BC5122A39D2E58",
"amount": "9997184"
"amount": "10085201"
},
"weight": "53687091200000"
},
Expand All @@ -8248,7 +8248,7 @@
{
"token": {
"denom": "uosmo",
"amount": "1897873166"
"amount": "1896834300"
},
"weight": "858993459200000"
}
Expand Down
Loading

0 comments on commit 431b790

Please sign in to comment.