Skip to content

Commit

Permalink
fix: export get/set allowance functions
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed May 20, 2024
1 parent e03ff83 commit d573a1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
export * from '@lifi/types'
export { config } from './config.js'
export { EVM } from './core/EVM/EVM.js'
export { getTokenAllowance } from './core/EVM/getAllowance.js'
export { setTokenAllowance } from './core/EVM/setAllowance.js'
export type {
MultisigConfig,
MultisigTransaction,
Expand Down

0 comments on commit d573a1e

Please sign in to comment.