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 5575c62 commit 8d40fafCopy full SHA for 8d40faf
src/utils/account.ts
@@ -72,9 +72,7 @@ export const getAccount = async (args: {
72
if (walletDetails.type === WalletType.awsKms) {
73
// Get chain rpc provider.
74
const chain = await getChain(chainId);
75
- console.log("received chain in to account", chain);
76
const provider = new providers.JsonRpcProvider(chain.rpc);
77
- console.log("provider in to account", provider);
78
79
signer = signer.connect(provider);
80
}
0 commit comments