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 Aug 30, 2024
1 parent cc6fcd3 commit baf7ff7
Show file tree
Hide file tree
Showing 3 changed files with 2,053 additions and 1,864 deletions.
2 changes: 1 addition & 1 deletion chain-registry
Submodule chain-registry updated 56 files
+132 −0 .github/workflows/utility/validate_data.mjs
+31 −0 _IBC/canto-sommelier.json
+44 −0 _non-cosmos/ton/assetlist.json
+47 −0 _non-cosmos/ton/chain.json
+ _non-cosmos/ton/images/ton.png
+11 −0 _non-cosmos/ton/images/ton.svg
+3 −1 aura/chain.json
+1 −0 axelar/chain.json
+1 −0 celestia/chain.json
+5 −0 cheqd/chain.json
+9 −8 composable/chain.json
+56 −20 cosmoshub/chain.json
+2 −0 desmos/chain.json
+1 −0 dhealth/chain.json
+2 −2 evmos/chain.json
+1 −0 finschia/chain.json
+1 −0 gateway/chain.json
+8 −0 haqq/chain.json
+5 −0 lava/chain.json
+15 −1 lorenzo/assetlist.json
+41 −0 neutron/assetlist.json
+3 −0 neutron/chain.json
+1 −0 neutron/images/dATOM.svg
+32 −1 nibiru/assetlist.json
+1 −0 noble/chain.json
+4 −0 nolus/chain.json
+4 −0 onomy/chain.json
+18 −8 persistence/chain.json
+261 −0 pryzm/assetlist.json
+7 −0 pryzm/chain.json
+ pryzm/images/pdAtom.png
+27 −0 pryzm/images/pdAtom.svg
+ pryzm/images/ydAtom.png
+27 −0 pryzm/images/ydAtom.svg
+5 −1 routerchain/assetlist.json
+5 −0 sge/chain.json
+6 −0 stride/chain.json
+3 −2 terra2/chain.json
+30 −0 testnets/_IBC/archwaytestnet-symphonytestnet.json
+30 −0 testnets/_IBC/cosmoshubtestnet-symphonytestnet.json
+30 −0 testnets/_IBC/junotestnet-symphonytestnet.json
+3 −0 testnets/cheqdtestnet/chain.json
+1 −0 testnets/finschiatestnet/chain.json
+1 −1 testnets/neutrontestnet/chain.json
+10 −2 testnets/nibirudevnet/assetlist.json
+10 −2 testnets/nibirudevnet2/assetlist.json
+9 −1 testnets/nibirudevnet3/assetlist.json
+42 −3 testnets/nibirudevnet3/chain.json
+79 −1 testnets/nibirudevnet4/assetlist.json
+42 −3 testnets/nibirudevnet4/chain.json
+80 −2 testnets/nibirutestnet/assetlist.json
+10 −2 testnets/nibirutestnet2/assetlist.json
+4 −6 testnets/nobletestnet/chain.json
+1 −1 testnets/persistencetestnet2/chain.json
+1 −0 ununifi/chain.json
+1 −0 xpla/chain.json
16 changes: 8 additions & 8 deletions osmo-test-5/query_responses/all-pools.json
Original file line number Diff line number Diff line change
Expand Up @@ -7259,14 +7259,14 @@
{
"token": {
"denom": "ibc/9FF2B7A5F55038A7EE61F4FD6749D9A648B48E89830F2682B67B5DC158E2753C",
"amount": "65790514650"
"amount": "65785300354"
},
"weight": "1073741824000000"
},
{
"token": {
"denom": "uosmo",
"amount": "152352124564"
"amount": "152364224564"
},
"weight": "1073741824000000"
}
Expand Down Expand Up @@ -8195,14 +8195,14 @@
{
"token": {
"denom": "ibc/9FF2B7A5F55038A7EE61F4FD6749D9A648B48E89830F2682B67B5DC158E2753C",
"amount": "6864269"
"amount": "6821178"
},
"weight": "10737418240000"
},
{
"token": {
"denom": "uosmo",
"amount": "1571697833"
"amount": "1571797833"
},
"weight": "1063004405760000"
}
Expand All @@ -8227,7 +8227,7 @@
{
"token": {
"denom": "ibc/9FF2B7A5F55038A7EE61F4FD6749D9A648B48E89830F2682B67B5DC158E2753C",
"amount": "98087674"
"amount": "97742902"
},
"weight": "107374182400000"
},
Expand All @@ -8248,7 +8248,7 @@
{
"token": {
"denom": "uosmo",
"amount": "1813331710"
"amount": "1814130573"
},
"weight": "858993459200000"
}
Expand Down Expand Up @@ -10387,14 +10387,14 @@
{
"token": {
"denom": "ibc/5F10B4BED1A80DC44975D95D716AEF8CEBFB99B3F088C98361436A7D0CF5A830",
"amount": "1167806578452037721810"
"amount": "1168806578452037721810"
},
"weight": "536870912000000"
},
{
"token": {
"denom": "uosmo",
"amount": "85655001"
"amount": "85581791"
},
"weight": "536870912000000"
}
Expand Down
Loading

0 comments on commit baf7ff7

Please sign in to comment.