starknet 7.6.0 → 7.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -6978,10 +6978,13 @@ var RpcProvider = class {
6978
6978
  ],
6979
6979
  error: [
6980
6980
  "argent/invalid-signature",
6981
+ "0x617267656e742f696e76616c69642d7369676e6174757265",
6981
6982
  // ArgentX 0.3.0 to 0.3.1
6982
6983
  "is invalid, with respect to the public key",
6984
+ "0x697320696e76616c6964",
6983
6985
  // OpenZeppelin until 0.6.1, Braavos 0.0.11
6984
- "INVALID_SIG"
6986
+ "INVALID_SIG",
6987
+ "0x494e56414c49445f534947"
6985
6988
  // Braavos 1.0.0
6986
6989
  ]
6987
6990
  };