Skip to content

Commit

Permalink
Merge branch 'kl/custom-asset-bridging' of ssh://github.com/matter-la…
Browse files Browse the repository at this point in the history
…bs/era-contracts into ra/fix-ci-custom-asset-bridging
  • Loading branch information
kelemeno committed May 22, 2024
2 parents 7f1f024 + 95e91db commit a153aab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions l1-contracts/src.ts/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ export class Deployer {

if (this.verbose) {
console.log(`With era chain id ${eraChainId}`);
console.log(`CONTRACTS_L1_NATIVE_TOKEN_VAULT_BRIDGE_IMPL_ADDR=${contractAddress}`);
console.log(`CONTRACTS_L1_NATIVE_TOKEN_VAULT_IMPL_ADDR=${contractAddress}`);
}

this.addresses.Bridges.NativeTokenVaultImplementation = contractAddress;
Expand All @@ -667,7 +667,7 @@ export class Deployer {
);

if (this.verbose) {
console.log(`CONTRACTS_L1_NATIVE_TOKEN_VAULT_BRIDGE_PROXY_ADDR=${contractAddress}`);
console.log(`CONTRACTS_L1_NATIVE_TOKEN_VAULT_PROXY_ADDR=${contractAddress}`);
}

this.addresses.Bridges.NativeTokenVaultProxy = contractAddress;
Expand Down

0 comments on commit a153aab

Please sign in to comment.