We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c20163 commit 5841181Copy full SHA for 5841181
src/utils/account.ts
@@ -69,7 +69,7 @@ export const getAccount = async (args: {
69
signer = await wallet.getSigner();
70
}
71
72
- if (walletDetails.type === WalletType.awsKms) {
+ if (walletDetails.type !== WalletType.local) {
73
// Get chain rpc provider.
74
const chain = await getChain(chainId);
75
const provider = new providers.JsonRpcProvider(chain.rpc);
0 commit comments