We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58c9057 commit 9a1b4bfCopy full SHA for 9a1b4bf
packages/client/src/rpc/modules/eth.ts
@@ -521,7 +521,7 @@ export class Eth {
521
throw {
522
code: 3,
523
data: bytesToHex(execResult.returnValue),
524
- message: execResult.exceptionError.type.code,
+ message: execResult.exceptionError.type.code, // TODO EVMError now puts the error "message" into the error type, is this correct?
525
}
526
527
return bytesToHex(execResult.returnValue)
packages/evm/src/evm.ts
@@ -9,8 +9,6 @@ import {
9
KECCAK256_NULL,
10
KECCAK256_RLP,
11
MAX_INTEGER,
12
- UsageError,
13
- UsageErrorType,
14
bigIntToBytes,
15
bytesToUnprefixedHex,
16
createZeroAddress,
0 commit comments