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 4, 2024
1 parent 3221954 commit 0ddc0f9
Show file tree
Hide file tree
Showing 3 changed files with 2,007 additions and 1,914 deletions.
57 changes: 43 additions & 14 deletions osmo-test-5/query_responses/all-pools.json
Original file line number Diff line number Diff line change
Expand Up @@ -2331,7 +2331,7 @@
"future_pool_governor": "",
"total_shares": {
"denom": "gamm/pool/85",
"amount": "98912068196280212218904"
"amount": "98912069132421938920975"
},
"pool_assets": [
{
Expand All @@ -2344,7 +2344,7 @@
{
"token": {
"denom": "uosmo",
"amount": "105553628093"
"amount": "105553630093"
},
"weight": "1073741824"
}
Expand Down Expand Up @@ -7259,14 +7259,14 @@
{
"token": {
"denom": "ibc/9FF2B7A5F55038A7EE61F4FD6749D9A648B48E89830F2682B67B5DC158E2753C",
"amount": "65757610641"
"amount": "65756577370"
},
"weight": "1073741824000000"
},
{
"token": {
"denom": "uosmo",
"amount": "152428538649"
"amount": "152430938649"
},
"weight": "1073741824000000"
}
Expand Down Expand Up @@ -8195,14 +8195,14 @@
{
"token": {
"denom": "ibc/9FF2B7A5F55038A7EE61F4FD6749D9A648B48E89830F2682B67B5DC158E2753C",
"amount": "6821178"
"amount": "6841178"
},
"weight": "10737418240000"
},
{
"token": {
"denom": "uosmo",
"amount": "1571797833"
"amount": "1571751360"
},
"weight": "1063004405760000"
}
Expand All @@ -8227,7 +8227,7 @@
{
"token": {
"denom": "ibc/9FF2B7A5F55038A7EE61F4FD6749D9A648B48E89830F2682B67B5DC158E2753C",
"amount": "97632586"
"amount": "97669527"
},
"weight": "107374182400000"
},
Expand All @@ -8248,7 +8248,7 @@
{
"token": {
"denom": "uosmo",
"amount": "1814787021"
"amount": "1814701265"
},
"weight": "858993459200000"
}
Expand Down Expand Up @@ -10381,20 +10381,20 @@
"future_pool_governor": "24h",
"total_shares": {
"denom": "gamm/pool/502",
"amount": "100000000000000000000"
"amount": "100001171874586702000"
},
"pool_assets": [
{
"token": {
"denom": "ibc/5F10B4BED1A80DC44975D95D716AEF8CEBFB99B3F088C98361436A7D0CF5A830",
"amount": "1172806578452037721810"
"amount": "1173806578452037721810"
},
"weight": "536870912000000"
},
{
"token": {
"denom": "uosmo",
"amount": "85290197"
"amount": "85219607"
},
"weight": "536870912000000"
}
Expand Down Expand Up @@ -11373,20 +11373,20 @@
"future_pool_governor": "24h",
"total_shares": {
"denom": "gamm/pool/588",
"amount": "670960798274002412132"
"amount": "757614436870738169401"
},
"pool_assets": [
{
"token": {
"denom": "ibc/B8435C53F8B5CC87703531FF736508875DF473D0C231E93A3EF5C2C934E562A4",
"amount": "801200379"
"amount": "684771641"
},
"weight": "536870912000000"
},
{
"token": {
"denom": "uosmo",
"amount": "1145408856"
"amount": "1711177220"
},
"weight": "536870912000000"
}
Expand Down Expand Up @@ -11421,6 +11421,35 @@
"1"
],
"scaling_factor_controller": ""
},
{
"@type": "/osmosis.gamm.poolmodels.stableswap.v1beta1.Pool",
"address": "osmo1rgm0de8a8t47dejp3p5upfyay27q82dtxh2wmj5xxm92y2wnk2cqs4t8d2",
"id": "607",
"pool_params": {
"swap_fee": "0.000000000000000000",
"exit_fee": "0.000000000000000000"
},
"future_pool_governor": "24h",
"total_shares": {
"denom": "gamm/pool/607",
"amount": "100000000000000000000"
},
"pool_liquidity": [
{
"denom": "ibc/B8435C53F8B5CC87703531FF736508875DF473D0C231E93A3EF5C2C934E562A4",
"amount": "2000"
},
{
"denom": "uosmo",
"amount": "1000000"
}
],
"scaling_factors": [
"1",
"1"
],
"scaling_factor_controller": ""
}
],
"pagination": {
Expand Down
Loading

0 comments on commit 0ddc0f9

Please sign in to comment.