Skip to content

Commit

Permalink
fixup: Switch from VMName to VMID with tmpnet.Chain
Browse files Browse the repository at this point in the history
  • Loading branch information
maru-ava committed Jan 25, 2024
1 parent 7be1802 commit 81610d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/tmpnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func NewTmpnetSubnet(name string, genesisPath string) *tmpnet.Subnet {
Name: name,
Chains: []*tmpnet.Chain{
{
VMName: evm.IDStr,
VMID: evm.ID,
Genesis: genesisBytes,
Config: string(configBytes),
PreFundedKey: tmpnet.HardhatKey,
Expand Down

0 comments on commit 81610d8

Please sign in to comment.