@pear-protocol/symmio-client 0.3.16 → 0.3.17
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/README.md +5 -5
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/dist/react/index.d.mts +57 -18
- package/dist/react/index.d.ts +57 -18
- package/dist/react/index.js +61 -13
- package/dist/react/index.js.map +1 -1
- package/dist/react/index.mjs +61 -14
- package/dist/react/index.mjs.map +1 -1
- package/dist/react/provider.js +1 -0
- package/dist/react/provider.js.map +1 -1
- package/dist/react/provider.mjs +1 -0
- package/dist/react/provider.mjs.map +1 -1
- package/package.json +5 -4
package/dist/index.mjs
CHANGED
|
@@ -23280,6 +23280,7 @@ var SymmioSDKError = class extends Error {
|
|
|
23280
23280
|
this.code = code;
|
|
23281
23281
|
this.name = "SymmioSDKError";
|
|
23282
23282
|
}
|
|
23283
|
+
code;
|
|
23283
23284
|
};
|
|
23284
23285
|
function validateAddress(address, name) {
|
|
23285
23286
|
if (!isAddress(address)) {
|