Skip to content

Commit

Permalink
feat: increase osmo gas multiplier
Browse files Browse the repository at this point in the history
  • Loading branch information
mwmerz committed Dec 21, 2023
1 parent ef1c783 commit f0fc642
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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: 5,
adjustment: 10,
// value to be used if the request to the LCD fails
defaultValue: 0.0025 * 5,
defaultValue: 0.0025 * 10,
},
},
prefix: 'osmo',
Expand Down Expand Up @@ -37,7 +37,7 @@ module.exports = {
'noble-1': 'channel-750',
'pacific-1': 'channel-782',
'injective-1': 'channel-122',
'celestia': 'channel-6994',
celestia: 'channel-6994',
'dydx-mainnet-1': 'channel-6787',
},
explorer: {
Expand Down

0 comments on commit f0fc642

Please sign in to comment.