Skip to content

Commit

Permalink
Fixed CCIP-read in the EnsResolver (ethers-io#4221).
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo authored and Woodpile37 committed Jan 14, 2024
1 parent 290f7ed commit 1df934a
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 1df934a

Please sign in to comment.