diff --git a/src/modules/blockchains/components/TopupModal/index.tsx b/src/modules/blockchains/components/TopupModal/index.tsx index 26860d830..c87b61f87 100644 --- a/src/modules/blockchains/components/TopupModal/index.tsx +++ b/src/modules/blockchains/components/TopupModal/index.tsx @@ -229,7 +229,7 @@ const TopupModal = (props: IProps) => { }} onClick={() => { copy(paymentAddress); - toast.success('Copied successully!'); + toast.success('Copied successfully!'); }} /> diff --git a/src/utils/metamask-helper.ts b/src/utils/metamask-helper.ts index 0af687b16..dbc6f5ab5 100644 --- a/src/utils/metamask-helper.ts +++ b/src/utils/metamask-helper.ts @@ -28,7 +28,7 @@ export const sendMetamaskDeeplink = ( }, ) => { if (!tokenInfor) { - throw Error('Token informatino is invalid'); + throw Error('Token information is invalid'); } let value;