@cowprotocol/cow-sdk 0.0.13 → 0.0.14

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.
@@ -1,6 +1,6 @@
1
1
  export * from '../api/cow/types';
2
2
  export * from '../api/metadata/types';
3
- export { OrderKind } from '@gnosis.pm/gp-v2-contracts';
3
+ export { OrderKind } from '@cowprotocol/contracts';
4
4
  export declare class Token {
5
5
  symbol: string;
6
6
  address: string;
@@ -1,4 +1,4 @@
1
- import { Order, OrderCancellation as OrderCancellationGp, SigningScheme } from '@gnosis.pm/gp-v2-contracts';
1
+ import { Order, OrderCancellation as OrderCancellationGp, SigningScheme } from '@cowprotocol/contracts';
2
2
  import { SupportedChainId as ChainId } from '../constants/chains';
3
3
  import { Signer } from '@ethersproject/abstract-signer';
4
4
  export declare type UnsignedOrder = Omit<Order, 'receiver'> & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cowprotocol/cow-sdk",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "license": "(MIT OR Apache-2.0)",
5
5
  "source": "src/index.ts",
6
6
  "main": "./dist/index.js",
@@ -25,7 +25,7 @@
25
25
  "graphql:codegen": "graphql-codegen --config graphql-codegen.yml"
26
26
  },
27
27
  "dependencies": {
28
- "@gnosis.pm/gp-v2-contracts": "^1.1.2",
28
+ "@cowprotocol/contracts": "^1.3.1",
29
29
  "ajv": "^8.8.2",
30
30
  "cross-fetch": "^3.1.5",
31
31
  "ethers": "^5.5.3",