-
+
+
Transfer assets from your injective wallet to your Mars credit account. If you
don’t have any assets in your injective wallet use the injective bridge to
transfer funds to your injective wallet.
@@ -128,11 +129,11 @@ const FundAccountModal = ({ show, onClose }: any) => {
Loading...
) : (
<>
-
-
-
Asset:
+
+
+
Asset:
-
-
Amount:
+
+
Amount:
handleValueChange(e.target.valueAsNumber)}
onBlur={(e) => {
if (e.target.value === '') setAmount(0)
@@ -161,9 +162,9 @@ const FundAccountModal = ({ show, onClose }: any) => {
/>
-
In wallet: {walletAmount.toLocaleString()}
+
In wallet: {walletAmount.toLocaleString()}
{
const decimal = value[0] / 100
@@ -178,10 +179,10 @@ const FundAccountModal = ({ show, onClose }: any) => {
>
)}
-
+
-
Lending Assets
-
+
Lending Assets
+
Lend assets from account to earn yield.
@@ -201,7 +202,7 @@ const FundAccountModal = ({ show, onClose }: any) => {