Skip to content

Commit

Permalink
Update osmosis.js
Browse files Browse the repository at this point in the history
- [x] tweak osmosis gas
  • Loading branch information
mwmerz authored Dec 21, 2023
1 parent 9911266 commit 2c4b195
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
@@ -1,14 +1,14 @@
module.exports = {
chainID: 'osmosis-1',
lcd: 'https://lcd-osmosis.tfl.foundation',
gasAdjustment: 2.2,
gasAdjustment: 3,
gasPrices: {
uosmo: {
type: 'OSMOSIS',
url: '/osmosis/txfees/v1beta1/cur_eip_base_fee',
adjustment: 15,
adjustment: 10,
// value to be used if the request to the LCD fails
defaultValue: 0.0025 * 15,
defaultValue: 0.0025 * 10,
},
},
prefix: 'osmo',
Expand Down

0 comments on commit 2c4b195

Please sign in to comment.