We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c23d804 commit 3cf565eCopy full SHA for 3cf565e
index.ts
@@ -9,13 +9,13 @@ export * from './utils/index.js';
9
const showTestnetWarning = () => {
10
console.info('\n⚠️ 🎉🎉 HOODI V3 is officially launched! 🎉🎉⚠️');
11
console.info(
12
- '🌐 Web UI is updated and available at: https://stvaults-hoodi.testnet.fi/vaults',
+ '🌐 Web UI is available at: https://stvaults-hoodi.testnet.fi/vaults',
13
);
14
15
'📄 Contracts info: https://docs.lido.fi/deployed-contracts/hoodi',
16
17
18
- '🔄 stVaults Doc Center: https://docs.lido.fi/run-on-lido/stvaults',
+ '📖 stVaults Doc Center: https://docs.lido.fi/run-on-lido/stvaults',
19
20
console.info('\n');
21
console.info('🔄 Testnet-1 is available on the testnet-1 branch.');
0 commit comments