Skip to content

Commit de6e0f8

Browse files
bdchathamclaude
andauthored
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

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/pelletier/go-toml/v2 v2.2.4
1717
github.com/prometheus/client_golang v1.23.2
1818
github.com/sei-protocol/sei-chain v0.0.29-fix.0.20260326202429-c9b42951fef7
19-
github.com/sei-protocol/sei-config v0.0.9
19+
github.com/sei-protocol/sei-config v0.0.12
2020
github.com/sei-protocol/seilog v0.0.3
2121
github.com/urfave/cli/v3 v3.6.1
2222
modernc.org/sqlite v1.18.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1820,8 +1820,8 @@ github.com/sei-protocol/goutils v0.0.2 h1:Bfa7Sv+4CVLNM20QcpvGb81B8C5HkQC/kW1CQp
18201820
github.com/sei-protocol/goutils v0.0.2/go.mod h1:iYE2DuJfEnM+APPehr2gOUXfuLuPsVxorcDO+Tzq9q8=
18211821
github.com/sei-protocol/sei-chain v0.0.29-fix.0.20260326202429-c9b42951fef7 h1:kW+yxMoSm4RvpP5VT5lFfSa+dqnOE9ZpapE2qNIJwvc=
18221822
github.com/sei-protocol/sei-chain v0.0.29-fix.0.20260326202429-c9b42951fef7/go.mod h1:R1/EoOY+MKvwH0k5ivTtG9mLYOQvm0Ni/Trjxrep3t4=
1823-
github.com/sei-protocol/sei-config v0.0.9 h1:ELCpE0XnsTvgjOfWe1fWU43vqqFGL2tnlWuF9U1A2l8=
1824-
github.com/sei-protocol/sei-config v0.0.9/go.mod h1:IEAv5ynYw8Gu2F2qNfE4MQR0PPihAT6g7RWLpWdw5O0=
1823+
github.com/sei-protocol/sei-config v0.0.12 h1:pv0IIM8c4sKPoNOvUEIx0OAp+X+coDlBibHUPbBZGxI=
1824+
github.com/sei-protocol/sei-config v0.0.12/go.mod h1:IEAv5ynYw8Gu2F2qNfE4MQR0PPihAT6g7RWLpWdw5O0=
18251825
github.com/sei-protocol/sei-load v0.0.0-20251007135253-78fbdc141082 h1:f2sY8OcN60UL1/6POx+HDMZ4w04FTZtSScnrFSnGZHg=
18261826
github.com/sei-protocol/sei-load v0.0.0-20251007135253-78fbdc141082/go.mod h1:V0fNURAjS6A8+sA1VllegjNeSobay3oRUW5VFZd04bA=
18271827
github.com/sei-protocol/sei-tm-db v0.0.5 h1:3WONKdSXEqdZZeLuWYfK5hP37TJpfaUa13vAyAlvaQY=

0 commit comments

Comments
 (0)