chore: updating notary api url constant to alpha.5

This commit is contained in:
Tanner Shaw
2024-04-08 12:03:23 -07:00
parent 25689017b0
commit 71cef56356
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@
"redux-logger": "^3.0.6",
"redux-thunk": "^2.4.2",
"tailwindcss": "^3.3.3",
"tlsn-js": "0.1.0-alpha.4.1"
"tlsn-js": "0.1.0-alpha.5.0"
},
"devDependencies": {
"@babel/core": "^7.20.12",

View File

@@ -1,3 +1,3 @@
export const EXPLORER_API = 'http://localhost:3000';
export const NOTARY_API = 'https://notary.pse.dev/v0.1.0-alpha.4';
export const NOTARY_API = 'https://notary.pse.dev/v0.1.0-alpha.5';
export const NOTARY_PROXY = 'wss://notary.pse.dev/proxy';