fix linting

This commit is contained in:
Tommy Verrall
2023-12-08 14:19:58 +01:00
parent 2d57ed49e8
commit 866309cedf
+1 -1
View File
@@ -69,7 +69,7 @@ export const simulateVestingUpdateGatewayConfig = async (update: GatewayConfigUp
export const simulateWithdrawVestedCoins = async (args: any) =>
invokeWrapper<FeeDetails>('simulate_withdraw_vested_coins', args);
export const simulateSend = async ({ address, amount, memo }: { address: string; amount: DecCoin; memo: string }) =>
export const simulateSend = async ({ address, amount, memo }: { address: string; amount: DecCoin; memo: string }) =>
invokeWrapper<FeeDetails>('simulate_send', { address, amount, memo });
export const getCustomFees = async ({ feesAmount }: { feesAmount: DecCoin }) =>