Skip to content

Commit a8175b9

Browse files
committed
Update test constants to include new permission in expected registry
1 parent 575a62d commit a8175b9

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

packages/permissions-kernel-snap/test/constants.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ export const TEST_CASE_DEFAULT_STATE: KernelState = {
2525
proposedName: 'Native Token Periodic Transfer',
2626
type: 'native-token-periodic',
2727
},
28+
{
29+
hostId: 'npm:@metamask/gator-permissions-snap',
30+
hostPermissionId:
31+
'993eae62e4a0f122d7781f98ef0bcd611eacb051a7ee44b8990ad49c49e6c3e8',
32+
proposedName: 'ERC20 Token Stream',
33+
type: 'erc20-token-stream',
34+
},
2835
],
2936
},
3037
};

0 commit comments

Comments
 (0)