Skip to content

Commit 8031531

Browse files
committed
chore: banner text
1 parent d10d3cd commit 8031531

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

shared/components/banner/banner.tsx

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
1+
import Link from 'next/link';
12
import { BannerWrapper, TextWhite } from './styles';
23

34
export const MigrationBannerTestnetV2 = () => {
45
return (
56
<BannerWrapper>
67
<TextWhite>
7-
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.
8+
✅ stVaults Testnet-2 is live! The Web UI is now connected to the new
9+
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+
.
1017
</TextWhite>
1118
</BannerWrapper>
1219
);

0 commit comments

Comments
 (0)