diff --git a/app/components/DappRequest/Encrypt/Encrypt.jsx b/app/components/DappRequest/Encrypt/Encrypt.jsx index e01c8cab9..15cd42fd7 100644 --- a/app/components/DappRequest/Encrypt/Encrypt.jsx +++ b/app/components/DappRequest/Encrypt/Encrypt.jsx @@ -120,7 +120,6 @@ const Encrypt = ({
{request.params.request.params[0]} - {JSON.stringify(request.params.request.params)}
diff --git a/app/util/walletConnect.js b/app/util/walletConnect.js index 8dceb7b2e..d2f9ce361 100644 --- a/app/util/walletConnect.js +++ b/app/util/walletConnect.js @@ -180,13 +180,13 @@ export const walletConnectOptions: TOptions = { 'testInvoke', 'signMessage', 'verifyMessage', + 'traverseIterator', 'getWalletInfo', 'getNetworkVersion', - 'traverseIterator', - 'calculateFee', - 'encrypt', 'decrypt', + 'encrypt', 'decryptFromArray', + 'calculateFee', ], autoAcceptMethods: [ 'testInvoke',