From 8db15a0dffc22f45f4eb9e8ab020f86990fa2273 Mon Sep 17 00:00:00 2001 From: TucksonDev Date: Thu, 1 Feb 2024 20:55:26 +0000 Subject: [PATCH] Format --- examples/create-token-bridge-eth/index.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/examples/create-token-bridge-eth/index.ts b/examples/create-token-bridge-eth/index.ts index f5a6c026..a6fb80cb 100644 --- a/examples/create-token-bridge-eth/index.ts +++ b/examples/create-token-bridge-eth/index.ts @@ -113,7 +113,11 @@ async function main() { await parentChainPublicClient.waitForTransactionReceipt({ hash: setWethGatewayTxHash }), ); - console.log(`Weth gateway set in ${getBlockExplorerUrl(parentChain)}/tx/${setWethGatewayTxReceipt.transactionHash}`); + console.log( + `Weth gateway set in ${getBlockExplorerUrl(parentChain)}/tx/${ + setWethGatewayTxReceipt.transactionHash + }`, + ); // Wait for retryables to execute await setWethGatewayTxReceipt.waitForRetryables({ orbitPublicClient: childChainPublicClient });