Skip to content

Commit

Permalink
Fixed CCIP-read in the EnsResolver (#4221).
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Jul 15, 2023
1 parent 19cbcaf commit 57f1e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src.ts/providers/ens-resolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ export class EnsResolver {
}

params.push({
ccipReadEnable: true
enableCcipRead: true
});

try {
Expand Down

0 comments on commit 57f1e1c

Please sign in to comment.