Quick fix to make whatsabi compatible with the latest version of the viem public client. Ideally this should not rely on a deprecated function being present but for example on the "type" property of the provider being equal to "publicClient" (or anything else that can be used to difference providers).
Quick fix to make whatsabi compatible with the latest version of the viem public client. Ideally this should not rely on a deprecated function being present but for example on the "type" property of the provider being equal to "publicClient" (or anything else that can be used to difference providers).
Fixes issue #93