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

Commit

Permalink
fix: bignumber issue (#121)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexey Churkin <164254+alexeychr@users.noreply.github.com>
  • Loading branch information
mncdg and alexeychr authored Sep 15, 2023
1 parent 22e7805 commit e82d8fb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 30 deletions.
40 changes: 13 additions & 27 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@debridge-finance/dln-taker",
"version": "2.13.4",
"version": "2.13.5",
"description": "DLN executor is the rule-based daemon service developed to automatically execute orders placed on the deSwap Liquidity Network (DLN) across supported blockchains",
"license": "GPL-3.0-only",
"author": "deBridge",
Expand Down Expand Up @@ -33,13 +33,13 @@
"types": "./dist/index.d.ts",
"dependencies": {
"@debridge-finance/dln-client": "7.0.1",
"@debridge-finance/legacy-dln-profitability": "1.3.1",
"@debridge-finance/legacy-dln-profitability": "1.3.2",
"@debridge-finance/solana-utils": "4.1.0",
"@protobuf-ts/plugin": "2.8.1",
"@solana/web3.js": "1.66.2",
"axios": "0.21.4",
"axios-cache-adapter": "2.7.3",
"bignumber.js": "9.1.0",
"bignumber.js": "9.1.2",
"bs58": "5.0.0",
"dotenv": "16.0.3",
"node-cache": "^5.1.2",
Expand Down

0 comments on commit e82d8fb

Please sign in to comment.