Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-aurele-besner committed Nov 27, 2024
1 parent d4ec78a commit 8b9fb09
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/next/src/components/actions/register.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,11 @@ export const RegisterOperator = () => {
await handleTx(
await registerOperator({
api: selectedWallet.api,
senderAddress: selectedWallet.accounts[0].address,
Operator: operatorAccounts[0],
domainId,
amountToStake,
minimumNominatorStake,
nominationTax,
publicKey: operatorAccounts[0].publicKey,
}),
setErrorForm,
)
Expand Down

0 comments on commit 8b9fb09

Please sign in to comment.