Skip to content

Commit 9c14ef2

Browse files
authored
Fix not implemented error in top-up lambda (#5575)
1 parent 22767bc commit 9c14ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/chain-orchestrator/src/get-zrodelko-private-key.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { RedstoneCommon } from "@redstone-finance/utils";
55
export async function getNonEvmZrodelkoPrivateKey(
66
env: Env,
77
chainType: NonEvmChainType
8-
): Promise<RedstoneCommon.PrivateKey | undefined> {
8+
): Promise<RedstoneCommon.PrivateKey> {
99
const ssmPath = `/${env}/${chainType}/zrodelko/private-key`;
1010
const privateKey = await getSSMParameterValue(ssmPath);
1111
switch (chainType) {

0 commit comments

Comments
 (0)