-
Notifications
You must be signed in to change notification settings - Fork 299
chore(sdk-coin-polygon): move polygon to its own module #2530
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
chore(sdk-coin-polygon): move polygon to its own module #2530
Conversation
517c3e5 to
75d7fed
Compare
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.
missing secp256k1 & bip32 from devDeps
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.
Thanks, done :)
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.
missing @bitgo/sdk-statics
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.
needs "../statics"
bitgoAaron
left a comment
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.
we need to fix missing dependencies, as well as review the CI check deps step because this should not have gotten a green build with missing @bitgo/statics
75d7fed to
ca1ef43
Compare
There was a bad check for dependencies in the dep-check. I've fixed that in the second commit of the PR. |
ca1ef43 to
5cc3255
Compare
BG-52417