Skip to content

Conversation

@nowooj
Copy link
Contributor

@nowooj nowooj commented Dec 26, 2025

Because in the code below we always need signerAddress in options

const options = ctx.getStagingData<any>(INPUT_VALIDATION_STAGING_KEYS.OPTIONS);
const signerAddress = options?.signerAddress;
if (!signerAddress) {
throw new Error('No signer address provided in options');
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant