From 6f05570e6e26b5d039ec6d9cccd725efb2fc9eae Mon Sep 17 00:00:00 2001 From: npty Date: Mon, 5 Aug 2024 16:44:57 +0700 Subject: [PATCH] chore: prettier --- sui/gas-service.js | 2 +- sui/types-utils.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sui/gas-service.js b/sui/gas-service.js index ba43f0ca..0d4b64b6 100644 --- a/sui/gas-service.js +++ b/sui/gas-service.js @@ -176,7 +176,7 @@ if (require.main === module) { .description('Pay gas for the new contract call.') .option('--refundAddress ', 'Refund address. Default is the sender address.') .requiredOption('--amount ', 'Amount to pay gas', parseSuiUnitAmount) - .option('--params ', 'Params. Default is empty.', "0x") + .option('--params ', 'Params. Default is empty.', '0x') .action((destinationChain, destinationAddress, channelId, payload, options) => { mainProcessor(options, [destinationChain, destinationAddress, channelId, payload], processCommand, payGas); }); diff --git a/sui/types-utils.js b/sui/types-utils.js index e671f191..afa87595 100644 --- a/sui/types-utils.js +++ b/sui/types-utils.js @@ -84,8 +84,8 @@ const discoveryStruct = bcs.struct('Discovery', { }); const bagStruct = bcs.struct('Bag', { - id: UID, - size: bcs.U64, + id: UID, + size: bcs.U64, }); const operatorsStruct = bcs.struct('Operators', {