-
Notifications
You must be signed in to change notification settings - Fork 115
[DO NOT MERGE]: EVM Extension and new extension methods #915
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
base: master
Are you sure you want to change the base?
Conversation
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.
LGTM, just the compatible test and one NIT
packages/magic-sdk/src/index.ts
Outdated
@@ -11,7 +11,7 @@ export * from '@magic-sdk/commons'; | |||
export const Magic = createSDK(SDKBase, { | |||
platform: 'web', | |||
sdkName: 'magic-sdk', | |||
version: process.env.WEB_VERSION!, | |||
version: '30.0.0', |
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.
IMPORTANT: Revert this change before publishing
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "@magic-sdk/react-native-bare", | |||
"version": "30.4.2", | |||
"version": "31.0.0", |
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.
Revert this before merging
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "@magic-sdk/react-native-expo", | |||
"version": "30.4.2", | |||
"version": "31.0.0", |
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.
Revert this before merging
f00713f
to
fc2a328
Compare
@@ -11,7 +11,7 @@ export * from '@magic-sdk/commons'; | |||
export const Magic = createSDK(SDKBase, { | |||
platform: 'web', | |||
sdkName: 'magic-sdk', | |||
version: process.env.WEB_VERSION!, | |||
version: '31.0.0', |
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.
Revert this before merging
π¦ Pull Request
[Provide a general summary of the pull request here.]
β Fixed Issues
getPublicAddress
for multichain extensionsπ¨ Test instructions
[Describe any additional context required to test the PR/feature/bug fix.]
Please π¨ ONLY ADD ONE π¨ of the following labels, failing to do so may lead to adverse versioning of your changes when published:
patch
: Bug Fix?minor
: New Feature?major
: Breaking Change?skip-release
: It's unnecessary to publish this change.Special Note
Please avoid adding any of the
Priority
labels as they conflict with the labels above βοΈπ¦ Published PR as canary version:
Canary Versions
β¨ Test out this PR locally via: