We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9457e0a commit 9909856Copy full SHA for 9909856
packages/plugin-zilliqa/src/index.ts
@@ -7,7 +7,7 @@ export async function zilliqaPlugin(
7
): Promise<Plugin> {
8
const zilliqaWalletClient = await getZilliqaWalletClient(getSetting);
9
if (!zilliqaWalletClient) {
10
- throw new Error("Zilliqa wallet client initialization failed. Ensure that EVM_PRIVATE_KEY and EVM_PROVIDER_URL are configured.");
+ throw new Error("Zilliqa wallet client initialization failed. Ensure that ZILLIQA_PRIVATE_KEY and ZILLIQA_PROVIDER_URL are configured.");
11
}
12
const walletClient = zilliqaWalletClient!.getEVM();
13
const actions = await getOnChainActions(walletClient, zilliqaWalletClient!);
0 commit comments