Skip to content

Commit

Permalink
Cleaned up example
Browse files Browse the repository at this point in the history
  • Loading branch information
silaslenihan committed Jan 17, 2025
1 parent da4f63e commit 64d4f2e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pkg/solana/chainwriter/ccip_example_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 64d4f2e

Please sign in to comment.