diff --git a/src/index.ts b/src/index.ts index a0e645f..035ee64 100644 --- a/src/index.ts +++ b/src/index.ts @@ -37,7 +37,7 @@ const GNOSIS_SAFE_PROXY_INTERFACE = [ const detectProxyTarget = ( proxyAddress: string, jsonRpcRequest: EIP1193ProviderRequestFunc, - blockTag?: BlockTag + blockTag: BlockTag = 'latest' ): Promise => Promise.any([ // EIP-1167 Minimal Proxy Contract