From d734394d346efe355517efeefc87724911cf2a18 Mon Sep 17 00:00:00 2001 From: Dan Forbes Date: Thu, 12 Sep 2024 14:56:14 -0400 Subject: [PATCH] Remove Useless Links from Docs --- src/types.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/types.ts b/src/types.ts index 6c7974a..08c6edb 100644 --- a/src/types.ts +++ b/src/types.ts @@ -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; /**