Skip to content

Commit c8347af

Browse files
committed
chore: add chainToSubnet
1 parent 47b1f96 commit c8347af

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/reexecute/p/vm_reexecute_test.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,12 @@ func benchmarkReexecuteRange(
134134
GenesisBytes: genesisBytes,
135135
SubnetID: constants.PrimaryNetworkID,
136136
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+
},
137143
}
138144

139145
vm, err := reexecute.NewMainnetVM(

0 commit comments

Comments
 (0)