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 8aedc4947..7e87e312b 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,9 +5,6 @@ @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. - }