Skip to content

Commit

Permalink
Merge branch 'v3'
Browse files Browse the repository at this point in the history
  • Loading branch information
spsjvc committed Nov 5, 2024
2 parents 5913599 + 1a9ba31 commit f5cbbd0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ export {
GetL1L3DepositStatusParams,
} from './lib/assetBridger/l1l3Bridger'
export { EthBridger } from './lib/assetBridger/ethBridger'
export { Erc20Bridger } from './lib/assetBridger/erc20Bridger'
export {
Erc20Bridger,
AdminErc20Bridger,
} from './lib/assetBridger/erc20Bridger'
export {
ChildTransactionReceipt,
ChildContractTransaction,
Expand Down

0 comments on commit f5cbbd0

Please sign in to comment.