Skip to content

Commit

Permalink
Merge pull request #199 from balancer-labs/develop
Browse files Browse the repository at this point in the history
Release v0.1.35
  • Loading branch information
johngrantuk authored Nov 14, 2022
2 parents f308fe7 + 1cb167e commit 49ad96d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
4 changes: 2 additions & 2 deletions balancer-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@balancer-labs/sdk",
"version": "0.1.34",
"version": "0.1.35",
"description": "JavaScript SDK for interacting with the Balancer Protocol V2",
"license": "GPL-3.0-only",
"homepage": "https://github.com/balancer-labs/balancer-sdk/balancer-js#readme",
Expand Down Expand Up @@ -89,7 +89,7 @@
"typescript": "^4.0.2"
},
"dependencies": {
"@balancer-labs/sor": "^4.0.1-beta.9",
"@balancer-labs/sor": "^4.0.1-beta.10",
"@balancer-labs/typechain": "^1.0.0",
"axios": "^0.24.0",
"graphql": "^15.6.1",
Expand Down
6 changes: 6 additions & 0 deletions balancer-js/src/test/lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,12 @@ export const ADDRESSES = {
decimals: 18,
symbol: 'bbausd',
},
bbamUSD: {
address: '0x48e6B98ef6329f8f0A30eBB8c7C960330d648085',
decimals: 18,
symbol: 'bb-am-usd',
slot: 0,
},
},
[Network.ARBITRUM]: {
WETH: {
Expand Down
8 changes: 4 additions & 4 deletions balancer-js/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -483,10 +483,10 @@
"@babel/helper-validator-identifier" "^7.18.6"
to-fast-properties "^2.0.0"

"@balancer-labs/sor@^4.0.1-beta.9":
version "4.0.1-beta.9"
resolved "https://registry.yarnpkg.com/@balancer-labs/sor/-/sor-4.0.1-beta.9.tgz#5c144de41255fbf924324ee664c96d915096e289"
integrity sha512-/ErkccWwijPOuq+wApxP5dsaP3pALye0Sv1C7yn9X7T3f/jIw9YGSw+EfmOCheTqHbWSnmCiJD97iLbW/KggIA==
"@balancer-labs/sor@^4.0.1-beta.10":
version "4.0.1-beta.10"
resolved "https://registry.yarnpkg.com/@balancer-labs/sor/-/sor-4.0.1-beta.10.tgz#5d46c8e29fcdc4838fb455ee9b228c03639ee199"
integrity sha512-nf+r/SuUG1Z9tkShM8NYvL+bwPTV0MdkTsis9JfDS9nbjER12ho/whLzhEupOMcetnIiXNxB0KwUUIbSpyzEGg==
dependencies:
isomorphic-fetch "^2.2.1"

Expand Down

0 comments on commit 49ad96d

Please sign in to comment.