-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to [email protected], [email protected], [email protected] & volta-cli/action@v4 #577
Conversation
✅ Deploy Preview for jolly-shaw-20fe62 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
43bd8e5
to
8fbc49d
Compare
201d7a9
to
57db431
Compare
Co-authored-by: wildmolasses <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can remove these unknowns
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR LGTM. One question: I see you linked #575 here. Now that we're on nodejs 18 which has fetch
, is the plan to make the corresponding umbra-js updates in a separate PR, or was that intended for this PR? I think there might only be one typeof window !== 'undefined'
check that needs to be removed
I'll unlink the issue and remove that line in a separate PR! Wanna do some testing to make sure all is well after the changes. |
In addition to the packages mentioned in the title, we're now using the new
@typechain/hardhat
package instead of the archieved hardhat-typechain.We're using hardhat version
2.17.1
inumbra-js
and using hardhat versions^2.17.1
incontracts-core
to avoid the error that we get when both are set to^2.17.1
, which is whenyarn test
is run insideumbra-js
:Umbra.ts
,Umbra.test.ts
to use the new naming convention intypechain
files.