You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initialize the multisig transaction: create a subnet
Next, use one of the signatory wallets to initiate the multisig transaction. Since we are triggering this transaction externally, it's referred to as an 'extrinsic' transaction. In this example, we'll create a subnet.
Ensure that the wallet has sufficient (test) TAO to pay the fee. If you have testTAO in another wallet, use btcli wallet transfer. You can see the current burn cost for creating a subnet by running btcli subnet burn-cost.
add this use case to the new multisig doc.
Initialize the multisig transaction: create a subnet
Next, use one of the signatory wallets to initiate the multisig transaction. Since we are triggering this transaction externally, it's referred to as an 'extrinsic' transaction. In this example, we'll create a subnet.
Ensure that the wallet has sufficient (test) TAO to pay the fee. If you have testTAO in another wallet, use
btcli wallet transfer
. You can see the current burn cost for creating a subnet by runningbtcli subnet burn-cost
.As that signatory go to the Polkadot-JS app extrinsics page.
Under using the selected account, select the multisig.
Under submit the following extrinsic, select
subtensorModule
andregisterNetwork
.Copy out the encoded call data and encoded call hash. Other signatories must have the encoded call data in order to sign the transaction.
Click Submit Transaction, which will open up the transaction signing modal.
Under multisig signatory, select the wallet you wish to use, which must have
Complete the mustisig transaction
use the call data from before...
The text was updated successfully, but these errors were encountered: