Commit 3f8da2de authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Merge pull request #4698 from ethereum-optimism/fix/goerli-addrs

sdk: add in bedrock addresses
parents 7efde787 3f4b3c32
---
'@eth-optimism/sdk': minor
---
Add in goerli bedrock addresses
......@@ -72,8 +72,8 @@ const getL1ContractsByNetworkName = (network: string): OEL1ContractsLike => {
StateCommitmentChain: getDeployedAddress('StateCommitmentChain'),
CanonicalTransactionChain: getDeployedAddress('CanonicalTransactionChain'),
BondManager: getDeployedAddress('BondManager'),
OptimismPortal: '0x0000000000000000000000000000000000000000' as const,
L2OutputOracle: '0x0000000000000000000000000000000000000000' as const,
OptimismPortal: '0x5b47E1A08Ea6d985D6649300584e6722Ec4B1383' as const,
L2OutputOracle: '0xE6Dfba0953616Bacab0c9A8ecb3a9BBa77FC15c0' as const,
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment