Skip to content
Snippets Groups Projects

Use wax signers

Open Mateusz Tyszczak requested to merge tm-implement-wax-signers into main
14 files
+ 87
1204
Compare changes
  • Side-by-side
  • Inline
Files
14
@@ -58,7 +58,7 @@ const updateAuthority = async() => {
@@ -58,7 +58,7 @@ const updateAuthority = async() => {
if (ownerKey.value)
if (ownerKey.value)
op.role("owner").add(ownerKey.value);
op.role("owner").add(ownerKey.value);
tx.pushOperation(op);
tx.pushOperation(op);
await wallet.wallet!.signTransaction(tx, ownerKey.value ? "owner" : "active");
await wallet.wallet!.signTransaction(tx);
await wax.broadcast(tx);
await wax.broadcast(tx);
toast.success('Authority updated successfully!');
toast.success('Authority updated successfully!');
Loading