Skip to content

Commit

Permalink
Update SDK package version to v1.10.2 (#333)
Browse files Browse the repository at this point in the history
* update sdk package version

* silent gnosis-protocol type errors
  • Loading branch information
Diogomartf authored Jan 9, 2024
1 parent 1f6b457 commit fd37ded
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 93 deletions.
128 changes: 38 additions & 90 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@swapr/sdk",
"license": "AGPL-3.0-or-later",
"version": "1.10.1",
"version": "1.10.2",
"description": "An SDK for building applications on top of Swapr",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -62,7 +62,7 @@
"devDependencies": {
"@graphql-codegen/cli": "2.6.2",
"@graphql-codegen/typescript": "2.5.1",
"@graphql-codegen/typescript-graphql-request": "^6.0.1",
"@graphql-codegen/typescript-graphql-request": "^4.3.0",
"@graphql-codegen/typescript-operations": "^2.4.2",
"@testing-library/jest-dom": "^5.16.4",
"@types/big.js": "^4.0.5",
Expand Down
3 changes: 2 additions & 1 deletion src/entities/trades/gnosis-protocol/CoWTrade.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-nocheck
// eslint-disable-next-line no-restricted-imports
import contractNetworks from '@cowprotocol/contracts/networks.json'
import { CowSdk, OrderKind, SimpleGetQuoteResponse } from '@cowprotocol/cow-sdk'
Expand Down Expand Up @@ -133,7 +134,7 @@ export class CoWTrade extends Trade {
},
{
loglevel: 'debug',
}
},
)
}

Expand Down

0 comments on commit fd37ded

Please sign in to comment.