From c1691f9230510ad8e809c5056f95b8114b13742d Mon Sep 17 00:00:00 2001 From: Will Cory Date: Thu, 5 Oct 2023 21:12:14 -0700 Subject: [PATCH] :bug: fix: Export simulateDepositEth correctly --- src/actions/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/actions/index.ts b/src/actions/index.ts index 3b10c12e..35f87b3e 100644 --- a/src/actions/index.ts +++ b/src/actions/index.ts @@ -26,7 +26,7 @@ export { type SimulateDepositERC20ReturnType, } from './public/L1/simulateDepositERC20.js' export { - type simulateDepositETH, + simulateDepositETH, type SimulateDepositETHParameters, type SimulateDepositETHReturnType, } from './public/L1/simulateDepositETH.js'