Skip to content

Commit

Permalink
fix: breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Oct 25, 2023
1 parent 5a4dc8b commit b700345
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ export const WC_PROJECT_ID = '56d00bfc0436773edd053b651aec9399';

export enum HeyUrl {
STAGING = 'https://staging.hey.xyz',
TESTNET = 'https://testnet.hey.xyz',
// TODO: revert to testnet once we have a testnet deployment
TESTNET = 'https://v2.hey.xyz',
PRODUCTION = 'https://hey.xyz'
}

Expand Down

0 comments on commit b700345

Please sign in to comment.