Skip to content

Commit

Permalink
refactor: updating labels to indicate 60 minutes s workers invocations (
Browse files Browse the repository at this point in the history
  • Loading branch information
aorumbayev committed Oct 13, 2022
1 parent 7638b3b commit 587046d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "algoworld-explorer",
"description": "Open source version of AlgoWorldExplorer powered by Algorand ⚡️",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"author": "AlgoWorld <[email protected]>",
"license": "GPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Dialogs/AboutDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default function AboutDialog({ open, changeState }: Props) {
aria-describedby="scroll-dialog-description"
>
<DialogTitle color={`primary`} id="scroll-dialog-title">
AlgoWorld Explorer v0.1.0
AlgoWorld Explorer v0.1.1
</DialogTitle>
<DialogContent dividers={true}>
<DialogContentText ref={descriptionElementRef} tabIndex={-1}>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Dialogs/ConfirmPackPurchaseDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ const ConfirmPackPurchaseDialog = ({
(!swapIsActiveState.loading && !swapIsActive)) && (
<Typography variant="h6" color={`warning.main`}>
Sorry this pack was recently purchased. The pack will be moved to
purchased tab within next 30 minutes.
purchased tab within next 60 minutes.
</Typography>
)}
{hasNoBalanceForAssets && (
Expand Down
2 changes: 1 addition & 1 deletion src/components/Dialogs/DepositInfluenceDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const DepositInfluenceDialog = ({
>
{`By pressing Deposit, you are going to deposit city influence in AWT
tokens for ${depositAsset.name} (${depositAsset.index}).
Please note that it will take up to 30 minutes until ARC69 tag is
Please note that it will take up to 60 minutes until ARC69 tag is
updated by the manager wallet after deposit is performed.`}
</DialogContentText>
{` `}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/leaderboard.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ const Leaderboard = () => {
}

enqueueSnackbar(
`Deposit of AWT for asset ${assetIndex} was performed. Please refer to My Transactions page to see your pending transactions. Manager wallet will update the ARC 69 tags within 30 minutes to reflect your deposit, please wait...`,
`Deposit of AWT for asset ${assetIndex} was performed. Please refer to My Transactions page to see your pending transactions. Manager wallet will update the ARC 69 tags within 60 minutes to reflect your deposit, please wait...`,
{
variant: `success`,
action: () => (
Expand Down
2 changes: 1 addition & 1 deletion src/utils/transactions/createInfluenceDepositTxns.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default async function createInfluenceDepositTxns(
amount: fundingFee,
note: new Uint8Array(
Buffer.from(
`I am a fee transaction for covering a fee that will be spend by manager wallet to update ARC69 tag within next 30 minutes :-)`,
`I am a fee transaction for covering a fee that will be spend by manager wallet to update ARC69 tag within next 60 minutes :-)`,
),
),
suggestedParams,
Expand Down

1 comment on commit 587046d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for algoworld-explorer ready!

✅ Preview
https://algoworld-explorer-15jt8slwt-algoworldexplorer.vercel.app

Built with commit 587046d.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.