@silentswap/sdk 0.0.15 → 0.0.16

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 CHANGED
@@ -274,7 +274,7 @@ export declare const EIP712_TYPES_WALLET_GENERATION: {
274
274
  export declare const EIP712_DOMAIN_ORDER_DEFAULT: {
275
275
  readonly name: "SilentSwap v2";
276
276
  readonly version: "1";
277
- readonly chainId: 43114;
277
+ readonly chainId: 1;
278
278
  };
279
279
  export declare function quoteResponseToEip712Document(quoteResponse: QuoteResponse): TypedDataDocument<typeof EIP712_DOMAIN_ORDER_DEFAULT>;
280
280
  export {};
package/dist/order.js CHANGED
@@ -97,7 +97,7 @@ export const EIP712_TYPES_WALLET_GENERATION = {
97
97
  export const EIP712_DOMAIN_ORDER_DEFAULT = {
98
98
  name: 'SilentSwap v2',
99
99
  version: '1',
100
- chainId: 43114,
100
+ chainId: 1,
101
101
  };
102
102
  export function quoteResponseToEip712Document(quoteResponse) {
103
103
  return {
package/dist/sdk.d.ts CHANGED
@@ -108,7 +108,7 @@ export declare function createEip712DocForOrder(quote: QuoteResponse): {
108
108
  domain: {
109
109
  readonly name: "SilentSwap v2";
110
110
  readonly version: "1";
111
- readonly chainId: 43114;
111
+ readonly chainId: 1;
112
112
  };
113
113
  primaryType: "Order";
114
114
  message: {
@@ -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: 43114;
159
+ readonly chainId: 1;
160
160
  };
161
161
  primaryType: "WalletGeneration";
162
162
  message: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@silentswap/sdk",
3
3
  "type": "module",
4
- "version": "0.0.15",
4
+ "version": "0.0.16",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
7
7
  "files": [