Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
TucksonDev committed Feb 1, 2024
1 parent 5447e56 commit 8db15a0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion examples/create-token-bridge-eth/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 });
Expand Down

0 comments on commit 8db15a0

Please sign in to comment.