Skip to content

Commit

Permalink
Merge pull request #243 from multiversx/ag/passkeys
Browse files Browse the repository at this point in the history
fix devnet cfg
  • Loading branch information
andreigiura authored Sep 3, 2024
2 parents 54c8d07 + 4cf7608 commit 03325e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/config/config.devnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ export const contractAddress =
export const API_URL = 'https://devnet-template-api.multiversx.com';
export const sampleAuthenticatedDomains = [API_URL];
export const environment = EnvironmentsEnum.devnet;
export const metamaskSnapWalletAddress = 'https://localhost:3002';
export const metamaskSnapWalletAddress =
'https://devnet-snap-wallet.multiversx.com';

0 comments on commit 03325e0

Please sign in to comment.