- {computer.getNetwork()}
+ <>
+
+
+ {bigIntToStr(balance)} {computer.getChain()}{' '}
+
+
+
+ {computer.getNetwork()}
+
+ {computer.getNetwork() === 'regtest' && (
+
+ )}
- {computer.getNetwork() === 'regtest' && (
-
+
+ {!!VITE_WITHDRAW_MOD_SPEC && (
+
+
Withdraw to Address
+
+ Complete balance will be withdrawn, Some of your balance might be locked in the tokens.
+ Use withdraw to unlock.
+
+
setAddress(e.target.value)}
+ className="block w-full px-3 py-2 mb-2 text-sm text-gray-900 border border-gray-300 rounded-lg bg-gray-50 focus:ring-blue-500 focus:border-blue-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500"
+ placeholder="Enter recipient address"
+ />
+
+
)}
-
+ >
)
}
@@ -99,7 +184,7 @@ const Address = ({ computer }: any) => {
return (