From e17d48881c5d2d61b2c211b220f1cdfc043c8c67 Mon Sep 17 00:00:00 2001 From: Tyler van der Hoeven Date: Tue, 11 Jun 2024 17:29:42 -0400 Subject: [PATCH] Export `DEFAULT_TIMEOUT` for the contract client (#984) --- src/contract/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/contract/index.ts b/src/contract/index.ts index 8b9e1dc5e..657bde8cf 100644 --- a/src/contract/index.ts +++ b/src/contract/index.ts @@ -5,3 +5,4 @@ export * from "./rust_result"; export * from "./sent_transaction"; export * from "./spec"; export * from "./types"; +export { DEFAULT_TIMEOUT } from "./utils";