From 03ddc13911be1feeacd594fa565da7850bcf8be8 Mon Sep 17 00:00:00 2001 From: Serkan Reis Date: Mon, 24 Apr 2023 10:59:49 +0300 Subject: [PATCH] Add default code id & info box to sg721 dashboard > migrate --- pages/contracts/sg721/migrate.tsx | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/pages/contracts/sg721/migrate.tsx b/pages/contracts/sg721/migrate.tsx index ce37207..c73a361 100644 --- a/pages/contracts/sg721/migrate.tsx +++ b/pages/contracts/sg721/migrate.tsx @@ -1,3 +1,5 @@ +import { Alert } from 'components/Alert' +import { Anchor } from 'components/Anchor' import { Button } from 'components/Button' import { ContractPageHeader } from 'components/ContractPageHeader' import { useExecuteComboboxState } from 'components/contracts/sg721/ExecuteCombobox.hooks' @@ -36,6 +38,7 @@ const Sg721MigratePage: NextPage = () => { title: 'Code ID', subtitle: 'Code ID of the New Sg721 contract', placeholder: '1', + defaultValue: 47, }) const contractState = useInputState({ @@ -102,6 +105,20 @@ const Sg721MigratePage: NextPage = () => {
+ +
+ Migrating a v1 contract to Code ID: 47 (sg721-updatable) will allow the creator to update the royalty + details and token metadata. Once the migration is complete, new functionalities can be performed using{' '} + + Collection Actions + + . +
+