Skip to content

Commit

Permalink
Fix labels for arbitrary order fields
Browse files Browse the repository at this point in the history
  • Loading branch information
EmelyanenkoK committed Oct 17, 2024
1 parent ac38880 commit bbb4e93
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
},
Expand Down Expand Up @@ -1734,4 +1734,4 @@ const processUrl = async () => {

processUrl();

window.onpopstate = () => processUrl();
window.onpopstate = () => processUrl();

0 comments on commit bbb4e93

Please sign in to comment.