Skip to content

Commit

Permalink
Add comment about permission additions
Browse files Browse the repository at this point in the history
  • Loading branch information
sisou committed Nov 24, 2023
1 parent 053cd8d commit cd45ba4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib/RpcApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ import { WalletInfo } from './WalletInfo';
export default class RpcApi {
public static PERMISSIONED_REQUESTS: RequestType[] = [
RequestType.SIGN_MULTISIG_TRANSACTION,
// When adding new permissioned request types here,
// the ConnectAccount UI must be updated to be able
// to display these permissions to the user.
];

private static get HISTORY_KEY_RPC_STATE() {
Expand Down

0 comments on commit cd45ba4

Please sign in to comment.