Skip to content

Commit

Permalink
chore: export AdminErc20Bridger
Browse files Browse the repository at this point in the history
  • Loading branch information
TucksonDev committed Nov 5, 2024
1 parent 5913599 commit eec055a
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 eec055a

Please sign in to comment.