Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Remove JSBI, switch to native BigInt, fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
emiliolisk committed Sep 6, 2022
1 parent 7267395 commit 230a0a9
Show file tree
Hide file tree
Showing 6 changed files with 150 additions and 2,072 deletions.
48 changes: 45 additions & 3 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
"@oclif/plugin-autocomplete": "0.3.0",
"@oclif/plugin-help": "3.2.2",
"axios": "0.21.2",
"bigint-buffer": "^1.1.5",
"fs-extra": "9.1.0",
"inquirer": "8.0.0",
"lisk-commander": "^6.0.0-alpha.0",
Expand Down
2 changes: 1 addition & 1 deletion src/app/modules/dex/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export interface FeeTiers {
[id: number]: number;
}

export type Q96 = BigInt;
export type Q96 = bigint;
export type TokenID = Buffer;
export type PoolID = Buffer;
export type PositionID = Buffer;
Expand Down
Loading

0 comments on commit 230a0a9

Please sign in to comment.