Skip to content

Commit 160827d

Browse files
chore: whitespace formatting
1 parent 6b545f1 commit 160827d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/deploy/01-foreign-chain.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const deployForeignGateway: DeployFunction = async (hre: HardhatRuntimeEnvironme
5959
const { deposit, epochPeriod, homeChainId } = paramsByChainId[chainId];
6060
const bridgeAlpha = 5000;
6161
const homeChainIdAsBytes32 = hexZeroPad(homeChainId, 32);
62-
const chainIdAsBytes32 = hexZeroPad("0x"+chainId.toString(16), 32);
62+
const chainIdAsBytes32 = hexZeroPad("0x" + chainId.toString(16), 32);
6363

6464
const homeGatewayAddress = getContractAddress(deployer, nonce);
6565
console.log("calculated future HomeGatewayToEthereum address for nonce %d: %s", nonce, homeGatewayAddress);

0 commit comments

Comments
 (0)