Skip to content

Commit

Permalink
hotfix: Bump SDK (#3604)
Browse files Browse the repository at this point in the history
* fix: Bump sdk version

* 1.109.5

* 1.109.6

* 1.109.5

* chore: Fix typecheck
  • Loading branch information
garethfuller authored Jul 1, 2023
1 parent ae1e176 commit 1d1901d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 14 deletions.
18 changes: 9 additions & 9 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,6 +1,6 @@
{
"name": "@balancer/frontend-v2",
"version": "1.109.4",
"version": "1.109.5",
"engines": {
"node": "=16",
"npm": ">=8"
Expand Down Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"@aave/protocol-js": "^4.3.0",
"@balancer-labs/assets": "github:balancer-labs/assets#master",
"@balancer-labs/sdk": "^1.1.2-beta.1",
"@balancer-labs/sdk": "^1.1.3-beta.0",
"@balancer-labs/typechain": "^1.0.0",
"@balancer-labs/v2-deployments": "^3.2.0",
"@cowprotocol/contracts": "^1.3.1",
Expand Down
3 changes: 0 additions & 3 deletions src/lib/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,9 @@ import test from './test';
// We don't import Network from sdk to avoid extra bundle size when loading app (while the SDK is not tree-shakable)
export enum Network {
MAINNET = 1,
ROPSTEN = 3,
RINKEBY = 4,
GOERLI = 5,
GÖRLI = 5,
OPTIMISM = 10,
KOVAN = 42,
GNOSIS = 100,
POLYGON = 137,
FANTOM = 250,
Expand Down

0 comments on commit 1d1901d

Please sign in to comment.