File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @deltadefi-protocol/typescript-sdk" ,
33 "description" : " The Typescript SDK for interacting with DeltaDeFi protocol" ,
4- "version" : " 0.3.21 " ,
4+ "version" : " 0.3.22 " ,
55 "main" : " ./dist/index.cjs" ,
66 "browser" : " ./dist/index.js" ,
77 "module" : " ./dist/index.js" ,
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ export class ApiClient {
3636 providedBaseURL ?: string ,
3737 providedWsURL ?: string ,
3838 ) {
39- let baseURL = 'https://api-dev .deltadefi.io' ;
40- let wsURL = 'wss://api-dev .deltadefi.io' ;
39+ let baseURL = 'https://api-staging .deltadefi.io' ;
40+ let wsURL = 'wss://api-staging .deltadefi.io' ;
4141 const headers : ApiHeaders = {
4242 'Content-Type' : 'application/json' ,
4343 } ;
You can’t perform that action at this time.
0 commit comments