Skip to content

Commit 80d3909

Browse files
author
Alberto Gualis
authored
Merge pull request #4210 from balancer/release/1.124.0
Release/1.124.0
2 parents 0841c6e + e8ae554 commit 80d3909

File tree

7 files changed

+6619
-4250
lines changed

7 files changed

+6619
-4250
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@balancer/frontend-v2",
3-
"version": "1.123.11",
3+
"version": "1.124.0",
44
"engines": {
55
"node": "=16",
66
"npm": ">=8"

src/components/contextual/pages/vebal/cross-chain-boost/StakingCardSyncAlert.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,4 +153,4 @@ onMounted(() => {
153153
@success="shouldShowWarningAlert = false"
154154
/>
155155
</div>
156-
</template>
156+
</template>

src/data/DEPRECATION-WARNING.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# ⚠️ voting-gauges.json will be deleted on `November 27, 2023`
2+
3+
`voting-gauges.json` is deprecated and will be deleted on **November 27, 2023**
4+
5+
## Migration process
6+
7+
You can find the equivalent list of pools/gauges in the following GraphQL endpoint:
8+
9+
[https://api-v3.balancer.fi/](https://api-v3.balancer.fi/)
10+
11+
```graphql
12+
query VeBalGetVotingList {
13+
veBalGetVotingList {
14+
id
15+
address
16+
chain
17+
type
18+
symbol
19+
gauge {
20+
address
21+
isKilled
22+
relativeWeightCap
23+
addedTimestamp
24+
childGaugeAddress
25+
}
26+
tokens {
27+
address
28+
logoURI
29+
symbol
30+
weight
31+
}
32+
}
33+
}
34+
```

0 commit comments

Comments
 (0)