We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2107e25 commit 39e7734Copy full SHA for 39e7734
app/scripts/migrations/151.test.ts
@@ -163,7 +163,7 @@ describe(`migration #${version}`, () => {
163
value: {
164
isMultichainOrigin: false,
165
optionalScopes: {
166
- 'eip155:59141': {
+ 'wallet:eip155': {
167
accounts: [
168
'0x1234567890123456789012345678901234567890',
169
],
@@ -210,14 +210,14 @@ describe(`migration #${version}`, () => {
210
211
212
213
- 'eip155:1': {
214
- accounts: [],
215
- },
216
217
218
219
220
},
+ 'eip155:1': {
+ accounts: [],
+ },
221
222
requiredScopes: {},
223
0 commit comments