facinet 2.2.1 → 2.2.2
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/browser.js +6 -0
- package/dist/browser.js.map +2 -2
- package/dist/sdk/Facinet.d.ts.map +1 -1
- package/dist/sdk/Facinet.js +7 -1
- package/dist/sdk/Facinet.js.map +1 -1
- package/dist/sdk.mjs +6 -0
- package/dist/sdk.mjs.map +2 -2
- package/package.json +1 -1
package/dist/browser.js
CHANGED
|
@@ -27616,6 +27616,12 @@ var Facinet = class _Facinet {
|
|
|
27616
27616
|
console.log("\u{1F510} Signing hash:", hash2);
|
|
27617
27617
|
const typedDataPayload = JSON.stringify({
|
|
27618
27618
|
types: {
|
|
27619
|
+
EIP712Domain: [
|
|
27620
|
+
{ name: "name", type: "string" },
|
|
27621
|
+
{ name: "version", type: "string" },
|
|
27622
|
+
{ name: "chainId", type: "uint256" },
|
|
27623
|
+
{ name: "verifyingContract", type: "address" }
|
|
27624
|
+
],
|
|
27619
27625
|
TransferWithAuthorization: types.TransferWithAuthorization
|
|
27620
27626
|
},
|
|
27621
27627
|
domain,
|