Skip to content

Commit

Permalink
Merge pull request #18669 from carlosmiei/bequant-v3
Browse files Browse the repository at this point in the history
feat(bequant): upgrade to v3
  • Loading branch information
kroitor committed Jul 26, 2023
2 parents f8f282a + b9fa4dc commit 4b55f3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ts/src/bequant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ export default class bequant extends hitbtc {
'urls': {
'logo': 'https://user-images.githubusercontent.com/1294454/55248342-a75dfe00-525a-11e9-8aa2-05e9dca943c6.jpg',
'api': {
'public': 'https://api.bequant.io',
'private': 'https://api.bequant.io',
'public': 'https://api.bequant.io/api/3',
'private': 'https://api.bequant.io/api/3',
},
'www': 'https://bequant.io',
'doc': [
Expand Down
4 changes: 2 additions & 2 deletions ts/src/pro/bequant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export default class bequant extends hitbtc {
'urls': {
'logo': 'https://user-images.githubusercontent.com/1294454/55248342-a75dfe00-525a-11e9-8aa2-05e9dca943c6.jpg',
'api': {
'public': 'https://api.bequant.io',
'private': 'https://api.bequant.io',
'public': 'https://api.bequant.io/api/3',
'private': 'https://api.bequant.io/api/3',
},
'www': 'https://bequant.io',
'doc': [
Expand Down

0 comments on commit 4b55f3d

Please sign in to comment.