Commit ad9ee89c authored by Will Cory's avatar Will Cory

feat(bedrock): Upgrade contract addresses for sdk

parent ebae25b4
...@@ -77,8 +77,8 @@ const getL1ContractsByNetworkName = (network: string): OEL1ContractsLike => { ...@@ -77,8 +77,8 @@ const getL1ContractsByNetworkName = (network: string): OEL1ContractsLike => {
StateCommitmentChain: getDeployedAddress('StateCommitmentChain'), StateCommitmentChain: getDeployedAddress('StateCommitmentChain'),
CanonicalTransactionChain: getDeployedAddress('CanonicalTransactionChain'), CanonicalTransactionChain: getDeployedAddress('CanonicalTransactionChain'),
BondManager: getDeployedAddress('BondManager'), BondManager: getDeployedAddress('BondManager'),
OptimismPortal: '0x5b47E1A08Ea6d985D6649300584e6722Ec4B1383' as const, OptimismPortal: getDeployedAddress('OptimismPortal'),
L2OutputOracle: '0xE6Dfba0953616Bacab0c9A8ecb3a9BBa77FC15c0' as const, L2OutputOracle: getDeployedAddress('L2OutputOracle'),
} }
} }
......
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