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 Jul 7, 2024
1 parent 24c0899 commit b2fc6dd
Show file tree
Hide file tree
Showing 3 changed files with 1,832 additions and 1,768 deletions.
72 changes: 68 additions & 4 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": "66766887344"
"amount": "66717488168"
},
"weight": "1073741824000000"
},
{
"token": {
"denom": "uosmo",
"amount": "150557932312"
"amount": "150669632312"
},
"weight": "1073741824000000"
}
Expand Down Expand Up @@ -8227,7 +8227,7 @@
{
"token": {
"denom": "ibc/9FF2B7A5F55038A7EE61F4FD6749D9A648B48E89830F2682B67B5DC158E2753C",
"amount": "96344273"
"amount": "96211607"
},
"weight": "107374182400000"
},
Expand All @@ -8248,7 +8248,7 @@
{
"token": {
"denom": "uosmo",
"amount": "1741215031"
"amount": "1741515031"
},
"weight": "858993459200000"
}
Expand Down Expand Up @@ -10976,6 +10976,70 @@
}
],
"total_weight": "1073741824000000"
},
{
"@type": "/osmosis.gamm.v1beta1.Pool",
"address": "osmo1t0u6zhre00dvfkafuvg4ah0uafexy7880d038jlywcheyusnlf3q4r2ha0",
"id": "539",
"pool_params": {
"swap_fee": "0.000000000000000000",
"exit_fee": "0.000000000000000000",
"smooth_weight_change_params": null
},
"future_pool_governor": "",
"total_shares": {
"denom": "gamm/pool/539",
"amount": "100000000000000000000"
},
"pool_assets": [
{
"token": {
"denom": "factory/osmo1ysr385adjxq8e2xf3u2xdwephunwdehe8hyqk3fw0l58cuqjgknqmyv9ep/stOSMO",
"amount": "40897735"
},
"weight": "585677846609920"
},
{
"token": {
"denom": "uosmo",
"amount": "51130193"
},
"weight": "488063977390080"
}
],
"total_weight": "1073741824000000"
},
{
"@type": "/osmosis.gamm.v1beta1.Pool",
"address": "osmo145cge2hww9akqnr8cagse0j3x4d7mga26psn7lh344g4ss9j7kcsnvhsej",
"id": "540",
"pool_params": {
"swap_fee": "0.000000000000000000",
"exit_fee": "0.000000000000000000",
"smooth_weight_change_params": null
},
"future_pool_governor": "",
"total_shares": {
"denom": "gamm/pool/540",
"amount": "100000000000000000000"
},
"pool_assets": [
{
"token": {
"denom": "factory/osmo1dj5rgtaj4qf79td8ukpslfxhwsmd4qw9k76j6rmx5hrz58f8y82sevhe5s/milkTIA",
"amount": "5000000"
},
"weight": "976129028521984"
},
{
"token": {
"denom": "uosmo",
"amount": "50000000"
},
"weight": "97612795478016"
}
],
"total_weight": "1073741824000000"
}
],
"pagination": {
Expand Down
Loading

0 comments on commit b2fc6dd

Please sign in to comment.