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 Apr 10, 2024
1 parent 1466574 commit 2fe3df0
Show file tree
Hide file tree
Showing 3 changed files with 1,905 additions and 1,729 deletions.
58 changes: 45 additions & 13 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": "31903780348307826830368"
"amount": "31903780346357598571501"
},
"pool_assets": [
{
"token": {
"denom": "uion",
"amount": "5233509103"
"amount": "5233509082"
},
"weight": "1073741824"
},
{
"token": {
"denom": "uosmo",
"amount": "6537055700526"
"amount": "6537055707120"
},
"weight": "4294967296"
}
Expand Down Expand Up @@ -146,14 +146,14 @@
{
"token": {
"denom": "ibc/6F34E1BD664C36CE49ACC28E60D62559A5F96C4F9A6CCE4FC5A67B2852E24CFE",
"amount": "101321632219"
"amount": "101321621361"
},
"weight": "1073741824"
},
{
"token": {
"denom": "uosmo",
"amount": "523015626229"
"amount": "523015727315"
},
"weight": "1073741824"
}
Expand Down Expand Up @@ -310,14 +310,14 @@
{
"token": {
"denom": "ibc/2E7368A14AC9AB7870F32CFEA687551C5064FA861868EDF7437BC877358A81F9",
"amount": "70756368193"
"amount": "70753054928"
},
"weight": "1073741824"
},
{
"token": {
"denom": "uosmo",
"amount": "27039601496"
"amount": "27040870260"
},
"weight": "1073741824"
}
Expand Down Expand Up @@ -374,14 +374,14 @@
{
"token": {
"denom": "ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477",
"amount": "82797993494"
"amount": "82797263299"
},
"weight": "1073741824"
},
{
"token": {
"denom": "uosmo",
"amount": "2036947662609"
"amount": "2036965662609"
},
"weight": "1073741824"
}
Expand Down Expand Up @@ -7259,14 +7259,14 @@
{
"token": {
"denom": "ibc/9FF2B7A5F55038A7EE61F4FD6749D9A648B48E89830F2682B67B5DC158E2753C",
"amount": "81278426948"
"amount": "81278784039"
},
"weight": "1073741824000000"
},
{
"token": {
"denom": "uosmo",
"amount": "123202350465"
"amount": "123201812935"
},
"weight": "1073741824000000"
}
Expand Down Expand Up @@ -8234,7 +8234,7 @@
{
"token": {
"denom": "ibc/DE6792CF9E521F6AD6E9A4BDF6225C9571A3B74ACC0A529F92BC5122A39D2E58",
"amount": "22506734"
"amount": "22465614"
},
"weight": "53687091200000"
},
Expand All @@ -8248,7 +8248,7 @@
{
"token": {
"denom": "uosmo",
"amount": "1661577417"
"amount": "1661767417"
},
"weight": "858993459200000"
}
Expand Down Expand Up @@ -9760,6 +9760,38 @@
}
],
"total_weight": "1073741824000000"
},
{
"@type": "/osmosis.gamm.v1beta1.Pool",
"address": "osmo1cywvkq7q8xajmcw9zdvwccq8d9620am6qfhx58y7hm8u4azkf9dqmclld8",
"id": "439",
"pool_params": {
"swap_fee": "0.010000000000000000",
"exit_fee": "0.000000000000000000",
"smooth_weight_change_params": null
},
"future_pool_governor": "168h",
"total_shares": {
"denom": "gamm/pool/439",
"amount": "100000000000000000000"
},
"pool_assets": [
{
"token": {
"denom": "ibc/5872CF7B67F1699BE386B2C577B95C6AC2A268D09FCB345335A875B239EE0174",
"amount": "20"
},
"weight": "1073741824"
},
{
"token": {
"denom": "uosmo",
"amount": "100"
},
"weight": "5368709120"
}
],
"total_weight": "6442450944"
}
],
"pagination": {
Expand Down
Loading

0 comments on commit 2fe3df0

Please sign in to comment.