Skip to content

Commit

Permalink
export new hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
nitaliano committed Dec 12, 2024
1 parent 9a630ce commit cff29b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/wagmi/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// hooks
export { useRelayL2ToL2Message } from '@/hooks/useRelayL2ToL2Message.js'
export { useSendL2ToL2Message } from '@/hooks/useSendL2ToL2Message.js'
export { useCrossChainSendETH } from '@/hooks/useCrossChainSendETH.js'
export { useSendSupERC20 } from '@/hooks/useSendSupERC20.js'
export { useSendSuperchainWETH } from '@/hooks/useSendSuperchainWETH.js'

0 comments on commit cff29b9

Please sign in to comment.