From 62ff54d04ede19cd6f8bcfe7c578a1297c41c0e3 Mon Sep 17 00:00:00 2001 From: steveluscher Date: Fri, 17 Jun 2022 08:50:59 -0700 Subject: [PATCH] fix: export custom transaction confirmation error classes --- web3.js/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/web3.js/src/index.ts b/web3.js/src/index.ts index 60b1585b1..594573720 100644 --- a/web3.js/src/index.ts +++ b/web3.js/src/index.ts @@ -25,6 +25,7 @@ export * from './errors'; export * from './util/borsh-schema'; export * from './util/send-and-confirm-transaction'; export * from './util/send-and-confirm-raw-transaction'; +export * from './util/tx-expiry-custom-errors'; export * from './util/cluster'; /**