6262 TIP8 : & BlockConfig {FastNumber : big .NewInt (0 ), CID : big .NewInt (293 )},
6363 TIP9 : & BlockConfig {SnailNumber : big .NewInt (47000 )},
6464 TIP10 : & BlockConfig {FastNumber : big .NewInt (6520000 ), CID : big .NewInt (302 )},
65- TIP11 : & BlockConfig {FastNumber : big .NewInt (9878855 ), CID : big . NewInt ( 400 )},
65+ TIP11 : & BlockConfig {FastNumber : big .NewInt (8996000 )},
6666 }
6767
6868 // MainnetTrustedCheckpoint contains the light client trusted checkpoint for the main network.
@@ -100,6 +100,7 @@ var (
100100 TIP8 : & BlockConfig {FastNumber : big .NewInt (0 ), CID : big .NewInt (215 )},
101101 TIP9 : & BlockConfig {SnailNumber : big .NewInt (38648 )},
102102 TIP10 : & BlockConfig {FastNumber : big .NewInt (5034600 ), CID : big .NewInt (229 )},
103+ TIP11 : & BlockConfig {FastNumber : big .NewInt (7552000 )},
103104 }
104105
105106 // TestnetTrustedCheckpoint contains the light client trusted checkpoint for the Ropsten test network.
@@ -137,6 +138,7 @@ var (
137138 TIP8 : & BlockConfig {FastNumber : big .NewInt (0 ), CID : big .NewInt (0 )},
138139 TIP9 : & BlockConfig {SnailNumber : big .NewInt (20 )},
139140 TIP10 : & BlockConfig {FastNumber : big .NewInt (40000 ), CID : big .NewInt (117 )},
141+ TIP11 : & BlockConfig {FastNumber : big .NewInt (0 )},
140142 }
141143
142144 SingleNodeChainConfig = & ChainConfig {
@@ -152,6 +154,7 @@ var (
152154 TIP8 : & BlockConfig {FastNumber : big .NewInt (100 ), CID : big .NewInt (- 1 )},
153155 TIP9 : & BlockConfig {SnailNumber : big .NewInt (20 )},
154156 TIP10 : & BlockConfig {FastNumber : big .NewInt (0 ), CID : big .NewInt (1 )},
157+ TIP11 : & BlockConfig {FastNumber : big .NewInt (0 )},
155158 }
156159
157160 // TestnetTrustedCheckpoint contains the light client trusted checkpoint for the Ropsten test network.
@@ -169,13 +172,15 @@ var (
169172 // This configuration is intentionally not using keyed fields to force anyone
170173 // adding flags to the config to also have to set these fields.
171174 AllMinervaProtocolChanges = & ChainConfig {ChainID : chainId , Minerva : new (MinervaConfig ), TIP3 : & BlockConfig {FastNumber : big .NewInt (0 )},
172- TIP5 : nil , TIP7 : nil , TIP8 : nil , TIP9 : nil , TIP10 : nil }
175+ TIP5 : nil , TIP7 : nil , TIP8 : nil , TIP9 : nil , TIP10 : nil , TIP11 : & BlockConfig {FastNumber : big .NewInt (0 )},
176+ }
173177
174178 // This configuration is intentionally not using keyed fields to force anyone
175179 // adding flags to the config to also have to set these fields.
176180
177181 TestChainConfig = & ChainConfig {ChainID : chainId , Minerva : & MinervaConfig {MinimumDifficulty , MinimumFruitDifficulty , DurationLimit }, TIP3 : & BlockConfig {FastNumber : big .NewInt (0 )},
178- TIP5 : nil , TIP7 : nil , TIP8 : nil , TIP9 : nil , TIP10 : nil }
182+ TIP5 : nil , TIP7 : nil , TIP8 : nil , TIP9 : nil , TIP10 : nil , TIP11 : & BlockConfig {FastNumber : big .NewInt (0 )},
183+ }
179184)
180185
181186// TrustedCheckpoint represents a set of post-processed trie roots (CHT and
0 commit comments