From dd36b08868e95e023e5d494df11e6e0c4ac5074b Mon Sep 17 00:00:00 2001 From: catalyst17 Date: Thu, 8 Dec 2022 19:43:41 +0200 Subject: [PATCH] add default parameter value --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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