We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed37488 commit 4099d0cCopy full SHA for 4099d0c
1 file changed
src/config/configuration.ts
@@ -95,7 +95,7 @@ export function extractVerifierType(): VerifierType {
95
return VerifierType.HYPE;
96
default:
97
throw new Error(
98
- `Wrong verifier type: '${String(process.env.VERIFIER_TYPE)}' provide a valid verifier type: 'doge' | 'btc' | 'xrp' | 'web2' | 'eth' | 'sgb' | 'flr' | 'base' | 'hype'`,
+ `Wrong verifier type: '${verifierType}' provide a valid verifier type: 'doge' | 'btc' | 'xrp' | 'web2' | 'eth' | 'sgb' | 'flr' | 'base' | 'hype'`,
99
);
100
}
101
0 commit comments