Skip to content

Commit

Permalink
updated testnet ping-pong contract address
Browse files Browse the repository at this point in the history
  • Loading branch information
radumojic committed Jun 26, 2024
1 parent 43fceb0 commit a976c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/config.testnet.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 =
'erd1qqqqqqqqqqqqqpgqq3qsdxf55rlz5ka8mw3jdnacm8dlkuy09l5ql0wrlm';
'erd1qqqqqqqqqqqqqpgqfu2wwk9vjd6rnvu38vyushh67dtdkuvy9l5q3wkk6r';
export const API_URL = 'https://testnet-template-api.multiversx.com';
export const sampleAuthenticatedDomains = [API_URL];
export const environment = EnvironmentsEnum.testnet;

0 comments on commit a976c89

Please sign in to comment.