Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 🎸 add create pool message #81

Merged
merged 1 commit into from
May 17, 2023

Conversation

cosmic-vagabond
Copy link
Contributor

No description provided.

repeated cosmos.base.v1beta1.Coin initialDeposit = 3 [(gogoproto.nullable) = false];
uint64 swapFee = 4;
uint64 exitFee = 5;
Copy link
Contributor

Choose a reason for hiding this comment

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

Are we using uint64 value instead of sdk.Dec?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

those are percentage values so 0 to 100

Copy link
Contributor

Choose a reason for hiding this comment

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

I think most of the pool's swap fees are in decimal and also it will need to describe 0.25% as well. Probably nice to upgrade to sdk.Dec later time.

@cosmic-vagabond cosmic-vagabond merged commit e230b2e into main May 17, 2023
@cosmic-vagabond cosmic-vagabond deleted the feat/add-create-pool-message branch May 17, 2023 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants