Skip to content

Commit 8c9a937

Browse files
committed
fix: set gasPrice back to 0.0035 on osmosis-1
1 parent e42e16a commit 8c9a937

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)