We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d10d3cd commit 8031531Copy full SHA for 8031531
1 file changed
shared/components/banner/banner.tsx
@@ -1,12 +1,19 @@
1
+import Link from 'next/link';
2
import { BannerWrapper, TextWhite } from './styles';
3
4
export const MigrationBannerTestnetV2 = () => {
5
return (
6
<BannerWrapper>
7
<TextWhite>
- All Testnet data will not be available via Web UI on 25 Jun 2025 as part
8
- of migration to the stVaults Testnet-2 contracts. Back up anything
9
- important.
+ ✅ stVaults Testnet-2 is live! The Web UI is now connected to the new
+ contracts. Happy testing!{' '}
10
+ <Link
11
+ target="_blank"
12
+ href="https://docs.lido.fi/deployed-contracts/hoodi-lidov3/"
13
+ >
14
+ Deployed contracts
15
+ </Link>
16
+ .
17
</TextWhite>
18
</BannerWrapper>
19
);
0 commit comments