We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5913599 + 1a9ba31 commit f5cbbd0Copy full SHA for f5cbbd0
1 file changed
src/index.ts
@@ -27,7 +27,10 @@ export {
27
GetL1L3DepositStatusParams,
28
} from './lib/assetBridger/l1l3Bridger'
29
export { EthBridger } from './lib/assetBridger/ethBridger'
30
-export { Erc20Bridger } from './lib/assetBridger/erc20Bridger'
+export {
31
+ Erc20Bridger,
32
+ AdminErc20Bridger,
33
+} from './lib/assetBridger/erc20Bridger'
34
export {
35
ChildTransactionReceipt,
36
ChildContractTransaction,
0 commit comments