Skip to content

Commit dc5ac94

Browse files
bdchathamclaude
andcommitted
fix: replace embedded genesis files with authoritative versions from S3
The existing embedded genesis files for pacific-1, atlantic-2, and arctic-1 were incomplete. Replace them with the authoritative versions from the sei-testnet-genesis-config S3 bucket and correct the genesis times in chain metadata. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7cf35ff commit dc5ac94

4 files changed

Lines changed: 57288 additions & 49172 deletions

File tree

chains.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ var knownChains = map[string]ChainInfo{
2323
"pacific-1": {
2424
ChainID: "pacific-1",
2525
RPC: "https://rpc.sei-apis.com",
26-
GenesisTime: "2023-05-22T15:00:00Z",
26+
GenesisTime: "2023-05-22T15:00:00.000000Z",
2727
},
2828
"atlantic-2": {
2929
ChainID: "atlantic-2",
3030
RPC: "https://rpc-testnet.sei-apis.com",
31-
GenesisTime: "2023-02-24T01:00:00Z",
31+
GenesisTime: "2023-02-22T23:45:12.575885043Z",
3232
},
3333
"arctic-1": {
3434
ChainID: "arctic-1",

0 commit comments

Comments
 (0)