Skip to content

Commit c1691f9

Browse files
Will CoryWill Cory
authored andcommitted
🐛 fix: Export simulateDepositEth correctly
1 parent b7d1842 commit c1691f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/actions/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export {
2626
type SimulateDepositERC20ReturnType,
2727
} from './public/L1/simulateDepositERC20.js'
2828
export {
29-
type simulateDepositETH,
29+
simulateDepositETH,
3030
type SimulateDepositETHParameters,
3131
type SimulateDepositETHReturnType,
3232
} from './public/L1/simulateDepositETH.js'

0 commit comments

Comments
 (0)