+
+
+
-
-
-
- {
setFormData({
...formData,
- totalSupply: e.target.value,
+ urlField: e.target.value,
});
}}
- placeholder="Recommended: 1 for NFTs"
- value={formData.totalSupply}
/>
-
-
-
+
+
+
-
-
- {formData.format !== "Token" ? (
-
-
- {
- setFormData({
- ...formData,
- image: e.target.files[0],
- });
- }}
- />
-
- ) : (
-
-
- {
- setFormData({
- ...formData,
- urlField: e.target.value,
- });
- }}
- />
-
- )}
-
-
-
-
-
+ value={formData.format}
+ >
+
+
+
+
+
-
-
+
+
+
-
- Property Metadata
-
- (optional)
-
-
- {formData.metadata.map((metadata) => {
- return TraitMetadataInputField(metadata.id);
- })}
-
-
+
+
+ Property Metadata
+
+ (optional)
+
+
+ {formData.metadata.map((metadata) => {
+ return TraitMetadataInputField(metadata.id);
+ })}
+
+
)}
-
+
**It is recommended that any Creator Host their own Files using their
own token. Evil Tools will not be held responsible for anything that
happens to publicly hosted images.
diff --git a/src/pages/SimpleUpdate.jsx b/src/pages/SimpleUpdate.jsx
index 8536506..bfb9b1a 100644
--- a/src/pages/SimpleUpdate.jsx
+++ b/src/pages/SimpleUpdate.jsx
@@ -1,5 +1,5 @@
import { useState } from "react";
-
+
import algosdk from "algosdk";
import { toast } from "react-toastify";
import axios from "axios";
@@ -400,197 +400,196 @@ export function SimpleUpdate() {
{assetID !== "" && formData.name ? (
<>
-
-
-