diff --git a/demo/vue-app-new/.env.development b/demo/vue-app-new/.env.development deleted file mode 100644 index e73dba66b..000000000 --- a/demo/vue-app-new/.env.development +++ /dev/null @@ -1 +0,0 @@ -# VITE_SOLANA_MAINNET_RPC="enter your rpc endpoint here" \ No newline at end of file diff --git a/demo/vue-app-new/.env.sample b/demo/vue-app-new/.env.sample index 2bdb8762e..5e89c3a36 100644 --- a/demo/vue-app-new/.env.sample +++ b/demo/vue-app-new/.env.sample @@ -1 +1,2 @@ -VITE_APP_PIMLICO_API_KEY= \ No newline at end of file +VITE_APP_PIMLICO_API_KEY="" +VITE_SOLANA_MAINNET_RPC="" \ No newline at end of file diff --git a/demo/vue-app-new/src/components/AppDashboard.vue b/demo/vue-app-new/src/components/AppDashboard.vue index 26fff22e0..9fb7387a2 100644 --- a/demo/vue-app-new/src/components/AppDashboard.vue +++ b/demo/vue-app-new/src/components/AppDashboard.vue @@ -195,7 +195,7 @@ const onSignPersonalMsg = async () => { {{ $t("app.buttons.btnGetUserInfo") }} - +
Wallet Service