Skip to content
This repository has been archived by the owner on Mar 26, 2023. It is now read-only.

Commit

Permalink
move app id to live one
Browse files Browse the repository at this point in the history
  • Loading branch information
joshstevens19 committed May 24, 2021
1 parent 8e320c6 commit 99d3482
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit 99d3482

Please sign in to comment.