Commit de6e0f8
fix: bump sei-config to v0.0.12 (genesis params fix) (#64)
## Summary
- Bumps sei-config from v0.0.9 to v0.0.12
- Picks up the genesis params fix for all three networks
(sei-protocol/sei-config#5)
## Context
The `configure-genesis` sidecar task writes the embedded genesis from
sei-config. Without the params module populated, seid v6.4.1 panics
during `InitGenesis` with "cosmos gas multiplier numerator can not be
0". This blocks archive nodes from block syncing from genesis.
## Test plan
- [ ] CI passes
- [ ] Archive node cold start from genesis no longer panics
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 32c1c1a commit de6e0f8
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1820 | 1820 | | |
1821 | 1821 | | |
1822 | 1822 | | |
1823 | | - | |
1824 | | - | |
| 1823 | + | |
| 1824 | + | |
1825 | 1825 | | |
1826 | 1826 | | |
1827 | 1827 | | |
| |||
0 commit comments