@@ -40,13 +40,13 @@ pnpm mint \
4040 < nonce>
4141```
4242
43- | Argument | Description |
44- | ----------| -------------|
45- | ` sender_address ` | Benefactor wallet address |
46- | ` amount_usdc ` | Amount of USDC to deposit (e.g., ` 1 ` for 1 USDC) |
47- | ` expiry_minutes ` | Order expiry in minutes from now |
48- | ` min_amount_out ` | Minimum SUI_USDE to receive (6 decimals) |
49- | ` nonce ` | Unique order identifier |
43+ | Argument | Description |
44+ | ---------------- | ------------------------------------------------ |
45+ | ` sender_address ` | Benefactor wallet address |
46+ | ` amount_usdc ` | Amount of USDC to deposit (e.g., ` 1 ` for 1 USDC) |
47+ | ` expiry_minutes ` | Order expiry in minutes from now |
48+ | ` min_amount_out ` | Minimum SUI_USDE to receive (6 decimals) |
49+ | ` nonce ` | Unique order identifier |
5050
5151** Example:**
5252
@@ -67,13 +67,13 @@ pnpm redeem \
6767 < nonce>
6868```
6969
70- | Argument | Description |
71- | ----------| -------------|
72- | ` sender_address ` | Benefactor wallet address |
70+ | Argument | Description |
71+ | ---------------- | ---------------------------------------------------- |
72+ | ` sender_address ` | Benefactor wallet address |
7373| ` amount_suiusde ` | Amount of SUI_USDE to redeem (e.g., ` 1 ` for 1 token) |
74- | ` expiry_minutes ` | Order expiry in minutes from now |
75- | ` min_amount_out ` | Minimum USDC to receive (6 decimals) |
76- | ` nonce ` | Unique order identifier |
74+ | ` expiry_minutes ` | Order expiry in minutes from now |
75+ | ` min_amount_out ` | Minimum USDC to receive (6 decimals) |
76+ | ` nonce ` | Unique order identifier |
7777
7878** Example:**
7979
0 commit comments