Skip to content

Commit e61b8cb

Browse files
committed
params: update CHTs for the 1.10.12 release
1 parent e1c000b commit e61b8cb

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

params/config.go

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ var (
7777

7878
// MainnetTrustedCheckpoint contains the light client trusted checkpoint for the main network.
7979
MainnetTrustedCheckpoint = &TrustedCheckpoint{
80-
SectionIndex: 395,
81-
SectionHead: common.HexToHash("0xbfca95b8c1de014e252288e9c32029825fadbff58285f5b54556525e480dbb5b"),
82-
CHTRoot: common.HexToHash("0x2ccf3dbb58eb6375e037fdd981ca5778359e4b8fa0270c2878b14361e64161e7"),
83-
BloomRoot: common.HexToHash("0x2d46ec65a6941a2dc1e682f8f81f3d24192021f492fdf6ef0fdd51acb0f4ba0f"),
80+
SectionIndex: 413,
81+
SectionHead: common.HexToHash("0x8aa8e64ceadcdc5f23bc41d2acb7295a261a5cf680bb00a34f0e01af08200083"),
82+
CHTRoot: common.HexToHash("0x008af584d385a2610706c5a439d39f15ddd4b691c5d42603f65ae576f703f477"),
83+
BloomRoot: common.HexToHash("0x5a081af71a588f4d90bced242545b08904ad4fb92f7effff2ceb6e50e6dec157"),
8484
}
8585

8686
// MainnetCheckpointOracle contains a set of configs for the main network oracle.
@@ -190,10 +190,10 @@ var (
190190

191191
// RinkebyTrustedCheckpoint contains the light client trusted checkpoint for the Rinkeby test network.
192192
RinkebyTrustedCheckpoint = &TrustedCheckpoint{
193-
SectionIndex: 276,
194-
SectionHead: common.HexToHash("0xea89a4b04e3da9bd688e316f8de669396b6d4a38a19d2cd96a00b70d58b836aa"),
195-
CHTRoot: common.HexToHash("0xd6889d0bf6673c0d2c1cf6e9098a6fe5b30888a115b6112796aa8ee8efc4a723"),
196-
BloomRoot: common.HexToHash("0x6009a9256b34b8bde3a3f094afb647ba5d73237546017b9025d64ac1ff54c47c"),
193+
SectionIndex: 292,
194+
SectionHead: common.HexToHash("0x4185c2f1bb85ecaa04409d1008ff0761092ea2e94e8a71d64b1a5abc37b81414"),
195+
CHTRoot: common.HexToHash("0x03b0191e6140effe0b88bb7c97bfb794a275d3543cb3190662fb72d9beea423c"),
196+
BloomRoot: common.HexToHash("0x3d5f6edccc87536dcbc0dd3aae97a318205c617dd3957b4261470c71481629e2"),
197197
}
198198

199199
// RinkebyCheckpointOracle contains a set of configs for the Rinkeby test network oracle.
@@ -233,10 +233,10 @@ var (
233233

234234
// GoerliTrustedCheckpoint contains the light client trusted checkpoint for the Görli test network.
235235
GoerliTrustedCheckpoint = &TrustedCheckpoint{
236-
SectionIndex: 160,
237-
SectionHead: common.HexToHash("0xb5a666c790dc35a5613d04ebba8ba47a850b45a15d9b95ad7745c35ae034b5a5"),
238-
CHTRoot: common.HexToHash("0x6b4e00df52bdc38fa6c26c8ef595c2ad6184963ea36ab08ee744af460aa735e1"),
239-
BloomRoot: common.HexToHash("0x8fa88f5e50190cb25243aeee262a1a9e4434a06f8d455885dcc1b5fc48c33836"),
236+
SectionIndex: 176,
237+
SectionHead: common.HexToHash("0x2de018858528434f93adb40b1f03f2304a86d31b4ef2b1f930da0134f5c32427"),
238+
CHTRoot: common.HexToHash("0x8c17e497d38088321c147abe4acbdfb3c0cab7d7a2b97e07404540f04d12747e"),
239+
BloomRoot: common.HexToHash("0x02a41b6606bd3f741bd6ae88792d75b1ad8cf0ea5e28fbaa03bc8b95cbd20034"),
240240
}
241241

242242
// GoerliCheckpointOracle contains a set of configs for the Goerli test network oracle.

0 commit comments

Comments
 (0)