Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Add/Update migration announcements for sfrxETH and wstETH pools #3765

Merged
merged 1 commit into from
Jul 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion src/lib/config/mainnet/pools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ const pools: Pools = {
NewVersionAvailable: {
'0x32296969ef14eb0c6d29669c550d4a0449130230000200000000000000000080': {
newPool:
'0xe0fcbf4d98f0ad982db260f86cf28b49845403c5000000000000000000000504',
'0x41503c9d499ddbd1dcdf818a1b05e9774203bf46000000000000000000000594',
description: 'newVersion.Aave3',
title: 'announcement',
},
Expand All @@ -589,6 +589,12 @@ const pools: Pools = {
description: 'newVersion.Aave3',
title: 'announcement',
},
'0x5aee1e99fe86960377de9f88689616916d5dcabe000000000000000000000467': {
newPool:
'0x42ed016f826165c2e5976fe5bc3df540c5ad0af700000000000000000000058b',
description: 'newVersion.BalIncentives',
title: 'announcement',
},
},
Deprecated: {
'0x06df3b2bbb68adc8b0e302443692037ed9f91b42000000000000000000000063': {},
Expand Down
3 changes: 2 additions & 1 deletion src/locales/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,8 @@
"gaugeKilledReason": "This pool's gauge will soon be killed. A new version of this pool has been created that uses Aave v3."
},
"newVersion": {
"Aave3": "A new version of this pool has been created that uses Aave v3"
"Aave3": "A new version of this pool has been created that uses Aave v3",
"BalIncentives": "A new version of this pool has been created. Please migrate to continue earning BAL incentives"
},
"highPriceImpact": "High price impact",
"highPriceImpactDetailed": "This swap is significantly moving the market price.",
Expand Down