diff --git a/pkg/solana/chainwriter/ccip_example_config.go b/pkg/solana/chainwriter/ccip_example_config.go index 4be8467df..cd7a844a6 100644 --- a/pkg/solana/chainwriter/ccip_example_config.go +++ b/pkg/solana/chainwriter/ccip_example_config.go @@ -86,7 +86,7 @@ func TestConfig() { // PDALookups can resolve to multiple addresses if: // A) The PublicKey lookup resolves to multiple addresses (i.e. multiple token addresses) // B) The Seeds or ValueSeeds resolve to multiple values - // PDA lokoup with constant seed + // PDA lookup with constant seed PDALookups{ Name: "RouterAccountConfig", PublicKey: AccountConstant{ diff --git a/pkg/solana/chainwriter/helpers.go b/pkg/solana/chainwriter/helpers.go index 4277c3a99..6e2a3e5be 100644 --- a/pkg/solana/chainwriter/helpers.go +++ b/pkg/solana/chainwriter/helpers.go @@ -38,7 +38,7 @@ type DataAccount struct { //go:embed testContractIDL.json var testContractIDL string -// FetchCCIPRouterIDL returns +// FetchCCIPRouterIDL returns the IDL for chain components test contract func FetchTestContractIDL() string { return testContractIDL }