Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
owencraston committed Mar 24, 2023
1 parent 51cc33f commit ad810c0
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions app/constants/permissions.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
// export const RestrictedMethods = Object.freeze({
// eth_accounts: 'eth_accounts',
// snap_dialog: 'snap_dialog',
// snap_notify: 'snap_notify',
// snap_manageState: 'snap_manageState',
// snap_getBip32PublicKey: 'snap_getBip32PublicKey',
// snap_getBip32Entropy: 'snap_getBip32Entropy',
// snap_getBip44Entropy: 'snap_getBip44Entropy',
// snap_getEntropy: 'snap_getEntropy',
// wallet_snap: 'wallet_snap',
// } as const);

export const EndowmentPermissions = Object.freeze({
'endowment:network-access': 'endowment:network-access',
'endowment:long-running': 'endowment:long-running',
Expand Down

0 comments on commit ad810c0

Please sign in to comment.