From 99d348258bb7afa4a93aa13cbe13bf20a1102298 Mon Sep 17 00:00:00 2001 From: Josh Stevens Date: Mon, 24 May 2021 13:34:12 +0100 Subject: [PATCH] move app id to live one --- src/App.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index a1d143b..42a9017 100644 --- a/src/App.vue +++ b/src/App.vue @@ -64,14 +64,13 @@ export default { // is always exposed in `window.funwallet.sdk` await FunWalletEmbed.load({ appId: - '0x4bacd419787e5caec0058282067089891e88d48afd03741ddb452555eb7bcf3d', + '0x1b084986077d1aedfa1d92318fdcc7d1621fbc92deb390269b94226fd79c0ce6', // make sure its in a arrow expression // functions so it can get context to `this` // when executing your wallet event listener method eventListenerCallback: () => { this.registerEventListeners(); }, - environment: 'LOCAL', }); isAuthenticated$.subscribe((value) => {