Skip to content

Commit

Permalink
🐛 fix: Export simulateDepositEth correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Cory authored and Will Cory committed Oct 6, 2023
1 parent b7d1842 commit c1691f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit c1691f9

Please sign in to comment.