From bbb4e93363ffedb975046b09b380735b11be74a1 Mon Sep 17 00:00:00 2001 From: EmelyanenkoK Date: Thu, 17 Oct 2024 18:38:09 +0000 Subject: [PATCH] Fix labels for arbitrary order fields --- src/index.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/index.ts b/src/index.ts index 39ef5fb..ee3b15f 100644 --- a/src/index.ts +++ b/src/index.ts @@ -975,11 +975,11 @@ const orderTypes: OrderType[] = [ type: 'BOC' }, amount: { - name: 'Jetton Amount (in units)', - type: 'Jetton' + name: 'TON Amount', + type: 'TON' }, toAddress: { - name: 'To Address', + name: 'Destination Address', type: 'Address' } }, @@ -1734,4 +1734,4 @@ const processUrl = async () => { processUrl(); -window.onpopstate = () => processUrl(); \ No newline at end of file +window.onpopstate = () => processUrl();