Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Rice <[email protected]>
  • Loading branch information
mrice32 committed Aug 22, 2023
1 parent 10534c1 commit 7f26b12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/002_deploy_optimism_adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
await deploy("Optimism_Adapter", {
from: deployer,
log: true,
skipIfAlreadyDeployed: false,
skipIfAlreadyDeployed: true,
args: [
L1_ADDRESS_MAP[chainId].weth,
L1_ADDRESS_MAP[chainId].optimismCrossDomainMessenger,
Expand Down
2 changes: 1 addition & 1 deletion deploy/024_deploy_base_adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
await deploy("Base_Adapter", {
from: deployer,
log: true,
skipIfAlreadyDeployed: false,
skipIfAlreadyDeployed: true,
args: [
L1_ADDRESS_MAP[chainId].weth,
L1_ADDRESS_MAP[chainId].baseCrossDomainMessenger,
Expand Down

0 comments on commit 7f26b12

Please sign in to comment.