We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47b1f96 commit c8347afCopy full SHA for c8347af
tests/reexecute/p/vm_reexecute_test.go
@@ -134,6 +134,12 @@ func benchmarkReexecuteRange(
134
GenesisBytes: genesisBytes,
135
SubnetID: constants.PrimaryNetworkID,
136
ChainID: mainnetPChainID,
137
+ ChainToSubnet: map[ids.ID]ids.ID{
138
+ reexecute.MainnetXChainID: constants.PrimaryNetworkID,
139
+ reexecute.MainnetCChainID: constants.PrimaryNetworkID,
140
+ mainnetPChainID: constants.PrimaryNetworkID,
141
+ ids.Empty: constants.PrimaryNetworkID,
142
+ },
143
}
144
145
vm, err := reexecute.NewMainnetVM(
0 commit comments