Skip to content

Commit

Permalink
fix: tweak osmosis gas higher
Browse files Browse the repository at this point in the history
  • Loading branch information
mwmerz committed Dec 21, 2023
1 parent f0fc642 commit b88ed73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chains/mainnet/osmosis.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ module.exports = {
uosmo: {
type: 'OSMOSIS',
url: '/osmosis/txfees/v1beta1/cur_eip_base_fee',
adjustment: 10,
adjustment: 15,
// value to be used if the request to the LCD fails
defaultValue: 0.0025 * 10,
defaultValue: 0.0025 * 15,
},
},
prefix: 'osmo',
Expand Down

0 comments on commit b88ed73

Please sign in to comment.