From 84344ad323697a1937bb0f2ad8ec7b458661820d Mon Sep 17 00:00:00 2001 From: Alex Smirnov Date: Sun, 3 Nov 2024 23:24:14 +0000 Subject: [PATCH] GITBOOK-360: change request with no subject merged in GitBook --- .../deployed-contracts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dln-the-debridge-liquidity-network-protocol/deployed-contracts.md b/docs/dln-the-debridge-liquidity-network-protocol/deployed-contracts.md index b9e14928..2907dbb2 100644 --- a/docs/dln-the-debridge-liquidity-network-protocol/deployed-contracts.md +++ b/docs/dln-the-debridge-liquidity-network-protocol/deployed-contracts.md @@ -27,7 +27,7 @@ DLN Source | `DlnDestination` | `0xe7351fd770a37282b91d153ee690b63579d6dd7f` | Used to fulfill and cancel orders placed on DLN | | `DlnExternalCallAdapter` | `0x61eF2e01E603aEB5Cd96F9eC9AE76cc6A68f6cF9` | Intermediary store and the engine for [DLN Hooks](debridge-hooks.md) that implement `IExternalCallExecutor` (see below) | | `ExternalCallExecutor` | `0xFC2CA4022d26AD4dCb3866ae30669669F6A28f19` | [Universal DLN Hook](protocol-specs/hook-data/anatomy-of-a-hook-for-the-evm-based-chains.md) (implementing `IExternalCallExecutor`) that executes arbitrary transaction calls bypassed via a payload | -| `CrosschainForwarder` | `0x663dc15d3c1ac63ff12e45ab68fea3f0a883c251` | Intermediary smart contract used exclusively by the DLN API to sell input assets for trusted liquid assets prior order created, if necessary. | +| `CrosschainForwarder` | `0x663dc15d3c1ac63ff12e45ab68fea3f0a883c251` | Intermediary smart contract used exclusively by the DLN API to sell input asset for one of the settlement assets prior to order creation, if necessary. | #### **ABIs and interfaces**