Skip to content

Commit 85ca8e6

Browse files
committed
chore: Update release version to 1.1.6.
1 parent 63d6739 commit 85ca8e6

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

balancer-js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@balancer-labs/sdk",
3-
"version": "1.1.7-beta.0",
3+
"version": "1.1.6",
44
"description": "JavaScript SDK for interacting with the Balancer Protocol V2",
55
"license": "GPL-3.0-only",
66
"homepage": "https://github.com/balancer-labs/balancer-sdk#readme",

balancer-js/src/modules/subgraph/generated/balancer-gauges.graphql

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ enum Chain {
3636
Arbitrum
3737
Avalanche
3838
Base
39+
Fraxtal
3940
Gnosis
4041
Optimism
4142
Polygon

balancer-js/src/modules/subgraph/generated/balancer-gauges.ts

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export enum Chain {
3939
Arbitrum = 'Arbitrum',
4040
Avalanche = 'Avalanche',
4141
Base = 'Base',
42+
Fraxtal = 'Fraxtal',
4243
Gnosis = 'Gnosis',
4344
Optimism = 'Optimism',
4445
Polygon = 'Polygon',

0 commit comments

Comments
 (0)