Skip to content

Commit 39e7734

Browse files
committed
Update existing permission in test
1 parent 2107e25 commit 39e7734

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/scripts/migrations/151.test.ts

+5-5
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ describe(`migration #${version}`, () => {
163163
value: {
164164
isMultichainOrigin: false,
165165
optionalScopes: {
166-
'eip155:59141': {
166+
'wallet:eip155': {
167167
accounts: [
168168
'0x1234567890123456789012345678901234567890',
169169
],
@@ -210,14 +210,14 @@ describe(`migration #${version}`, () => {
210210
value: {
211211
isMultichainOrigin: false,
212212
optionalScopes: {
213-
'eip155:1': {
214-
accounts: [],
215-
},
216-
'eip155:59141': {
213+
'wallet:eip155': {
217214
accounts: [
218215
'0x1234567890123456789012345678901234567890',
219216
],
220217
},
218+
'eip155:1': {
219+
accounts: [],
220+
},
221221
},
222222
requiredScopes: {},
223223
},

0 commit comments

Comments
 (0)