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

Cheaper IBC deposit fees #103

Merged
merged 5 commits into from Nov 25, 2021
Merged

Cheaper IBC deposit fees #103

merged 5 commits into from Nov 25, 2021

Conversation

assafmo
Copy link
Contributor

@assafmo assafmo commented Nov 23, 2021

Reduced fees on IBC Deposit from Secret, Cosmos & Terra by setting more appropriate gas limits.

@netlify
Copy link

netlify bot commented Nov 23, 2021

✔️ Deploy Preview for epic-hugle-6681dc ready!

🔨 Explore the source changes: b826e1d

🔍 Inspect the deploy log: https://app.netlify.com/sites/epic-hugle-6681dc/deploys/619f5355b965960007fddc9b

😎 Browse the preview: https://deploy-preview-103--epic-hugle-6681dc.netlify.app

@ValarDragon
Copy link
Member

err, how were these gas constants obtained? They are oddly, vastly different

@assafmo
Copy link
Contributor Author

assafmo commented Nov 25, 2021

Os Secret from having a lower gas setup, on other chains from observations. Why was 500k decided for other chains? Why is it 1.35M on Osmosis?

@ValarDragon
Copy link
Member

Oh, odd. I didn't notice it was 1.35M vs 500k earlier, my bad!

Comment on lines 106 to 108
} else if (chainInfo.chainId.startsWith('columbus-') || chainInfo.chainId.startsWith('cosmoshub-')) {
gas = 100_000;
}
Copy link
Member

Choose a reason for hiding this comment

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

Can we revert this clause? Then looks good to merge to me

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, done. 👍

Copy link
Member

@ValarDragon ValarDragon left a comment

Choose a reason for hiding this comment

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

LGTM!

@ValarDragon ValarDragon merged commit 73c5666 into osmosis-labs:master Nov 25, 2021
@daniel-farina daniel-farina added this to the 2021 - November Milestone milestone Dec 2, 2021
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.

None yet

3 participants