1 parent 8d4f1c8 commit d2f754aCopy full SHA for d2f754a
1 file changed
src/chain/processor.ts
@@ -3,7 +3,6 @@ import { z } from 'zod';
3
import {
4
encodeAbiParameters,
5
Hex,
6
- stringToHex,
7
ContractFunctionRevertedError,
8
ContractFunctionExecutionError,
9
BaseError,
@@ -613,9 +612,9 @@ export class ChainProcessor extends AsyncTask {
613
612
}
614
615
return [
616
- stringToHex(''),
+ '0x',
617
encodeAbiParameters([{ type: 'string' }], [JSON.stringify(output)]),
618
619
];
620
621
);
0 commit comments