Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Remove brain webpack #101

Merged
merged 1 commit into from
Jun 29, 2023
Merged

Remove brain webpack #101

merged 1 commit into from
Jun 29, 2023

Conversation

dsimog01
Copy link
Contributor

Webpack in brain is causing ethers library to fail in the web3signer package. It is used to retrieve fee recipient for keystores registered in stakehouse protocol:

Error: could not detect network (event="noNetwork", code=NETWORK_ERROR, version=providers/5.7.2)
    at Logger.makeError (file:///app/index.js:2888:23)
    at Logger.throwError (file:///app/index.js:2897:20)
    at JsonRpcProvider.<anonymous> (file:///app/index.js:6411:27)
    at Generator.throw (<anonymous>)
    at rejected (file:///app/index.js:5975:65) {
  reason: 'could not detect network',
  code: 'NETWORK_ERROR',
  event: 'noNetwork'
}```

Removing webpack fixes the issue

@dsimog01 dsimog01 merged commit bfa3c7a into master Jun 29, 2023
@dsimog01 dsimog01 deleted the diego/remove-bran-webpack branch June 29, 2023 11:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants