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 92808fe commit e3dca62Copy full SHA for e3dca62
src/provider/rpc.ts
@@ -577,9 +577,12 @@ export class RpcProvider implements ProviderInterface {
577
'0x00', // OpenZeppelin 0.7.0 to 0.9.0 invalid signature
578
],
579
error: [
580
- 'argent/invalid-signature', // ArgentX 0.3.0 to 0.3.1
581
- 'is invalid, with respect to the public key', // OpenZeppelin until 0.6.1, Braavos 0.0.11
582
- 'INVALID_SIG', // Braavos 1.0.0
+ 'argent/invalid-signature',
+ '0x617267656e742f696e76616c69642d7369676e6174757265', // ArgentX 0.3.0 to 0.3.1
+ 'is invalid, with respect to the public key',
583
+ '0x697320696e76616c6964', // OpenZeppelin until 0.6.1, Braavos 0.0.11
584
+ 'INVALID_SIG',
585
+ '0x494e56414c49445f534947', // Braavos 1.0.0
586
587
};
588
let error: any;
0 commit comments