Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
3f8da2de
Unverified
Commit
3f8da2de
authored
Jan 12, 2023
by
Mark Tyneway
Committed by
GitHub
Jan 12, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4698 from ethereum-optimism/fix/goerli-addrs
sdk: add in bedrock addresses
parents
7efde787
3f4b3c32
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
new-actors-yawn.md
.changeset/new-actors-yawn.md
+5
-0
chain-constants.ts
packages/sdk/src/utils/chain-constants.ts
+2
-2
No files found.
.changeset/new-actors-yawn.md
0 → 100644
View file @
3f8da2de
---
'
@eth-optimism/sdk'
:
minor
---
Add in goerli bedrock addresses
packages/sdk/src/utils/chain-constants.ts
View file @
3f8da2de
...
...
@@ -72,8 +72,8 @@ const getL1ContractsByNetworkName = (network: string): OEL1ContractsLike => {
StateCommitmentChain
:
getDeployedAddress
(
'
StateCommitmentChain
'
),
CanonicalTransactionChain
:
getDeployedAddress
(
'
CanonicalTransactionChain
'
),
BondManager
:
getDeployedAddress
(
'
BondManager
'
),
OptimismPortal
:
'
0x
0000000000000000000000000000000000000000
'
as
const
,
L2OutputOracle
:
'
0x
000000000000000000000000000000000000000
0
'
as
const
,
OptimismPortal
:
'
0x
5b47E1A08Ea6d985D6649300584e6722Ec4B1383
'
as
const
,
L2OutputOracle
:
'
0x
E6Dfba0953616Bacab0c9A8ecb3a9BBa77FC15c
0
'
as
const
,
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment