diff --git a/wallet-web/components/delegate/NodeDelegation.tsx b/wallet-web/components/delegate/NodeDelegation.tsx index d2eb4e5118..41d7daa184 100644 --- a/wallet-web/components/delegate/NodeDelegation.tsx +++ b/wallet-web/components/delegate/NodeDelegation.tsx @@ -24,7 +24,7 @@ const DelegateToNode = () => { const [delegationError, setDelegationError] = React.useState(null) const [nodeType, setNodeType] = React.useState(NodeType.Mixnode) - const [stakeValue, setStakeValue] = React.useState('0 HAL') + const [stakeValue, setStakeValue] = React.useState('0 PUNK') const [nodeIdentity, setNodeIdentity] = React.useState('') useEffect(() => { diff --git a/wallet-web/components/delegation-check/DelegationCheck.tsx b/wallet-web/components/delegation-check/DelegationCheck.tsx index 914bde8275..87c750ca0c 100644 --- a/wallet-web/components/delegation-check/DelegationCheck.tsx +++ b/wallet-web/components/delegation-check/DelegationCheck.tsx @@ -39,7 +39,7 @@ const DelegationCheck = () => { 'Could not find any delegation information associated with' ) ) { - setStakeValue('0 HAL') + setStakeValue('0 PUNK') } else { setCheckError(err) }