Skip to content

Commit

Permalink
Merge pull request #159 from multiversx/development
Browse files Browse the repository at this point in the history
Change devnet contract address (#158)
  • Loading branch information
CiprianDraghici committed Nov 2, 2023
2 parents eec8299 + 9ef7906 commit d40fc07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/config.devnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { EnvironmentsEnum } from 'types';
export * from './sharedConfig';

export const contractAddress =
'erd1qqqqqqqqqqqqqpgq72l6vl07fkn3alyfq753mcy4nakm0l72396qkcud5x';
'erd1qqqqqqqqqqqqqpgqm6ad6xrsjvxlcdcffqe8w58trpec09ug9l5qde96pq';
export const API_URL = 'https://devnet-template-api.multiversx.com';
export const sampleAuthenticatedDomains = [API_URL];
export const environment = EnvironmentsEnum.devnet;

0 comments on commit d40fc07

Please sign in to comment.