diff --git a/integration-tests/common/gauntlet_plus_plus_common.go b/integration-tests/common/gauntlet_plus_plus_common.go index 3114445d..d4713c2a 100644 --- a/integration-tests/common/gauntlet_plus_plus_common.go +++ b/integration-tests/common/gauntlet_plus_plus_common.go @@ -4,8 +4,9 @@ import ( "encoding/json" "errors" "fmt" - "github.com/smartcontractkit/chainlink-starknet/integration-tests/utils" "os" + + "github.com/smartcontractkit/chainlink-starknet/integration-tests/utils" ) func (m *OCRv2TestState) fundNodesWithGPP() ([]string, error) { diff --git a/ops/gauntlet/gauntlet_plus_plus_starknet.go b/ops/gauntlet/gauntlet_plus_plus_starknet.go index beabff9a..2d45ce8f 100644 --- a/ops/gauntlet/gauntlet_plus_plus_starknet.go +++ b/ops/gauntlet/gauntlet_plus_plus_starknet.go @@ -415,7 +415,6 @@ func (sgpp *StarknetGauntletPlusPlus) DeclareOzAccount() error { } func (sgpp *StarknetGauntletPlusPlus) DeployOzAccount(publicKey string) (string, error) { - constructorCalldata := map[string]interface{}{ "publicKey": publicKey, }