Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
StanislavBreadless committed Sep 20, 2024
1 parent cd7f4b7 commit 1d59287
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/l1-contracts-foundry-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Build l2 artifacts
run: yarn l2 build

- name: Build da-contracts artifacts
run: yarn da build:foundry

Expand Down
4 changes: 2 additions & 2 deletions l1-contracts/src.ts/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1491,7 +1491,7 @@ export class Deployer {
const l2SharedBridgeImplAddress = computeL2Create2Address(
this.deployWallet.address,
l2SharedBridgeImplementationBytecode,
'0x',
"0x",
ethers.constants.HashZero
);

Expand Down Expand Up @@ -1558,7 +1558,7 @@ export class Deployer {
const l2SharedBridgeImplAddress = computeL2Create2Address(
this.deployWallet.address,
l2SharedBridgeImplementationBytecode,
'0x',
"0x",
ethers.constants.HashZero
);
this.addresses.Bridges.L2LegacySharedBridgeImplementation = l2SharedBridgeImplAddress;
Expand Down
2 changes: 1 addition & 1 deletion l1-contracts/test/test_config/constant/hardhat.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@
"decimals": 18,
"address": "0x6930c5c3421a666d6642FafBe750B1D0B42197c6"
}
]
]

0 comments on commit 1d59287

Please sign in to comment.