@@ -145,7 +145,7 @@ USAGE
145145 $ airswap account:delete
146146```
147147
148- _ See code: [ src/commands/account/delete.ts] ( https://github.com/airswap/airswap-cli/blob/v1.3.8 /src/commands/account/delete.ts ) _
148+ _ See code: [ src/commands/account/delete.ts] ( https://github.com/airswap/airswap-cli/blob/v1.3.9 /src/commands/account/delete.ts ) _
149149
150150## ` airswap account:export `
151151
@@ -156,7 +156,7 @@ USAGE
156156 $ airswap account:export
157157```
158158
159- _ See code: [ src/commands/account/export.ts] ( https://github.com/airswap/airswap-cli/blob/v1.3.8 /src/commands/account/export.ts ) _
159+ _ See code: [ src/commands/account/export.ts] ( https://github.com/airswap/airswap-cli/blob/v1.3.9 /src/commands/account/export.ts ) _
160160
161161## ` airswap account:generate `
162162
@@ -167,7 +167,7 @@ USAGE
167167 $ airswap account:generate
168168```
169169
170- _ See code: [ src/commands/account/generate.ts] ( https://github.com/airswap/airswap-cli/blob/v1.3.8 /src/commands/account/generate.ts ) _
170+ _ See code: [ src/commands/account/generate.ts] ( https://github.com/airswap/airswap-cli/blob/v1.3.9 /src/commands/account/generate.ts ) _
171171
172172## ` airswap account:import `
173173
@@ -178,7 +178,7 @@ USAGE
178178 $ airswap account:import
179179```
180180
181- _ See code: [ src/commands/account/import.ts] ( https://github.com/airswap/airswap-cli/blob/v1.3.8 /src/commands/account/import.ts ) _
181+ _ See code: [ src/commands/account/import.ts] ( https://github.com/airswap/airswap-cli/blob/v1.3.9 /src/commands/account/import.ts ) _
182182
183183## ` airswap balances `
184184
@@ -189,7 +189,7 @@ USAGE
189189 $ airswap balances
190190```
191191
192- _ See code: [ src/commands/balances.ts] ( https://github.com/airswap/airswap-cli/blob/v1.3.8 /src/commands/balances.ts ) _
192+ _ See code: [ src/commands/balances.ts] ( https://github.com/airswap/airswap-cli/blob/v1.3.9 /src/commands/balances.ts ) _
193193
194194## ` airswap chain `
195195
@@ -200,7 +200,7 @@ USAGE
200200 $ airswap chain
201201```
202202
203- _ See code: [ src/commands/chain.ts] ( https://github.com/airswap/airswap-cli/blob/v1.3.8 /src/commands/chain.ts ) _
203+ _ See code: [ src/commands/chain.ts] ( https://github.com/airswap/airswap-cli/blob/v1.3.9 /src/commands/chain.ts ) _
204204
205205## ` airswap debug `
206206
@@ -211,7 +211,7 @@ USAGE
211211 $ airswap debug
212212```
213213
214- _ See code: [ src/commands/debug.ts] ( https://github.com/airswap/airswap-cli/blob/v1.3.8 /src/commands/debug.ts ) _
214+ _ See code: [ src/commands/debug.ts] ( https://github.com/airswap/airswap-cli/blob/v1.3.9 /src/commands/debug.ts ) _
215215
216216## ` airswap gas `
217217
@@ -222,7 +222,7 @@ USAGE
222222 $ airswap gas
223223```
224224
225- _ See code: [ src/commands/gas.ts] ( https://github.com/airswap/airswap-cli/blob/v1.3.8 /src/commands/gas.ts ) _
225+ _ See code: [ src/commands/gas.ts] ( https://github.com/airswap/airswap-cli/blob/v1.3.9 /src/commands/gas.ts ) _
226226
227227## ` airswap help [COMMAND] `
228228
@@ -250,7 +250,7 @@ USAGE
250250 $ airswap indexer:enable
251251```
252252
253- _ See code: [ src/commands/indexer/enable.ts] ( https://github.com/airswap/airswap-cli/blob/v1.3.8 /src/commands/indexer/enable.ts ) _
253+ _ See code: [ src/commands/indexer/enable.ts] ( https://github.com/airswap/airswap-cli/blob/v1.3.9 /src/commands/indexer/enable.ts ) _
254254
255255## ` airswap indexer:get `
256256
@@ -261,7 +261,7 @@ USAGE
261261 $ airswap indexer:get
262262```
263263
264- _ See code: [ src/commands/indexer/get.ts] ( https://github.com/airswap/airswap-cli/blob/v1.3.8 /src/commands/indexer/get.ts ) _
264+ _ See code: [ src/commands/indexer/get.ts] ( https://github.com/airswap/airswap-cli/blob/v1.3.9 /src/commands/indexer/get.ts ) _
265265
266266## ` airswap indexer:new `
267267
@@ -272,7 +272,7 @@ USAGE
272272 $ airswap indexer:new
273273```
274274
275- _ See code: [ src/commands/indexer/new.ts] ( https://github.com/airswap/airswap-cli/blob/v1.3.8 /src/commands/indexer/new.ts ) _
275+ _ See code: [ src/commands/indexer/new.ts] ( https://github.com/airswap/airswap-cli/blob/v1.3.9 /src/commands/indexer/new.ts ) _
276276
277277## ` airswap indexer:set `
278278
@@ -283,7 +283,7 @@ USAGE
283283 $ airswap indexer:set
284284```
285285
286- _ See code: [ src/commands/indexer/set.ts] ( https://github.com/airswap/airswap-cli/blob/v1.3.8 /src/commands/indexer/set.ts ) _
286+ _ See code: [ src/commands/indexer/set.ts] ( https://github.com/airswap/airswap-cli/blob/v1.3.9 /src/commands/indexer/set.ts ) _
287287
288288## ` airswap indexer:unset `
289289
@@ -294,7 +294,7 @@ USAGE
294294 $ airswap indexer:unset
295295```
296296
297- _ See code: [ src/commands/indexer/unset.ts] ( https://github.com/airswap/airswap-cli/blob/v1.3.8 /src/commands/indexer/unset.ts ) _
297+ _ See code: [ src/commands/indexer/unset.ts] ( https://github.com/airswap/airswap-cli/blob/v1.3.9 /src/commands/indexer/unset.ts ) _
298298
299299## ` airswap ip `
300300
@@ -305,7 +305,7 @@ USAGE
305305 $ airswap ip
306306```
307307
308- _ See code: [ src/commands/ip.ts] ( https://github.com/airswap/airswap-cli/blob/v1.3.8 /src/commands/ip.ts ) _
308+ _ See code: [ src/commands/ip.ts] ( https://github.com/airswap/airswap-cli/blob/v1.3.9 /src/commands/ip.ts ) _
309309
310310## ` airswap metadata:add `
311311
@@ -316,7 +316,7 @@ USAGE
316316 $ airswap metadata:add
317317```
318318
319- _ See code: [ src/commands/metadata/add.ts] ( https://github.com/airswap/airswap-cli/blob/v1.3.8 /src/commands/metadata/add.ts ) _
319+ _ See code: [ src/commands/metadata/add.ts] ( https://github.com/airswap/airswap-cli/blob/v1.3.9 /src/commands/metadata/add.ts ) _
320320
321321## ` airswap metadata:delete `
322322
@@ -327,7 +327,7 @@ USAGE
327327 $ airswap metadata:delete
328328```
329329
330- _ See code: [ src/commands/metadata/delete.ts] ( https://github.com/airswap/airswap-cli/blob/v1.3.8 /src/commands/metadata/delete.ts ) _
330+ _ See code: [ src/commands/metadata/delete.ts] ( https://github.com/airswap/airswap-cli/blob/v1.3.9 /src/commands/metadata/delete.ts ) _
331331
332332## ` airswap metadata:lookup `
333333
@@ -338,7 +338,7 @@ USAGE
338338 $ airswap metadata:lookup
339339```
340340
341- _ See code: [ src/commands/metadata/lookup.ts] ( https://github.com/airswap/airswap-cli/blob/v1.3.8 /src/commands/metadata/lookup.ts ) _
341+ _ See code: [ src/commands/metadata/lookup.ts] ( https://github.com/airswap/airswap-cli/blob/v1.3.9 /src/commands/metadata/lookup.ts ) _
342342
343343## ` airswap metadata:update `
344344
@@ -349,7 +349,7 @@ USAGE
349349 $ airswap metadata:update
350350```
351351
352- _ See code: [ src/commands/metadata/update.ts] ( https://github.com/airswap/airswap-cli/blob/v1.3.8 /src/commands/metadata/update.ts ) _
352+ _ See code: [ src/commands/metadata/update.ts] ( https://github.com/airswap/airswap-cli/blob/v1.3.9 /src/commands/metadata/update.ts ) _
353353
354354## ` airswap order:best `
355355
@@ -360,7 +360,7 @@ USAGE
360360 $ airswap order:best
361361```
362362
363- _ See code: [ src/commands/order/best.ts] ( https://github.com/airswap/airswap-cli/blob/v1.3.8 /src/commands/order/best.ts ) _
363+ _ See code: [ src/commands/order/best.ts] ( https://github.com/airswap/airswap-cli/blob/v1.3.9 /src/commands/order/best.ts ) _
364364
365365## ` airswap order:get `
366366
@@ -371,7 +371,7 @@ USAGE
371371 $ airswap order:get
372372```
373373
374- _ See code: [ src/commands/order/get.ts] ( https://github.com/airswap/airswap-cli/blob/v1.3.8 /src/commands/order/get.ts ) _
374+ _ See code: [ src/commands/order/get.ts] ( https://github.com/airswap/airswap-cli/blob/v1.3.9 /src/commands/order/get.ts ) _
375375
376376## ` airswap quote:best `
377377
@@ -382,7 +382,7 @@ USAGE
382382 $ airswap quote:best
383383```
384384
385- _ See code: [ src/commands/quote/best.ts] ( https://github.com/airswap/airswap-cli/blob/v1.3.8 /src/commands/quote/best.ts ) _
385+ _ See code: [ src/commands/quote/best.ts] ( https://github.com/airswap/airswap-cli/blob/v1.3.9 /src/commands/quote/best.ts ) _
386386
387387## ` airswap quote:get `
388388
@@ -393,7 +393,7 @@ USAGE
393393 $ airswap quote:get
394394```
395395
396- _ See code: [ src/commands/quote/get.ts] ( https://github.com/airswap/airswap-cli/blob/v1.3.8 /src/commands/quote/get.ts ) _
396+ _ See code: [ src/commands/quote/get.ts] ( https://github.com/airswap/airswap-cli/blob/v1.3.9 /src/commands/quote/get.ts ) _
397397
398398## ` airswap quote:max `
399399
@@ -404,7 +404,7 @@ USAGE
404404 $ airswap quote:max
405405```
406406
407- _ See code: [ src/commands/quote/max.ts] ( https://github.com/airswap/airswap-cli/blob/v1.3.8 /src/commands/quote/max.ts ) _
407+ _ See code: [ src/commands/quote/max.ts] ( https://github.com/airswap/airswap-cli/blob/v1.3.9 /src/commands/quote/max.ts ) _
408408
409409## ` airswap token:approve `
410410
@@ -415,7 +415,7 @@ USAGE
415415 $ airswap token:approve
416416```
417417
418- _ See code: [ src/commands/token/approve.ts] ( https://github.com/airswap/airswap-cli/blob/v1.3.8 /src/commands/token/approve.ts ) _
418+ _ See code: [ src/commands/token/approve.ts] ( https://github.com/airswap/airswap-cli/blob/v1.3.9 /src/commands/token/approve.ts ) _
419419
420420## ` airswap token:transfer `
421421
@@ -426,7 +426,7 @@ USAGE
426426 $ airswap token:transfer
427427```
428428
429- _ See code: [ src/commands/token/transfer.ts] ( https://github.com/airswap/airswap-cli/blob/v1.3.8 /src/commands/token/transfer.ts ) _
429+ _ See code: [ src/commands/token/transfer.ts] ( https://github.com/airswap/airswap-cli/blob/v1.3.9 /src/commands/token/transfer.ts ) _
430430
431431## ` airswap weth:deposit `
432432
@@ -437,7 +437,7 @@ USAGE
437437 $ airswap weth:deposit
438438```
439439
440- _ See code: [ src/commands/weth/deposit.ts] ( https://github.com/airswap/airswap-cli/blob/v1.3.8 /src/commands/weth/deposit.ts ) _
440+ _ See code: [ src/commands/weth/deposit.ts] ( https://github.com/airswap/airswap-cli/blob/v1.3.9 /src/commands/weth/deposit.ts ) _
441441
442442## ` airswap weth:withdraw `
443443
@@ -448,5 +448,5 @@ USAGE
448448 $ airswap weth:withdraw
449449```
450450
451- _ See code: [ src/commands/weth/withdraw.ts] ( https://github.com/airswap/airswap-cli/blob/v1.3.8 /src/commands/weth/withdraw.ts ) _
451+ _ See code: [ src/commands/weth/withdraw.ts] ( https://github.com/airswap/airswap-cli/blob/v1.3.9 /src/commands/weth/withdraw.ts ) _
452452<!-- commandsstop -->
0 commit comments