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 });