Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
wallet-dapp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
wallet-dapp
Merge requests
!2
Use wax signers
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Use wax signers
tm-implement-wax-signers
into
main
Overview
0
Commits
2
Pipelines
2
Changes
14
Open
Mateusz Tyszczak
requested to merge
tm-implement-wax-signers
into
main
6 days ago
Overview
0
Commits
2
Pipelines
2
Changes
14
Expand
0
0
Merge request reports
Compare
main
version 1
dfd17773
6 days ago
main (HEAD)
and
latest version
latest version
932e1fc5
2 commits,
2 days ago
version 1
dfd17773
2 commits,
6 days ago
14 files
+
87
−
1204
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
14
Search (e.g. *.vue) (Ctrl+P)
src/components/utilcards/ConfirmAccountUpdateCard.vue
+
1
−
1
Options
@@ -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