Skip to content

Commit

Permalink
Update Osmosis to use gas adjustment 1
Browse files Browse the repository at this point in the history
  • Loading branch information
mwmerz authored Jan 9, 2024
1 parent 8080d89 commit 71084e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chains/mainnet/osmosis.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
chainID: 'osmosis-1',
lcd: 'https://lcd-osmosis.tfl.foundation',
gasAdjustment: 3,
gasAdjustment: 1,
gasPrices: {
uosmo: {
type: 'OSMOSIS',
Expand Down

0 comments on commit 71084e8

Please sign in to comment.