diff --git a/pkg/solana/chainwriter/ccip_example_config.go b/pkg/solana/chainwriter/ccip_example_config.go index 4676bf9c9..816899b00 100644 --- a/pkg/solana/chainwriter/ccip_example_config.go +++ b/pkg/solana/chainwriter/ccip_example_config.go @@ -403,15 +403,11 @@ func CCIPArgsTransform(ctx context.Context, cw *SolanaChainWriterService, args a Accounts: PDALookups{ Name: "RegistryTokenState", PublicKey: AccountConstant{ - Address: registryAddress, - IsSigner: false, - IsWritable: false, + Address: registryAddress, }, Seeds: []Seed{ {Dynamic: AccountLookup{Location: "Message.TokenAmounts.DestTokenAddress"}}, }, - IsSigner: false, - IsWritable: false, InternalField: InternalField{ Type: reflect.TypeOf(DataAccount{}), Location: "LookupTable",