From 6cfd55d4bea48f2e94e0ab414e78c7e673d4709e Mon Sep 17 00:00:00 2001 From: Raymond Sukanto Date: Tue, 8 Oct 2024 13:22:48 -0400 Subject: [PATCH] fix lint --- tests/e2e/commands/subnet.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/e2e/commands/subnet.go b/tests/e2e/commands/subnet.go index c564a0cd0..2f6639a15 100644 --- a/tests/e2e/commands/subnet.go +++ b/tests/e2e/commands/subnet.go @@ -54,7 +54,7 @@ func CreateSubnetEvmConfigWithVersionNonSOV(subnetName string, genesisPath strin "create", "--genesis", genesisPath, - "--not-sov", + "--sovereign=false", "--evm", subnetName, "--" + constants.SkipUpdateFlag, @@ -178,7 +178,7 @@ func CreateCustomVMConfigNonSOV(subnetName string, genesisPath string, vmPath st "create", "--genesis", genesisPath, - "--not-sov", + "--sovereign=false", "--custom", subnetName, "--custom-vm-path",