Skip to content

Commit

Permalink
fix: update message for waiting deploy/upgrade txn complete (#297)
Browse files Browse the repository at this point in the history
* fix: update message for waiting deploy/upgrade txn complete

* chore: update UI message
  • Loading branch information
stanleyyconsensys authored Jul 29, 2024
1 parent 8f5ff63 commit 141fa20
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,9 @@ export const DeployModalView = ({ address }: Props) => {
{shortenAddress(txnHash)}{' '}
</Txnlink>
<br />
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.
<br />
<br />
Please try again in a couple of hours.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,9 @@ export const UpgradeModelView = ({ address }: Props) => {
{shortenAddress(txnHash)}{' '}
</Txnlink>
<br />
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.
<br />
<br />
Please try again in a couple of hours.
Expand Down

0 comments on commit 141fa20

Please sign in to comment.