Skip to content

Commit

Permalink
contracts-bedrock: remove dead deploy configs (#10512)
Browse files Browse the repository at this point in the history
* contracts-bedrock: remove dead deploy configs

Removes dead deploy configs from `contracts-bedrock`. This
sort of information is now in `superchain-registry`, so there
is no reason to keep it around in `contracts-bedrock`.

* imports: delete dead imports
  • Loading branch information
tynes authored May 16, 2024
1 parent db82b31 commit 020bdf1
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 349 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import { getChainId, compareAddrs } from '@eth-optimism/core-utils'
import { Provider, TransactionResponse } from '@ethersproject/abstract-provider'
import mainnetConfig from '@eth-optimism/contracts-bedrock/deploy-config/mainnet.json'
import sepoliaConfig from '@eth-optimism/contracts-bedrock/deploy-config/sepolia.json'
import goerliConfig from '@eth-optimism/contracts-bedrock/deploy-config/goerli.json'

import { version } from '../../package.json'

Expand All @@ -31,10 +30,6 @@ const networks = {
name: 'op-sepolia',
l1StartingBlockTag: null,
},
5: {
name: 'goerli',
l1StartingBlockTag: goerliConfig.l1StartingBlockTag,
},
420: {
name: 'op-goerli',
l1StartingBlockTag: null,
Expand Down
17 changes: 0 additions & 17 deletions packages/chain-mon/contrib/wallet-mon/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import {
import { getChainId, compareAddrs } from '@eth-optimism/core-utils'
import { Provider, TransactionResponse } from '@ethersproject/abstract-provider'
import mainnetConfig from '@eth-optimism/contracts-bedrock/deploy-config/mainnet.json'
import goerliConfig from '@eth-optimism/contracts-bedrock/deploy-config/goerli.json'

import { version } from '../../package.json'

Expand All @@ -30,22 +29,6 @@ const networks = {
},
],
},
10: {
name: 'goerli',
l1StartingBlockTag: goerliConfig.l1StartingBlockTag,
accounts: [
{
label: 'Proposer',
wallet: goerliConfig.l2OutputOracleProposer,
target: '0xE6Dfba0953616Bacab0c9A8ecb3a9BBa77FC15c0',
},
{
label: 'Batcher',
wallet: goerliConfig.batchSenderAddress,
target: goerliConfig.batchInboxAddress,
},
],
},
}

type WalletMonOptions = {
Expand Down
61 changes: 0 additions & 61 deletions packages/contracts-bedrock/deploy-config/base-sepolia.json

This file was deleted.

60 changes: 0 additions & 60 deletions packages/contracts-bedrock/deploy-config/goerli.json

This file was deleted.

45 changes: 0 additions & 45 deletions packages/contracts-bedrock/deploy-config/pgn-sepolia.json

This file was deleted.

38 changes: 0 additions & 38 deletions packages/contracts-bedrock/deploy-config/pgn.json

This file was deleted.

38 changes: 0 additions & 38 deletions packages/contracts-bedrock/deploy-config/zora-goerli.json

This file was deleted.

47 changes: 0 additions & 47 deletions packages/contracts-bedrock/deploy-config/zora-sepolia.json

This file was deleted.

38 changes: 0 additions & 38 deletions packages/contracts-bedrock/deploy-config/zora.json

This file was deleted.

0 comments on commit 020bdf1

Please sign in to comment.