We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Use nomination.{depositCollateral | withdrawCollateral} instead of vaultRegistry.{depositCollateral | withdrawCollateral}.
nomination.{depositCollateral | withdrawCollateral}
vaultRegistry.{depositCollateral | withdrawCollateral}
The pallet is already used in DefaultNominationAPI, we want to switch over DefaultVaultAPI's withdraw/deposit methods to use that pallet, too.
DefaultNominationAPI
DefaultVaultAPI
In preparation for parachain version 1.21.0 (see also interlay/interbtc#781).
1.21.0
The text was updated successfully, but these errors were encountered:
Blocked by polkadot-js/api#5383 (comment)
Sorry, something went wrong.
Unblocked with merge of polkadot-js/api#5395
bvotteler
Successfully merging a pull request may close this issue.
Use
nomination.{depositCollateral | withdrawCollateral}
instead ofvaultRegistry.{depositCollateral | withdrawCollateral}
.The pallet is already used in
DefaultNominationAPI
, we want to switch overDefaultVaultAPI
's withdraw/deposit methods to use that pallet, too.In preparation for parachain version
1.21.0
(see also interlay/interbtc#781).The text was updated successfully, but these errors were encountered: