Skip to content

Commit

Permalink
fix(scope name): fix the error scope name
Browse files Browse the repository at this point in the history
  • Loading branch information
Littleor committed Mar 26, 2022
1 parent 8e059d8 commit 633f860
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/basic-dapp/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ async function walletInitialized() {
params: [
{
availableNetwork: [1, 1029],
scopes: ['baseInfo', 'real identity'],
scopes: ['baseInfo', 'identity'],
},
],
}),
Expand Down Expand Up @@ -589,7 +589,7 @@ async function walletInitialized() {
params: [
{
availableNetwork: [1, 1029],
scopes: ['baseInfo', 'real identity'],
scopes: ['baseInfo', 'identity'],
},
],
})
Expand Down

0 comments on commit 633f860

Please sign in to comment.