@silentswap/sdk 0.1.66 → 0.1.67
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/order.d.ts +1 -1
- package/dist/order.js +1 -1
- package/dist/sdk.d.ts +1 -1
- package/package.json +1 -1
package/dist/order.d.ts
CHANGED
|
@@ -279,7 +279,7 @@ export declare const EIP712_DOMAIN_ORDER_DEFAULT: {
|
|
|
279
279
|
export declare const EIP712_DOMAIN_WALLET_GENERATION: {
|
|
280
280
|
readonly name: "SilentSwap v2";
|
|
281
281
|
readonly version: "1";
|
|
282
|
-
readonly chainId:
|
|
282
|
+
readonly chainId: 1;
|
|
283
283
|
};
|
|
284
284
|
export declare function quoteResponseToEip712Document(quoteResponse: QuoteResponse): TypedDataDocument<typeof EIP712_DOMAIN_ORDER_DEFAULT>;
|
|
285
285
|
export {};
|
package/dist/order.js
CHANGED
|
@@ -111,7 +111,7 @@ export const EIP712_DOMAIN_ORDER_DEFAULT = {
|
|
|
111
111
|
export const EIP712_DOMAIN_WALLET_GENERATION = {
|
|
112
112
|
name: 'SilentSwap v2',
|
|
113
113
|
version: '1',
|
|
114
|
-
chainId:
|
|
114
|
+
chainId: 1,
|
|
115
115
|
};
|
|
116
116
|
export function quoteResponseToEip712Document(quoteResponse) {
|
|
117
117
|
return {
|
package/dist/sdk.d.ts
CHANGED
|
@@ -156,7 +156,7 @@ export declare function createEip712DocForWalletGeneration(scope: string, token:
|
|
|
156
156
|
domain: {
|
|
157
157
|
readonly name: "SilentSwap v2";
|
|
158
158
|
readonly version: "1";
|
|
159
|
-
readonly chainId:
|
|
159
|
+
readonly chainId: 1;
|
|
160
160
|
};
|
|
161
161
|
primaryType: "WalletGeneration";
|
|
162
162
|
message: {
|