Skip to content

Commit

Permalink
remove duplicate goerli -> OP goerli contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
trmid committed Oct 11, 2023
1 parent 4c04bf5 commit e5fd0ec
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,14 +277,6 @@ function _msgSender() internal view returns (address payable _signer);

#### Ethereum Goerli -> Optimism Goerli

| Network | Contract | Address |
| --------------- | -------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
| Ethereum Goerli | [EthereumToOptimismDispatcher.sol](./src/ethereum-optimism/EthereumToOptimismDispatcher.sol) | [0x81F4056FFFa1C1fA870de40BC45c752260E3aD13](https://goerli.etherscan.io/address/0x81F4056FFFa1C1fA870de40BC45c752260E3aD13) |
| Optimism Goerli | [EthereumToOptimismExecutor](./src/ethereum-optimism/EthereumToOptimismExecutor.sol) | [0xc5165406dB791549f0D2423D1483c1EA10A3A206](https://goerli-optimism.etherscan.io/address/0xc5165406dB791549f0D2423D1483c1EA10A3A206) |
| Optimism Goerli | [Greeter](./test/contracts/Greeter.sol) | [0x50281C11B6a18d0613F507fD2E7a1ADd712De7D8](https://goerli-optimism.etherscan.io/address/0x50281C11B6a18d0613F507fD2E7a1ADd712De7D8) |

#### Ethereum Goerli -> Optimism Goerli (second deployment with custom gas limits)

| Network | Contract | Address |
| --------------- | -------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
| Ethereum Goerli | [EthereumToOptimismDispatcher.sol](./src/ethereum-optimism/EthereumToOptimismDispatcher.sol) | [0x177B14c6b571262057C3c30E3AE6bB044F62e55c](https://goerli.etherscan.io/address/0x177B14c6b571262057C3c30E3AE6bB044F62e55c) |
Expand Down

0 comments on commit e5fd0ec

Please sign in to comment.