I've tried doing something like this with no luck: ``` case 'wallet_requestPermissions': result = { caveats: [ { type: 'restrictReturnedAccounts', value: [activeAccount.address], }, ], date: Date.now(), id: id, invoker: "", parentCapability: "eth_accounts", }; break; ```
I've tried doing something like this with no luck: