From 2e353856561758e2b8eb5ee08c2a6446299f2586 Mon Sep 17 00:00:00 2001 From: Sebastian Scatularo Date: Tue, 7 Nov 2023 16:35:55 -0300 Subject: [PATCH] run prettier --- src/assets/providers/tbtc/solana/WormholeGateway.v2.ts | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/assets/providers/tbtc/solana/WormholeGateway.v2.ts b/src/assets/providers/tbtc/solana/WormholeGateway.v2.ts index a336ee9de..caba8a1ed 100644 --- a/src/assets/providers/tbtc/solana/WormholeGateway.v2.ts +++ b/src/assets/providers/tbtc/solana/WormholeGateway.v2.ts @@ -179,11 +179,17 @@ function sendTbtcWrapped( return tx; } -const CANNONICAL_CHAINS: number[] = [CHAIN_ID_POLYGON, CHAIN_ID_OPTIMISM, CHAIN_ID_ARBITRUM, CHAIN_ID_BASE, CHAIN_ID_SOLANA]; +const CANNONICAL_CHAINS: number[] = [ + CHAIN_ID_POLYGON, + CHAIN_ID_OPTIMISM, + CHAIN_ID_ARBITRUM, + CHAIN_ID_BASE, + CHAIN_ID_SOLANA, +]; const isCanonical = (chainId: number) => { return CANNONICAL_CHAINS.includes(chainId); -} +}; /** * Send tBtc beween gateways allow burn and mint of tBtc