Closed FuzzB0t closed 1 month ago
Latest commit: ac73ed911c848489481eb74f6d7262974b06b14d
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
What is the motivation for this PR? I am out of the loop and it seems confusing
What is the motivation for this PR? I am out of the loop and it seems confusing
@saeta-eth We we're seeing a lot of issues with the registry get calls and RPC's so db mentioned we could optimize the calls by using axios to make rpc requests instead of viem. There may be other reasons for this PR but that was the main one AFAIK.
Replaces
getUrl
andgetMetaUrl
to use axios to make rpc calls to the registry