Skip to content

Commit

Permalink
update export
Browse files Browse the repository at this point in the history
  • Loading branch information
mzywang committed Apr 3, 2024
1 parent 8c509a2 commit a55e914
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions src/mappings/pool/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import { handleBurn as handleBurnHelper } from './burn'
import { handleInitialize as handleInitializeHelper } from './initialize'
import { handleMint as handleMintHelper } from './mint'
import { handleSwap as handleSwapHelper } from './swap'
export const handleInitialize = handleInitializeHelper
export const handleMint = handleMintHelper
export const handleBurn = handleBurnHelper
export const handleSwap = handleSwapHelper
import { handleBurn } from './burn'
import { handleInitialize } from './initialize'
import { handleMint } from './mint'
import { handleSwap } from './swap'

export { handleInitialize, handleMint, handleBurn, handleSwap }

0 comments on commit a55e914

Please sign in to comment.