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 9, 2024
1 parent 90cf7de commit 76b41e0
Show file tree
Hide file tree
Showing 3 changed files with 1,795 additions and 1,678 deletions.
62 changes: 47 additions & 15 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": "15360852652875465893149"
"amount": "15359361962862036247774"
},
"pool_assets": [
{
"token": {
"denom": "uion",
"amount": "2519680114"
"amount": "2519601850"
},
"weight": "1073741824"
},
{
"token": {
"denom": "uosmo",
"amount": "3147471816846"
"amount": "3147114714271"
},
"weight": "4294967296"
}
Expand Down Expand Up @@ -146,14 +146,14 @@
{
"token": {
"denom": "ibc/6F34E1BD664C36CE49ACC28E60D62559A5F96C4F9A6CCE4FC5A67B2852E24CFE",
"amount": "101433386524"
"amount": "101433287833"
},
"weight": "1073741824"
},
{
"token": {
"denom": "uosmo",
"amount": "522498711993"
"amount": "522499221644"
},
"weight": "1073741824"
}
Expand Down Expand Up @@ -7259,14 +7259,14 @@
{
"token": {
"denom": "ibc/9FF2B7A5F55038A7EE61F4FD6749D9A648B48E89830F2682B67B5DC158E2753C",
"amount": "66717488168"
"amount": "66707441646"
},
"weight": "1073741824000000"
},
{
"token": {
"denom": "uosmo",
"amount": "150669632312"
"amount": "150692378540"
},
"weight": "1073741824000000"
}
Expand Down Expand Up @@ -7381,14 +7381,14 @@
{
"token": {
"denom": "ibc/DE6792CF9E521F6AD6E9A4BDF6225C9571A3B74ACC0A529F92BC5122A39D2E58",
"amount": "513584575"
"amount": "510296277"
},
"weight": "2147483648"
},
{
"token": {
"denom": "uosmo",
"amount": "618686627"
"amount": "626686627"
},
"weight": "1073741824"
}
Expand Down Expand Up @@ -8234,7 +8234,7 @@
{
"token": {
"denom": "ibc/DE6792CF9E521F6AD6E9A4BDF6225C9571A3B74ACC0A529F92BC5122A39D2E58",
"amount": "45376215"
"amount": "44552557"
},
"weight": "53687091200000"
},
Expand All @@ -8248,7 +8248,7 @@
{
"token": {
"denom": "uosmo",
"amount": "1745515031"
"amount": "1747515031"
},
"weight": "858993459200000"
}
Expand Down Expand Up @@ -10387,14 +10387,14 @@
{
"token": {
"denom": "ibc/5F10B4BED1A80DC44975D95D716AEF8CEBFB99B3F088C98361436A7D0CF5A830",
"amount": "991487815749589798478"
"amount": "991408555060435533042"
},
"weight": "536870912000000"
},
{
"token": {
"denom": "uosmo",
"amount": "100861605"
"amount": "100869881"
},
"weight": "536870912000000"
}
Expand Down Expand Up @@ -10995,14 +10995,14 @@
{
"token": {
"denom": "factory/osmo1ysr385adjxq8e2xf3u2xdwephunwdehe8hyqk3fw0l58cuqjgknqmyv9ep/stOSMO",
"amount": "38409552"
"amount": "37170404"
},
"weight": "585677846609920"
},
{
"token": {
"denom": "uosmo",
"amount": "55130193"
"amount": "57342933"
},
"weight": "488063977390080"
}
Expand Down Expand Up @@ -11040,6 +11040,38 @@
}
],
"total_weight": "1073741824000000"
},
{
"@type": "/osmosis.gamm.v1beta1.Pool",
"address": "osmo1e9dfvdj4574palyefj0lk2c7yrwg07ar565qak4k7eqe7ys44r8q33cp30",
"id": "548",
"pool_params": {
"swap_fee": "0.020000000000000000",
"exit_fee": "0.000000000000000000",
"smooth_weight_change_params": null
},
"future_pool_governor": "",
"total_shares": {
"denom": "gamm/pool/548",
"amount": "100000000000000000000"
},
"pool_assets": [
{
"token": {
"denom": "ibc/9FF2B7A5F55038A7EE61F4FD6749D9A648B48E89830F2682B67B5DC158E2753C",
"amount": "1872980"
},
"weight": "53687091200"
},
{
"token": {
"denom": "uosmo",
"amount": "3544740"
},
"weight": "53687091200"
}
],
"total_weight": "107374182400"
}
],
"pagination": {
Expand Down
Loading

0 comments on commit 76b41e0

Please sign in to comment.