Commit 850c08a
fix: add params module to pacific-1 genesis
The params module genesis was null, causing seid v6.4.1 to panic
during InitGenesis with "cosmos gas multiplier numerator can not be 0".
The zero-value CosmosGasParams fails validation in SetCosmosGasParams.
Populates the params module with on-chain values queried from a running
pacific-1 node:
- cosmosGasMultiplierNumerator: 1
- cosmosGasMultiplierDenominator: 1
- globalMinimumGasPrices: 0.02 usei
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 83fd794 commit 850c08a
1 file changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2437 | 2437 | | |
2438 | 2438 | | |
2439 | 2439 | | |
2440 | | - | |
| 2440 | + | |
| 2441 | + | |
| 2442 | + | |
| 2443 | + | |
| 2444 | + | |
| 2445 | + | |
| 2446 | + | |
| 2447 | + | |
| 2448 | + | |
2441 | 2449 | | |
2442 | 2450 | | |
2443 | 2451 | | |
| |||
0 commit comments