airgap-it / airgap-wallet

The AirGap Wallet is installed on an everyday smartphone. This app has only access to public information.
MIT License
449 stars 125 forks source link

Multiple DOT validators #68

Open ecoecoecoeco opened 3 years ago

ecoecoecoeco commented 3 years ago

I know you are planning support for multiple DOT validators, but is there any workaround which we can use to nominate to multiple validators in the meantime?

AndreasGassmann commented 3 years ago

With the Wallet, there is now workaround. The UI does not support this and adding it is quite an extensive task.

If you can / want to code, then you could probably prepare the transaction with our library (and then sign it with the Vault). The relevant method can be found here: https://github.com/airgap-it/airgap-coin-lib/blob/master/packages/core/src/protocols/substrate/SubstrateProtocol.ts#L400