Skip to content

Commit

Permalink
chore: add projectId
Browse files Browse the repository at this point in the history
  • Loading branch information
gagdiez committed Sep 25, 2024
1 parent 3689f6d commit 5282d05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion frontend/src/wallets/near.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export class Wallet {
* @returns {Promise<string>} - the accountId of the signed-in user
*/
startUp = async (accountChangeHook) => {
const alwaysOnboardDuringSignIn = true;
this.selector = setupWalletSelector({
network: this.networkId,
modules: [
Expand Down
5 changes: 2 additions & 3 deletions frontend/src/wallets/web3modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ const near = {
testnet: NetworkId === "testnet",
};

// Get projectId from https://cloud.reown.com
// check https://docs.reown.com/cloud/relay for more details
const projectId = 'YOUR_PROJECT_ID';
// Get your projectId at https://cloud.reown.com
const projectId = '5bb0fe33763b3bea40b8d69e4269b4ae';

export const wagmiConfig = createConfig({
chains: [near],
Expand Down

0 comments on commit 5282d05

Please sign in to comment.