Skip to content

Commit

Permalink
Remove Useless Links from Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
danforbes committed Sep 12, 2024
1 parent cb3acff commit d734394
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -651,14 +651,14 @@ export type DepositTransactionDetails = {
bridgeAddress?: Address;
/**
* Whether or not token approval should be performed under the hood.
* Set this flag to true if you bridge an ERC20 token and didn't call the {@link approveERC20}
* Set this flag to true if you bridge an ERC20 token and didn't call the `approveERC20`
* function beforehand.
*/
approveERC20?: boolean;
/**
* Whether or not base token approval should be performed under the hood.
* Set this flag to true if you bridge a base token and didn't call the {@link approveERC20}
* function beforehand.
* Set this flag to true if you bridge a base token and didn't call the `approveERC20` function
* beforehand.
*/
approveBaseERC20?: boolean;
/**
Expand Down

0 comments on commit d734394

Please sign in to comment.