Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Commit

Permalink
Don't expose accountNumbers to users
Browse files Browse the repository at this point in the history
  • Loading branch information
samweinberg23 committed Jul 6, 2020
1 parent 6a1abcd commit 4aa87fd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dydxprotocol/solo",
"version": "0.37.3",
"version": "0.37.4",
"description": "Ethereum Smart Contracts and TypeScript library used for the dYdX Solo-Margin Trading Protocol",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down
5 changes: 5 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -785,3 +785,8 @@ export enum RequestMethod {
POST = 'post',
DELETE = 'delete',
}

export enum AccountNumbers {
SPOT = '78249916358380492593314239409032173911741268194868200833150293576330928686520',
MARGIN = '0',
}

0 comments on commit 4aa87fd

Please sign in to comment.