Skip to content

Commit

Permalink
chore: Update release version to 1.1.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
johngrantuk committed Aug 19, 2024
1 parent 63d6739 commit 85ca8e6
Show file tree
Hide file tree
Showing 3 changed files with 3 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": "1.1.7-beta.0",
"version": "1.1.6",
"description": "JavaScript SDK for interacting with the Balancer Protocol V2",
"license": "GPL-3.0-only",
"homepage": "https://github.com/balancer-labs/balancer-sdk#readme",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ enum Chain {
Arbitrum
Avalanche
Base
Fraxtal
Gnosis
Optimism
Polygon
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export enum Chain {
Arbitrum = 'Arbitrum',
Avalanche = 'Avalanche',
Base = 'Base',
Fraxtal = 'Fraxtal',
Gnosis = 'Gnosis',
Optimism = 'Optimism',
Polygon = 'Polygon',
Expand Down

0 comments on commit 85ca8e6

Please sign in to comment.