Skip to content

Commit

Permalink
feat(ctb): Remove final-migration-rehearsal config
Browse files Browse the repository at this point in the history
Remove network config code, and deploy config files which
were used for the goerli migration rehearsal and are no longer need.

The corresponding deploy artifacts were deleted in a previous PR.
  • Loading branch information
maurelian committed May 12, 2023
1 parent e5fc896 commit 1daac2e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 54 deletions.

This file was deleted.

This file was deleted.

10 changes: 0 additions & 10 deletions packages/contracts-bedrock/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,6 @@ const config: HardhatUserConfig = {
accounts: [process.env.PRIVATE_KEY_DEPLOYER || ethers.constants.HashZero],
live: true,
},
'final-migration-rehearsal': {
chainId: 5,
url: process.env.L1_RPC || '',
accounts: [process.env.PRIVATE_KEY_DEPLOYER || ethers.constants.HashZero],
live: true,
},
'internal-devnet': {
chainId: 5,
url: process.env.L1_RPC || '',
Expand Down Expand Up @@ -149,10 +143,6 @@ const config: HardhatUserConfig = {
'../contracts/deployments/goerli',
'../contracts-periphery/deployments/goerli',
],
'final-migration-rehearsal': [
'../contracts/deployments/goerli',
'../contracts-periphery/deployments/goerli',
],
},
},
solidity: {
Expand Down

0 comments on commit 1daac2e

Please sign in to comment.