From 29006c555c6b73b0f2f1629202ee423f2d57f3dd Mon Sep 17 00:00:00 2001 From: Vladimir Shchukin Date: Tue, 7 Apr 2026 07:25:45 -0400 Subject: [PATCH] rm unused constants --- .../solana/anchor-go/generator/cre.go | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) 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) {