Skip to content

Commit 3cf565e

Browse files
committed
fix: update launch messages for clarity and consistency
1 parent c23d804 commit 3cf565e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ export * from './utils/index.js';
99
const showTestnetWarning = () => {
1010
console.info('\n⚠️ 🎉🎉 HOODI V3 is officially launched! 🎉🎉⚠️');
1111
console.info(
12-
'🌐 Web UI is updated and available at: https://stvaults-hoodi.testnet.fi/vaults',
12+
'🌐 Web UI is available at: https://stvaults-hoodi.testnet.fi/vaults',
1313
);
1414
console.info(
1515
'📄 Contracts info: https://docs.lido.fi/deployed-contracts/hoodi',
1616
);
1717
console.info(
18-
'🔄 stVaults Doc Center: https://docs.lido.fi/run-on-lido/stvaults',
18+
'📖 stVaults Doc Center: https://docs.lido.fi/run-on-lido/stvaults',
1919
);
2020
console.info('\n');
2121
console.info('🔄 Testnet-1 is available on the testnet-1 branch.');

0 commit comments

Comments
 (0)