Skip to content

Commit

Permalink
Merge pull request #937 from mars-protocol/develop
Browse files Browse the repository at this point in the history
set gasPrice back to 0.0035 on osmosis-1
  • Loading branch information
dancreee authored May 13, 2024
2 parents b4a74e2 + 8c9a937 commit 2b4c0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configs/chains/osmosis/osmosis-1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ const Osmosis1: ChainConfig = {
},
explorerName: 'Mintscan',
features: ['ibc-transfer', 'ibc-go'],
gasPrice: '0.025uosmo',
gasPrice: '0.0035uosmo',
id: ChainInfoID.Osmosis1,
name: 'Osmosis',
network: NETWORK.MAINNET,
Expand Down

0 comments on commit 2b4c0db

Please sign in to comment.