+ {exampleNftData && (
+
+
+
+ Note: Example prefilled with ExampleNFT type
+ identifier for testnet
+
+
+ )}
+
+
+
+ setNftIdentifier(e.target.value)}
+ placeholder={
+ exampleNftData
+ ? exampleNftData.nftIdentifier
+ : "e.g., A.012e4d204a60ac6f.ExampleNFT.NFT"
+ }
+ className={`w-full px-4 py-3 rounded-lg border font-mono text-sm transition-all duration-200
+ ${
+ darkMode
+ ? `bg-gray-900/50 border-white/10 text-white placeholder-gray-500
+ focus:border-flow-primary/50`
+ : `bg-white border-black/10 text-black placeholder-gray-400
+ focus:border-flow-primary/50`
+ } outline-none`}
+ />
+
+
+
+
+ setNftIds(e.target.value)}
+ placeholder="e.g., 1,2,3"
+ className={`w-full px-4 py-3 rounded-lg border font-mono text-sm transition-all duration-200
+ ${
+ darkMode
+ ? `bg-gray-900/50 border-white/10 text-white placeholder-gray-500
+ focus:border-flow-primary/50`
+ : `bg-white border-black/10 text-black placeholder-gray-400
+ focus:border-flow-primary/50`
+ } outline-none`}
+ />
+
+
+
+
+
+
+
+
+