-
Notifications
You must be signed in to change notification settings - Fork 335
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
Upgrade typescript API for runtime 2401 #2364
Conversation
Coverage generated "Thu Jun 22 14:28:02 UTC 2023": Master coverage: 70.94% |
Blocked until this is merged: polkadot-js/api#5680 |
* improve erc20 amount conversion * increase Erc20XcmBridgeTransferGasLimit from 80,000 to 200,000 * fix ts tests
@@ -175,7 +175,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { | |||
spec_name: create_runtime_str!("moonriver"), | |||
impl_name: create_runtime_str!("moonriver"), | |||
authoring_version: 3, | |||
spec_version: 2500, | |||
spec_version: 2403, |
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.
Is that normal ?
Killing this off as the branch is super old now. Will try again on a new action |
Automated changes by create-pull-request GitHub action