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 Sep 11, 2024
1 parent 218c54d commit cb7fe3a
Show file tree
Hide file tree
Showing 3 changed files with 1,882 additions and 1,818 deletions.
50 changes: 41 additions & 9 deletions osmo-test-5/query_responses/all-pools.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"future_pool_governor": "",
"total_shares": {
"denom": "gamm/pool/1",
"amount": "15357663876504945997617"
"amount": "15357664266550286821114"
},
"pool_assets": [
{
Expand All @@ -25,7 +25,7 @@
{
"token": {
"denom": "uosmo",
"amount": "3146773886721"
"amount": "3146773986721"
},
"weight": "4294967296"
}
Expand Down Expand Up @@ -7259,14 +7259,14 @@
{
"token": {
"denom": "ibc/9FF2B7A5F55038A7EE61F4FD6749D9A648B48E89830F2682B67B5DC158E2753C",
"amount": "65798213966"
"amount": "65796058698"
},
"weight": "1073741824000000"
},
{
"token": {
"denom": "uosmo",
"amount": "152334794883"
"amount": "152339794883"
},
"weight": "1073741824000000"
}
Expand Down Expand Up @@ -10387,14 +10387,14 @@
{
"token": {
"denom": "ibc/5F10B4BED1A80DC44975D95D716AEF8CEBFB99B3F088C98361436A7D0CF5A830",
"amount": "1124098958840256020267"
"amount": "1125098958840256020267"
},
"weight": "536870912000000"
},
{
"token": {
"denom": "uosmo",
"amount": "88992290"
"amount": "88913272"
},
"weight": "536870912000000"
}
Expand Down Expand Up @@ -11373,20 +11373,20 @@
"future_pool_governor": "24h",
"total_shares": {
"denom": "gamm/pool/588",
"amount": "795601005698391951658"
"amount": "795791700499955600764"
},
"pool_assets": [
{
"token": {
"denom": "ibc/B8435C53F8B5CC87703531FF736508875DF473D0C231E93A3EF5C2C934E562A4",
"amount": "655337601"
"amount": "655762601"
},
"weight": "536870912000000"
},
{
"token": {
"denom": "uosmo",
"amount": "1973872465"
"amount": "1973542946"
},
"weight": "536870912000000"
}
Expand Down Expand Up @@ -11450,6 +11450,38 @@
"1"
],
"scaling_factor_controller": ""
},
{
"@type": "/osmosis.gamm.v1beta1.Pool",
"address": "osmo1m5vvwq5jtjtlrh68rl6mgefv7z79rcwwx022cqyjyf022pkem3zs4hzzdg",
"id": "622",
"pool_params": {
"swap_fee": "0.050000000000000000",
"exit_fee": "0.000000000000000000",
"smooth_weight_change_params": null
},
"future_pool_governor": "168h",
"total_shares": {
"denom": "gamm/pool/622",
"amount": "100000200000000000000000000"
},
"pool_assets": [
{
"token": {
"denom": "ibc/F3BE982F8F56E599A71939F174345C470D7C1F9D443F1822EF3DEA53783D2551",
"amount": "1000002"
},
"weight": "1073741824"
},
{
"token": {
"denom": "uosmo",
"amount": "1000002"
},
"weight": "1073741824"
}
],
"total_weight": "2147483648"
}
],
"pagination": {
Expand Down
Loading

0 comments on commit cb7fe3a

Please sign in to comment.