mirror of
https://github.com/tlsnotary/tlsn-extension.git
synced 2026-01-09 21:18:02 -05:00
chore: updating notary api url constant to alpha.5
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user