From 90f11bab9fa24153339f977d1dde302c442779fc Mon Sep 17 00:00:00 2001 From: Vladimir Borovik Date: Tue, 25 Jun 2024 21:28:18 +0300 Subject: [PATCH] comments --- src/cross-chain-order/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cross-chain-order/types.ts b/src/cross-chain-order/types.ts index 96b2df0..6fb5b3f 100644 --- a/src/cross-chain-order/types.ts +++ b/src/cross-chain-order/types.ts @@ -28,7 +28,7 @@ export type CrossChainOrderInfo = { maker: Address salt?: bigint /** - * Destination chain address + * Destination chain receiver address * * If not set, then `maker` used */