Skip to content

Commit

Permalink
Merge pull request #105 from balancer-labs/hotfix/0.1.16
Browse files Browse the repository at this point in the history
Hotfix/0.1.16
  • Loading branch information
johngrantuk committed Jul 4, 2022
2 parents 1900dcd + 114b8be commit 6a12856
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 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.15",
"version": "0.1.16",
"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
1 change: 1 addition & 0 deletions balancer-js/src/modules/sor/sor.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export class Sor extends SOR {
vault: network.addresses.contracts.vault,
weth: network.addresses.tokens.wrappedNativeAsset,
lbpRaisingTokens: network.addresses.tokens?.lbpRaisingTokens,
wETHwstETH: network.pools.wETHwstETH,
};
}

Expand Down

0 comments on commit 6a12856

Please sign in to comment.