Skip to content

Commit 66948bf

Browse files
holimanshekhirin
authored andcommitted
params: update mainnet + rinkeby CHT (ethereum#26677)
This change updates the CHT entries for mainnet and rinkeby
1 parent 054ad55 commit 66948bf

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

params/config.go

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ var (
8181

8282
// MainnetTrustedCheckpoint contains the light client trusted checkpoint for the main network.
8383
MainnetTrustedCheckpoint = &TrustedCheckpoint{
84-
SectionIndex: 471,
85-
SectionHead: common.HexToHash("0xa03d6354f5ca8d33203bb646ac26a964f240ee54728dcb7483faff0204ec4c9b"),
86-
CHTRoot: common.HexToHash("0x29efeeea3540b7f499b4214d5262bd1fcd87253de10a878f92e6497d848b186f"),
87-
BloomRoot: common.HexToHash("0x2ff6a93ff5e78e823bfc80c6ec856bfe9b20c4ffd0af3cef644a916eabcd3c84"),
84+
SectionIndex: 506,
85+
SectionHead: common.HexToHash("0x3d1a139a6fc7764211236ef7c64d9e8c1fe55b358d7414e25277bac1144486cd"),
86+
CHTRoot: common.HexToHash("0xef7fc3321a239a54238593bdf68d82933d903cb533b0d03228a8d958cd35ea77"),
87+
BloomRoot: common.HexToHash("0x51d7bfe7c6397b1caa8b1cb046de4aeaf7e7fbd3fb6c726b60bf750de78809e8"),
8888
}
8989

9090
// MainnetCheckpointOracle contains a set of configs for the main network oracle.
@@ -157,10 +157,10 @@ var (
157157

158158
// RinkebyTrustedCheckpoint contains the light client trusted checkpoint for the Rinkeby test network.
159159
RinkebyTrustedCheckpoint = &TrustedCheckpoint{
160-
SectionIndex: 344,
161-
SectionHead: common.HexToHash("0x06bb973aecce633df8cda532ff75b9d0b38c16de2545f52eaf745f858d0fe616"),
162-
CHTRoot: common.HexToHash("0xf1c80b9270ef9fb7907362bca006f8349f0c38d45b83167b57638f54211c6aca"),
163-
BloomRoot: common.HexToHash("0xd72187253f49bce9d471f5e0ddf2b5008ba695d7a1be1192d52fb4d8b01970c6"),
160+
SectionIndex: 373,
161+
SectionHead: common.HexToHash("0x09f6d8f0d08d61025ccf4578dc214220b78013841470d445ed86faab4a5a885a"),
162+
CHTRoot: common.HexToHash("0xef72902b944a111e9fdfee5fb69a5e46f68bf11a1f0bd430321f92d6b66987df"),
163+
BloomRoot: common.HexToHash("0xd0120268729c51dd6fa2714f7f88527adfecbdb08592c671233ad2e0ad7cd835"),
164164
}
165165

166166
// RinkebyCheckpointOracle contains a set of configs for the Rinkeby test network oracle.

0 commit comments

Comments
 (0)