Skip to content

Commit

Permalink
feat: export admin erc-20 bridger (#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
spsjvc authored Nov 5, 2024
1 parent 764987c commit 4fb3bcb
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 @@ -21,7 +21,10 @@ export {
EthL1L3Bridger,
} from './lib/assetBridger/l1l3Bridger'
export { EthBridger } from './lib/assetBridger/ethBridger'
export { Erc20Bridger } from './lib/assetBridger/erc20Bridger'
export {
Erc20Bridger,
AdminErc20Bridger,
} from './lib/assetBridger/erc20Bridger'
export {
L2TransactionReceipt,
L2ContractTransaction,
Expand Down

0 comments on commit 4fb3bcb

Please sign in to comment.