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/CHANGELOG.md +6 -0
- package/dist/index.global.js +4 -1
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -1
package/dist/index.mjs
CHANGED
|
@@ -6836,10 +6836,13 @@ var RpcProvider = class {
|
|
|
6836
6836
|
],
|
|
6837
6837
|
error: [
|
|
6838
6838
|
"argent/invalid-signature",
|
|
6839
|
+
"0x617267656e742f696e76616c69642d7369676e6174757265",
|
|
6839
6840
|
// ArgentX 0.3.0 to 0.3.1
|
|
6840
6841
|
"is invalid, with respect to the public key",
|
|
6842
|
+
"0x697320696e76616c6964",
|
|
6841
6843
|
// OpenZeppelin until 0.6.1, Braavos 0.0.11
|
|
6842
|
-
"INVALID_SIG"
|
|
6844
|
+
"INVALID_SIG",
|
|
6845
|
+
"0x494e56414c49445f534947"
|
|
6843
6846
|
// Braavos 1.0.0
|
|
6844
6847
|
]
|
|
6845
6848
|
};
|