You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/(operations)/fungible-tokens/change-properties/page.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ import { Separator } from '@/components/ui/separator';
4
4
import{getMetadata}from'@/lib/get-metadata';
5
5
6
6
exportconstmetadata: Metadata=getMetadata({
7
-
title: 'Buildo.dev - MultiversX: Change properties of a fungible ESDT',
7
+
title: 'MultiversX: Change properties of a fungible ESDT',
8
8
description:
9
9
'The manager of an ESDT token may individually change any of the properties of the token, or multiple properties at once. The token should have the canUpgrade property set to true.',
Copy file name to clipboardExpand all lines: app/(operations)/fungible-tokens/freeze-toggle/page.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ import { getMetadata } from '@/lib/get-metadata';
5
5
6
6
exportconstmetadata: Metadata=getMetadata({
7
7
title:
8
-
'Buildo.dev - MultiversX: Freeze/Unfreeze fungible ESDT balance in a specific account',
8
+
'MultiversX: Freeze/Unfreeze fungible ESDT balance in a specific account',
9
9
description:
10
10
'The manager of an ESDT token may freeze the tokens held by a specific Account. As a consequence, no tokens may be transferred to or from the frozen Account.',
Copy file name to clipboardExpand all lines: app/(operations)/fungible-tokens/send/page.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ import { Separator } from '@/components/ui/separator';
4
4
import{getMetadata}from'@/lib/get-metadata';
5
5
6
6
exportconstmetadata: Metadata=getMetadata({
7
-
title: 'Buildo.dev - MultiversX: Transfer an amount of your fungible ESDT',
7
+
title: 'MultiversX: Transfer an amount of your fungible ESDT',
8
8
description:
9
9
'Performing an ESDT transfer is done by sending a transaction directly to the desired receiver Account, but specifying some extra pieces of information in its Data field.',
0 commit comments