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 1, 2024
1 parent e70c9ce commit b261e27
Show file tree
Hide file tree
Showing 3 changed files with 1,848 additions and 1,784 deletions.
42 changes: 37 additions & 5 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": "31891659431329500976883"
"amount": "31891659732632641840421"
},
"pool_assets": [
{
"token": {
"denom": "uion",
"amount": "5232657545"
"amount": "5232657485"
},
"weight": "1073741824"
},
{
"token": {
"denom": "uosmo",
"amount": "6534219021080"
"amount": "6534219117644"
},
"weight": "4294967296"
}
Expand Down Expand Up @@ -7259,14 +7259,14 @@
{
"token": {
"denom": "ibc/9FF2B7A5F55038A7EE61F4FD6749D9A648B48E89830F2682B67B5DC158E2753C",
"amount": "67874396634"
"amount": "67874392045"
},
"weight": "1073741824000000"
},
{
"token": {
"denom": "uosmo",
"amount": "147586299380"
"amount": "147586309380"
},
"weight": "1073741824000000"
}
Expand Down Expand Up @@ -10176,6 +10176,38 @@
}
],
"total_weight": "1073741824000000"
},
{
"@type": "/osmosis.gamm.v1beta1.Pool",
"address": "osmo14r6g8dc7ydn78gy484f8f6qq7yr3jgx3p42das6a9rur2jx8r56q6dv4mn",
"id": "475",
"pool_params": {
"swap_fee": "0.010000000000000000",
"exit_fee": "0.000000000000000000",
"smooth_weight_change_params": null
},
"future_pool_governor": "168h",
"total_shares": {
"denom": "gamm/pool/475",
"amount": "100000000000000000000"
},
"pool_assets": [
{
"token": {
"denom": "factory/osmo106v24au4ksd2ag8zqp9rlnfdc58lphx807w95lx52mug270mazgsly5zgj/OFFSHORE",
"amount": "1"
},
"weight": "1073741824"
},
{
"token": {
"denom": "uosmo",
"amount": "10000"
},
"weight": "1073741824"
}
],
"total_weight": "2147483648"
}
],
"pagination": {
Expand Down
Loading

0 comments on commit b261e27

Please sign in to comment.