feat(sdk): Update the Goerli SCC contract address to the new value#3082
feat(sdk): Update the Goerli SCC contract address to the new value#3082mergify[bot] merged 3 commits intodevelopfrom
Conversation
🦋 Changeset detectedLatest commit: 7b21c1d The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
This PR changes implementation code, but doesn't include a changeset. Did you forget to add one? |
|
Excited for this to get merged! As a developer who uses the SDK and is trying to migrate from Kovan to Goerli, having to wait hours to confirm messages sent from Goerli Optimism to Goerli is a large blocker. Hopefully this gets resolved and merged soon, and we can fully migrate to Goerli! |
|
You don't need to wait for it to be merged. As a workaround until the SDK
is updated, you can go to ***@***.***/sdk/dist/util` and edit
`contracts.js` to replace `0x72281826E90dD8A65Ab686fF254eb45Be426DD22` with
`0x9c945aC97Baf48cB784AbBB61399beB71aF7A378`.
Then you can follow the directions at
https://github.com/ethereum-optimism/optimism-tutorial/blob/2d1cafb02ce02cb396f65e9f66c66c81b3aaf878/cross-dom-comm/README.md
.
For an explanation of wait times, see
https://github.com/ethereum-optimism/community-hub/blob/f9343d0f06a77b62d3adc2c43a23ebf7930d6293/src/docs/developers/bridge/messaging.md#for-optimism-l2-to-ethereum-l1-transactions
…On Fri, Jul 22, 2022 at 5:50 PM chrismin ***@***.***> wrote:
Excited for this to get merged! As a developer who uses the SDK and is
trying to migrate from Kovan to Goerli, having to wait hours to confirm
messages sent from Goerli Optimism to Goerli is a large blocker. Hopefully
this gets resolved and merged soon, and we can fully migrate to Goerli!
—
Reply to this email directly, view it on GitHub
<#3082 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADBCGGIOMVJZHRKKVVBZZS3VVMQT5ANCNFSM54JORTVQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
|
This PR has been added to the merge queue, and will be merged soon. |
|
This PR is next in line to be merged, and will be merged as soon as checks pass. |
1 similar comment
|
This PR is next in line to be merged, and will be merged as soon as checks pass. |
…3082) * feat(sdk): Update the Goerli SCC contract address to the new value * feat(sdk): Bump the SDK version to 1.3.1 Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
…3082) * feat(sdk): Update the Goerli SCC contract address to the new value * feat(sdk): Bump the SDK version to 1.3.1 Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
…3082) * feat(sdk): Update the Goerli SCC contract address to the new value * feat(sdk): Bump the SDK version to 1.3.1 Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This requires revving up the SDK, which I don't know how to do.