Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

feat: Improve voucher execution error handling #43

Merged
merged 1 commit into from
Nov 3, 2023

Conversation

miltonjonat
Copy link
Contributor

Parse custom errors in frontend-console's voucher execute command

@@ -155,7 +155,7 @@ export const rollups = async (
InputBox.address,
provider
);
const outputContract = ICartesiDApp__factory.connect(address, provider);
const outputContract = CartesiDApp__factory.connect(address, provider);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The errors are not being declared in the interface solidity files, right? =/

@miltonjonat miltonjonat merged commit 80be07f into main Nov 3, 2023
13 checks passed
@miltonjonat miltonjonat deleted the feature/voucher-exec-error-handling branch November 3, 2023 12:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants