diff --git a/.gitignore b/.gitignore index f5dac29f..c5050bb0 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ nginx.crt nginx.key .npmrc +.env \ No newline at end of file diff --git a/src/pegin/components/create/ConfirmationSteps.vue b/src/pegin/components/create/ConfirmationSteps.vue index 10424a5d..54dfc6c0 100644 --- a/src/pegin/components/create/ConfirmationSteps.vue +++ b/src/pegin/components/create/ConfirmationSteps.vue @@ -3,6 +3,16 @@

Confirm Transaction on your {{ walletName }} Wallet

+ + + + + Make sure that you are sending the exact amounted quoted. + + + Make sure the amount, address and transaction fee displayed on the {{ walletName }} wallet are correct. @@ -414,7 +424,12 @@ import { PeginQuote } from '@/common/types'; import * as constants from '@/common/store/constants'; import { truncateStringToSize, copyToClipboard, getBtcAddressExplorerUrl } from '@/common/utils'; import { useGetter, useState } from '@/common/store/helper'; -import { mdiInformation, mdiOpenInNew, mdiContentCopy } from '@mdi/js'; +import { + mdiInformation, + mdiOpenInNew, + mdiContentCopy, + mdiInformationOutline, +} from '@mdi/js'; export default defineComponent({ name: 'ConfirmationSteps', @@ -512,6 +527,7 @@ export default defineComponent({ getBtcAddressExplorerUrl, hasChange, openAddressInExplorer, + mdiInformationOutline, }; }, }); diff --git a/src/pegin/components/create/PegInForm.vue b/src/pegin/components/create/PegInForm.vue index 025b2f37..68713255 100644 --- a/src/pegin/components/create/PegInForm.vue +++ b/src/pegin/components/create/PegInForm.vue @@ -96,7 +96,7 @@ - Continue to Summary + Confirm quote