Skip to content

Commit 9909856

Browse files
committedJan 27, 2025
(fix) Fix error message names
1 parent 9457e0a commit 9909856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/plugin-zilliqa/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export async function zilliqaPlugin(
77
): Promise<Plugin> {
88
const zilliqaWalletClient = await getZilliqaWalletClient(getSetting);
99
if (!zilliqaWalletClient) {
10-
throw new Error("Zilliqa wallet client initialization failed. Ensure that EVM_PRIVATE_KEY and EVM_PROVIDER_URL are configured.");
10+
throw new Error("Zilliqa wallet client initialization failed. Ensure that ZILLIQA_PRIVATE_KEY and ZILLIQA_PROVIDER_URL are configured.");
1111
}
1212
const walletClient = zilliqaWalletClient!.getEVM();
1313
const actions = await getOnChainActions(walletClient, zilliqaWalletClient!);

0 commit comments

Comments
 (0)