diff --git a/cmd/generate-bindings/solana/anchor-go/generator/cre.go b/cmd/generate-bindings/solana/anchor-go/generator/cre.go index b17c136b..5e328b85 100644 --- a/cmd/generate-bindings/solana/anchor-go/generator/cre.go +++ b/cmd/generate-bindings/solana/anchor-go/generator/cre.go @@ -14,16 +14,10 @@ import ( ) const ( - // cre - PkgBig = "math/big" - PkgIdl = "github.com/gagliardetto/anchor-go/idl" - PkgJson = "encoding/json" - PkgCRE = "github.com/smartcontractkit/cre-sdk-go/cre" - PkgPb = "github.com/smartcontractkit/chainlink-protos/cre/go/values/pb" - PkgPbSdk = "github.com/smartcontractkit/chainlink-protos/cre/go/sdk" - PkgSolanaCre = "github.com/smartcontractkit/cre-sdk-go/capabilities/blockchain/solana" - PkgBindings = "github.com/smartcontractkit/cre-sdk-go/capabilities/blockchain/solana/bindings" - PkgSolanaTypes = "github.com/smartcontractkit/cre-cli/cmd/generate-bindings/solana/cre-sdk-go/types" + PkgCRE = "github.com/smartcontractkit/cre-sdk-go/cre" + PkgPbSdk = "github.com/smartcontractkit/chainlink-protos/cre/go/sdk" + PkgSolanaCre = "github.com/smartcontractkit/cre-sdk-go/capabilities/blockchain/solana" + PkgBindings = "github.com/smartcontractkit/cre-sdk-go/capabilities/blockchain/solana/bindings" ) // func (c *Codec) Decode(data []byte) (*, error) {