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 22767bc commit 9c14ef2Copy full SHA for 9c14ef2
packages/chain-orchestrator/src/get-zrodelko-private-key.ts
@@ -5,7 +5,7 @@ import { RedstoneCommon } from "@redstone-finance/utils";
5
export async function getNonEvmZrodelkoPrivateKey(
6
env: Env,
7
chainType: NonEvmChainType
8
-): Promise<RedstoneCommon.PrivateKey | undefined> {
+): Promise<RedstoneCommon.PrivateKey> {
9
const ssmPath = `/${env}/${chainType}/zrodelko/private-key`;
10
const privateKey = await getSSMParameterValue(ssmPath);
11
switch (chainType) {
0 commit comments