From 501e451d18d9ffc620274d5cdd929f75e62a8954 Mon Sep 17 00:00:00 2001 From: Alex Smirnov Date: Mon, 9 May 2022 08:58:37 +0000 Subject: [PATCH] GitBook: [#165] No subject --- docs/deswap/custom-linking.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/deswap/custom-linking.md b/docs/deswap/custom-linking.md index 2fffa4e2..71f022a6 100644 --- a/docs/deswap/custom-linking.md +++ b/docs/deswap/custom-linking.md @@ -2,14 +2,14 @@ The deBridge web application allows users to create custom links with a pre-defined set of parameters using URL query parameters. Users and developers can use their own prefilled settings for deSwap exchange or dePort.​ -| Parameter | Description | -| -------------- | -------------------------------------------------------- | -| inputChain | Id of the chain where deSwap is initiated. | -| inputCurrency | Input currency that will be swapped for output currency. | -| outputChain | Id of the receiving chain | -| outputCurrency | Output currency that input currency will be swapped for. | -| r | Referral id | -| address | Recipient address | +| Parameter | Description | +| -------------- | -------------------------------------------------------------------------------------- | +| inputChain | Id of the chain where deSwap is initiated. | +| inputCurrency | Token contract address of the input currency that will be swapped for output currency. | +| outputChain | Id of the receiving chain | +| outputCurrency | Token contract address of the output currency that input currency will be swapped for. | +| r | Your generated referral code | +| address | Recipient address | ## Example