Skip to content

Commit

Permalink
Change default production signing service URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ebma committed Aug 9, 2024
1 parent c363b17 commit 3b5be5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ matter what URL the browser requests.
default to either:

- http://localhost:3000 (if in development mode)
- https://prototype-signer-service.pendulumchain.tech (if in production mode)
- https://prototype-signer-service-polygon.pendulumchain.tech (if in production mode)

## Fixing type issues

Expand Down
2 changes: 1 addition & 1 deletion src/constants/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ export const NABLA_ROUTER = '6buMJsFCbXpHRyacKTjBn3Jss241b2aA7CZf9tKzKHMJWpcJ';
export const TRANSFER_WAITING_TIME_SECONDS = 6000;
export const SIGNING_SERVICE_URL =
config.maybeSignerServiceUrl ||
(config.isProd ? 'https://prototype-signer-service.pendulumchain.tech' : 'http://localhost:3000');
(config.isProd ? 'https://prototype-signer-service-polygon.pendulumchain.tech' : 'http://localhost:3000');

0 comments on commit 3b5be5b

Please sign in to comment.