alloy icon indicating copy to clipboard operation
alloy copied to clipboard

[Feature] ENS CCIP Reads

Open dipanshuhappy opened this issue 5 months ago • 1 comments

Component

other

Describe the feature you would like

CCIP reads when enabled with be helpful for ens resolution. There seem to be a crate for it already at https://crates.io/crates/alloy-ccip-read The feature I am proposing is adding this CCIP reading to the ens crate. Something like .with_ccip_read(gateway_url: vec![]) While building the provider, which is then used by ens for resolution.

Additional context

No response

dipanshuhappy avatar Nov 08 '25 15:11 dipanshuhappy

nadtech-hub avatar Nov 14 '25 18:11 nadtech-hub

This can be solved in the linked crate by them providing a Provider extension trait, like the one we provide in alloy-ens: https://github.com/alloy-rs/alloy/blob/165f5a60abf7c6653eb7fa5a0416fc7935ef10fa/crates/ens/src/lib.rs#L145-L197

onbjerg avatar Nov 19 '25 15:11 onbjerg