From a4922233690f0c0160c0a677f5d93e1b6c8fb31d Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 10 May 2024 03:57:25 +0900 Subject: [PATCH] Add warning that testnet4 may be reset at anytime --- .../components/testnet-alert/testnet-alert.component.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/app/shared/components/testnet-alert/testnet-alert.component.html b/frontend/src/app/shared/components/testnet-alert/testnet-alert.component.html index 7e87e312b..8aedc4947 100644 --- a/frontend/src/app/shared/components/testnet-alert/testnet-alert.component.html +++ b/frontend/src/app/shared/components/testnet-alert/testnet-alert.component.html @@ -5,6 +5,9 @@ @if (stateService.network === 'testnet') { Testnet3 is deprecated, and will soon be replaced by Testnet4 } + @if (stateService.network === 'testnet4') { + Testnet4 is not yet finalized, and may be reset at anytime. + }