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 Jun 4, 2024
1 parent 46dee82 commit fc5c826
Show file tree
Hide file tree
Showing 3 changed files with 2,085 additions and 1,819 deletions.
56 changes: 44 additions & 12 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": "31891660323384792369800"
"amount": "31891660612833800508503"
},
"pool_assets": [
{
"token": {
"denom": "uion",
"amount": "5232657329"
"amount": "5232657202"
},
"weight": "1073741824"
},
{
"token": {
"denom": "uosmo",
"amount": "6534219320946"
"amount": "6534219437672"
},
"weight": "4294967296"
}
Expand Down Expand Up @@ -7259,14 +7259,14 @@
{
"token": {
"denom": "ibc/9FF2B7A5F55038A7EE61F4FD6749D9A648B48E89830F2682B67B5DC158E2753C",
"amount": "67873933072"
"amount": "67847502023"
},
"weight": "1073741824000000"
},
{
"token": {
"denom": "uosmo",
"amount": "147587309380"
"amount": "147644919538"
},
"weight": "1073741824000000"
}
Expand Down Expand Up @@ -7381,14 +7381,14 @@
{
"token": {
"denom": "ibc/DE6792CF9E521F6AD6E9A4BDF6225C9571A3B74ACC0A529F92BC5122A39D2E58",
"amount": "687889418"
"amount": "691520545"
},
"weight": "2147483648"
},
{
"token": {
"denom": "uosmo",
"amount": "344758922"
"amount": "341148764"
},
"weight": "1073741824"
}
Expand Down Expand Up @@ -8195,14 +8195,14 @@
{
"token": {
"denom": "ibc/9FF2B7A5F55038A7EE61F4FD6749D9A648B48E89830F2682B67B5DC158E2753C",
"amount": "7266789"
"amount": "7253067"
},
"weight": "10737418240000"
},
{
"token": {
"denom": "uosmo",
"amount": "1570792919"
"amount": "1570822919"
},
"weight": "1063004405760000"
}
Expand All @@ -8227,14 +8227,14 @@
{
"token": {
"denom": "ibc/9FF2B7A5F55038A7EE61F4FD6749D9A648B48E89830F2682B67B5DC158E2753C",
"amount": "95670855"
"amount": "94909549"
},
"weight": "107374182400000"
},
{
"token": {
"denom": "ibc/DE6792CF9E521F6AD6E9A4BDF6225C9571A3B74ACC0A529F92BC5122A39D2E58",
"amount": "104469049"
"amount": "104137333"
},
"weight": "53687091200000"
},
Expand All @@ -8248,7 +8248,7 @@
{
"token": {
"denom": "uosmo",
"amount": "1668616328"
"amount": "1670616328"
},
"weight": "858993459200000"
}
Expand Down Expand Up @@ -10208,6 +10208,38 @@
}
],
"total_weight": "2147483648"
},
{
"@type": "/osmosis.gamm.v1beta1.Pool",
"address": "osmo13jlfrqhv3kuexf8trdhamnastzf4vz580c2m4j8n6cvppvsnnn5scqn27d",
"id": "479",
"pool_params": {
"swap_fee": "0.010000000000000000",
"exit_fee": "0.000000000000000000",
"smooth_weight_change_params": null
},
"future_pool_governor": "168h",
"total_shares": {
"denom": "gamm/pool/479",
"amount": "100000000000000000000"
},
"pool_assets": [
{
"token": {
"denom": "ibc/CEE22D005E967405D7AF1B5E3658B11C75FF240A21F335DD868C6E240330B43D",
"amount": "1"
},
"weight": "1073741824"
},
{
"token": {
"denom": "uosmo",
"amount": "1"
},
"weight": "1073741824"
}
],
"total_weight": "2147483648"
}
],
"pagination": {
Expand Down
Loading

0 comments on commit fc5c826

Please sign in to comment.