-
Notifications
You must be signed in to change notification settings - Fork 168
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: Update Centrifuge metadata #661
chore: Update Centrifuge metadata #661
Conversation
Signed-off-by: Philip Stanislaus <6912756+philipstanislaus@users.noreply.github.com>
package.json
Outdated
@@ -41,7 +41,7 @@ | |||
"@polkadot/api": "1.16.1", | |||
"@polkadot/reactnative-identicon": "0.53.1", | |||
"@polkadot/types": "1.16.1", | |||
"@polkadot/types-known": "1.16.1", | |||
"@polkadot/types-known": "1.25.0-beta.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.
latest version is 1.26.1
package.json
Outdated
@@ -41,7 +41,7 @@ | |||
"@polkadot/api": "1.16.1", | |||
"@polkadot/reactnative-identicon": "0.53.1", | |||
"@polkadot/types": "1.16.1", |
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.
types also needs to be updated to 1.26.1
package.json
Outdated
@@ -41,7 +41,7 @@ | |||
"@polkadot/api": "1.16.1", |
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.
could you please update this as well?
Replaces #652