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
666f490d
Unverified
Commit
666f490d
authored
May 07, 2023
by
mergify[bot]
Committed by
GitHub
May 07, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' into pops/test/challenger
parents
1fe64d97
352e0f52
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
tough-flies-fetch.md
.changeset/tough-flies-fetch.md
+5
-0
cross-chain-messenger.ts
packages/sdk/src/cross-chain-messenger.ts
+6
-0
No files found.
.changeset/tough-flies-fetch.md
0 → 100644
View file @
666f490d
---
'
@eth-optimism/sdk'
:
patch
---
Add warning if bedrock is not turned on
packages/sdk/src/cross-chain-messenger.ts
View file @
666f490d
...
...
@@ -144,6 +144,12 @@ export class CrossChainMessenger {
bedrock
?:
boolean
})
{
this
.
bedrock
=
opts
.
bedrock
??
false
if
(
!
this
.
bedrock
)
{
console
.
warn
(
'
Bedrock compatibility is disabled in CrossChainMessenger. Please enable it if you are using Bedrock.
'
)
}
this
.
l1SignerOrProvider
=
toSignerOrProvider
(
opts
.
l1SignerOrProvider
)
this
.
l2SignerOrProvider
=
toSignerOrProvider
(
opts
.
l2SignerOrProvider
)
...
...
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