-
Did you forget your Matic Address?
+
Did you forget your MATIC Address?
If you have your MATIC/BTC/FLO Private Key, enter it here and
recover your Matic Address.
@@ -646,7 +646,7 @@
if (!value)
return {
isValid: false,
- errorText: "Please enter a Matic address",
+ errorText: "Please enter a MATIC address",
};
return {
isValid: maticOperator.isValidAddress(value),
@@ -674,13 +674,13 @@
if (!value)
return {
isValid: false,
- errorText: "Please enter a private key or Matic address",
+ errorText: "Please enter a private key or MATIC Address",
};
return {
isValid:
floCrypto.getPubKeyHex(value) ||
maticOperator.isValidAddress(value),
- errorText: `Invalid private key or Matic address"`,
+ errorText: `Invalid private key or MATIC ddress"`,
};
},
},
@@ -816,13 +816,13 @@
- Check Matic, USDC and USDT balance
+ Check MATIC, USDC and USDT balance
Balance:
- ${ethBalance} Matic
+ ${ethBalance} MATIC
${selectedAsset !== "Matic"
? html`|
- Don't have an Matic address? Create one
+ Don't have an MATIC address? Create one
@@ -1722,7 +1722,7 @@