From 1337e156d5af767a2389c99d0ffdc9a976197f44 Mon Sep 17 00:00:00 2001 From: Tim Date: Tue, 30 Apr 2024 14:49:43 -0400 Subject: [PATCH] testnet warning; remove deposit address display --- src/components/Vault.vue | 11 ++++++++--- src/layouts/chart/MainView.vue | 2 ++ src/store/store.js | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/src/components/Vault.vue b/src/components/Vault.vue index 7593707..88a9284 100644 --- a/src/components/Vault.vue +++ b/src/components/Vault.vue @@ -25,8 +25,8 @@
- Creating Your Dexorder Vault + Multiple vaults are not yet supported + + -

There are no funds currently in your vault. Send tokens to the address above to fund your - vault.

+

There are no funds currently in your vault. + +

There are no funds currently in your vault. Use the faucet below to mint some testnet coins into your vault.

diff --git a/src/layouts/chart/MainView.vue b/src/layouts/chart/MainView.vue index 4d2fa4f..3cf6f24 100644 --- a/src/layouts/chart/MainView.vue +++ b/src/layouts/chart/MainView.vue @@ -1,5 +1,7 @@