Skip to content

Commit bddae4c

Browse files
committed
move meta esdt operations
1 parent a59fa1e commit bddae4c

60 files changed

Lines changed: 991 additions & 1771 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

app/(operations)/common/add-burn-sft-meta-quantity.tsx renamed to app/(operations)/components/add-burn-sft-meta-quantity.tsx

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

app/(operations)/fungible-tokens/change-properties/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { NextPage } from 'next';
2-
import { ChangeProperties } from '../../common/change-properties';
2+
import { ChangeProperties } from '../../components/change-properties';
33
import { Separator } from '@/components/ui/separator';
44

55
const ChangePropertiesPage: NextPage = () => {

0 commit comments

Comments
 (0)