-
Asked by
|
Beta Was this translation helpful? Give feedback.
Answered by
0x-j
Apr 6, 2024
Replies: 1 comment 1 reply
-
I don't think we have a batch call API, so you need to create your own contract with a view function that batch calls the resolve name function in ANS. Here's an example contract I wrote. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
0x-j
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't think we have a batch call API, so you need to create your own contract with a view function that batch calls the resolve name function in ANS.
Here's an example contract I wrote.
Here's how I call my contract using ts sdk.