diff --git a/packages/wallet-ui/src/components/ui/organism/DeployModal/DeployModal.view.tsx b/packages/wallet-ui/src/components/ui/organism/DeployModal/DeployModal.view.tsx index 597d76de..3358055e 100644 --- a/packages/wallet-ui/src/components/ui/organism/DeployModal/DeployModal.view.tsx +++ b/packages/wallet-ui/src/components/ui/organism/DeployModal/DeployModal.view.tsx @@ -121,8 +121,9 @@ export const DeployModalView = ({ address }: Props) => { {shortenAddress(txnHash)}{' '}
- Unfortunately, you reached the maximum number of deploy tentatives - allowed. + Your deploy transaction is still pending and has reached the maximum + retry limit for status checks. Please wait for the transaction to + complete.

Please try again in a couple of hours. diff --git a/packages/wallet-ui/src/components/ui/organism/UpgradeModel/UpgradeModel.view.tsx b/packages/wallet-ui/src/components/ui/organism/UpgradeModel/UpgradeModel.view.tsx index 998e8ef8..31659b70 100644 --- a/packages/wallet-ui/src/components/ui/organism/UpgradeModel/UpgradeModel.view.tsx +++ b/packages/wallet-ui/src/components/ui/organism/UpgradeModel/UpgradeModel.view.tsx @@ -117,8 +117,9 @@ export const UpgradeModelView = ({ address }: Props) => { {shortenAddress(txnHash)}{' '}
- Unfortunately, you reached the maximum number of upgrade tentatives - allowed. + Your upgrade transaction is still pending and has reached the + maximum retry limit for status checks. Please wait for the + transaction to complete.

Please try again in a couple of hours.