Skip to content

Commit

Permalink
Merge pull request #219 from JeremyParish69/fix-pool-create-fee
Browse files Browse the repository at this point in the history
chore: Update Pool Creation Fee
  • Loading branch information
mattverse authored Oct 19, 2023
2 parents a6d619a + 67645cb commit 91fc7d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/osmosis-core/modules/gamm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ Pools have the following parameters:
This allows pool governance to smoothly change the weights of the assets it holds in the pool. So it can slowly move from a 2:1 ratio, to a 1:1 ratio.
Currently, smooth weight changes are implemented as a linear change in weight ratios over a given duration of time. So weights changed from 4:1 to 2:2 over 2 days, then at day 1 of the change, the weights would be 3:1.5, and at day 2 its 2:2, and will remain at these weight ratios.

The GAMM module also has a **PoolCreationFee** parameter, which currently is set to `100000000 uosmo` or `100 OSMO`.
The GAMM module also has a **PoolCreationFee** parameter, which currently is set to `1000000000 uosmo` or `1000 OSMO`.

[comment]: `<>` (TODO Add better description of how the weights affect things)

Expand Down Expand Up @@ -283,7 +283,7 @@ The configuration json file contains the following parameters:
:::

::: warning
There is now a 100 OSMO fee for creating pools.
There is now a 1000 OSMO fee for creating pools.
:::

### Join pool
Expand Down

1 comment on commit 91fc7d3

@vercel
Copy link

@vercel vercel bot commented on 91fc7d3 Oct 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.