From 3d14a3432196525b357f0ec30b239a007dc00358 Mon Sep 17 00:00:00 2001 From: ryan Date: Wed, 26 Feb 2025 19:17:09 -0500 Subject: [PATCH] icepick workflow sol generate-nonce-account: export address, not account --- crates/icepick/workflows/sol/generate-nonce-account.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/icepick/workflows/sol/generate-nonce-account.yaml b/crates/icepick/workflows/sol/generate-nonce-account.yaml index 78b26a7..734cd86 100644 --- a/crates/icepick/workflows/sol/generate-nonce-account.yaml +++ b/crates/icepick/workflows/sol/generate-nonce-account.yaml @@ -70,10 +70,10 @@ step: inputs: status: "status" url: "url" - nonce_account: "nonce_pubkey" + nonce_address: "nonce_pubkey" error: "error" outputs: status: "status" url: "url" - nonce_account: "nonce_account" + nonce_address: "nonce_address" error: "error"