Skip to content

Commit 2b4c0db

Browse files
author
Dane
authored
Merge pull request #937 from mars-protocol/develop
set gasPrice back to 0.0035 on osmosis-1
2 parents b4a74e2 + 8c9a937 commit 2b4c0db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/configs/chains/osmosis/osmosis-1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ const Osmosis1: ChainConfig = {
171171
},
172172
explorerName: 'Mintscan',
173173
features: ['ibc-transfer', 'ibc-go'],
174-
gasPrice: '0.025uosmo',
174+
gasPrice: '0.0035uosmo',
175175
id: ChainInfoID.Osmosis1,
176176
name: 'Osmosis',
177177
network: NETWORK.MAINNET,

0 commit comments

Comments
 (0)