Skip to content

Commit 1164709

Browse files
committed
chore: use deployed psm url
1 parent a513c0a commit 1164709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/miden-chain/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ export const TOKEN_MAPPING = {
6262
[MidenTokens.Miden]: { faucetId: 'mtst1aqmat9m63ctdsgz6xcyzpuprpulwk9vg_qruqqypuyph' }
6363
};
6464

65-
export const DEFAULT_PSM_ENDPOINT = 'http://localhost:3000';
65+
export const DEFAULT_PSM_ENDPOINT = 'https://psm-stg.openzeppelin.com';

0 commit comments

Comments
 (0)