Skip to content

Commit 633f860

Browse files
committed
fix(scope name): fix the error scope name
1 parent 8e059d8 commit 633f860

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/basic-dapp/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ async function walletInitialized() {
557557
params: [
558558
{
559559
availableNetwork: [1, 1029],
560-
scopes: ['baseInfo', 'real identity'],
560+
scopes: ['baseInfo', 'identity'],
561561
},
562562
],
563563
}),
@@ -589,7 +589,7 @@ async function walletInitialized() {
589589
params: [
590590
{
591591
availableNetwork: [1, 1029],
592-
scopes: ['baseInfo', 'real identity'],
592+
scopes: ['baseInfo', 'identity'],
593593
},
594594
],
595595
})

0 commit comments

Comments
 (0)