Commit 7c9e88a
committed
fix: use network config gas price for unls instead of hardcoded 0.0025
The hardcoded fallback was 10x lower than the chain's actual minimum
gas price (0.0025 vs 0.025), causing insufficient fee errors on IBC
transfers paid in NLS.1 parent 8b08ae4 commit 7c9e88a
1 file changed
Lines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1214 | 1214 | | |
1215 | 1215 | | |
1216 | 1216 | | |
1217 | | - | |
1218 | | - | |
1219 | | - | |
1220 | | - | |
| 1217 | + | |
| 1218 | + | |
| 1219 | + | |
| 1220 | + | |
| 1221 | + | |
| 1222 | + | |
| 1223 | + | |
| 1224 | + | |
1221 | 1225 | | |
1222 | 1226 | | |
1223 | 1227 | | |
| |||
0 commit comments