Skip to content

Commit

Permalink
Update Home.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
yashovardhan authored Nov 13, 2024
1 parent 9774eac commit 3ad5bf0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ export default {
const loggedIn = ref<boolean>(false);
let provider = <IProvider | null>null;

// IMP START - SDK Initialization
// IMP START - Dashboard Registration
const clientId = "BPi5PB_UiIZ-cPz1GtV5i1I2iOSOHuimiXBI0e-Oe_u6X3oVAbCiAZOTEBtTXw4tsluTITPqA8zMsfxIKMjiqNQ"; // get from https://dashboard.web3auth.io
// IMP END - Dashboard Registration
Expand All @@ -92,7 +91,8 @@ export default {
logo: "https://cryptologos.cc/logos/ethereum-eth-logo.png",
};
// IMP END - Chain Config


// IMP START - SDK Initialization
const privateKeyProvider = new EthereumPrivateKeyProvider({
config: { chainConfig },
});
Expand Down

0 comments on commit 3ad5bf0

Please sign in to comment.