Skip to content

ops: fix chainid to work with ethers ledger#2380

Merged
mergify[bot] merged 2 commits intodevelopfrom
fix/chain-id
Mar 31, 2022
Merged

ops: fix chainid to work with ethers ledger#2380
mergify[bot] merged 2 commits intodevelopfrom
fix/chain-id

Conversation

@tynes
Copy link
Contributor

@tynes tynes commented Mar 30, 2022

Description

Previously the chainid was too large for the ledger package to
work. This is due to ethers using an old version of the ledger
package. There is an unresolved open issue here:
ethers-io/ext-signer-ledger#6

This updates the chainid to 17 to get around this issue.
This chain id is used by ThaiChain 2.0 ThaiFi which
has very little activity.
https://exp.thaifi.com/

It also lints the docker compose file to use '
consistently

@changeset-bot
Copy link

changeset-bot bot commented Mar 30, 2022

🦋 Changeset detected

Latest commit: 16486f1

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@eth-optimism/integration-tests Patch

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

Copy link
Contributor

@optimisticben optimisticben left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds 🥴 to me!

@github-actions github-actions bot added the A-integration Area: integration tests label Mar 31, 2022
Previously the chainid was too large for the ledger package to
work. This is due to ethers using an old version of the ledger
package. There is an unresolved open issue here:
https://github.com/ethers-io/ethers.js/issues/1365

This updates the chainid to 17 to get around this issue.
This chain id is used by ThaiChain 2.0 ThaiFi which
has very little activity.
https://exp.thaifi.com/

It also lints the docker compose file to use `'`
consistently
@mergify mergify bot requested a review from Inphi March 31, 2022 19:03
@mergify mergify bot merged commit 5bf390b into develop Mar 31, 2022
@mergify mergify bot deleted the fix/chain-id branch March 31, 2022 20:41
@mslipper mslipper mentioned this pull request Apr 1, 2022
nebojsa94 pushed a commit to Tenderly/optimism that referenced this pull request Apr 26, 2022
Previously the chainid was too large for the ledger package to
work. This is due to ethers using an old version of the ledger
package. There is an unresolved open issue here:
https://github.com/ethers-io/ethers.js/issues/1365

This updates the chainid to 17 to get around this issue.
This chain id is used by ThaiChain 2.0 ThaiFi which
has very little activity.
https://exp.thaifi.com/

It also lints the docker compose file to use `'`
consistently

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-integration Area: integration tests A-ops Area: ops

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants