Skip to content

Commit

Permalink
Merge pull request #28 from OasisDEX/kk/fix-spark-withdraw
Browse files Browse the repository at this point in the history
chore: update operation names
  • Loading branch information
halaprix authored Mar 22, 2024
2 parents 70d61a9 + e1e8ca5 commit f4c2dd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/deploy-configurations/constants/operation-names.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ export const OPERATION_NAMES = {
DEPOSIT: 'SparkDeposit',
BORROW: 'SparkBorrow',
PAYBACK_WITHDRAW: 'SparkPaybackWithdraw',
WITHDRAW: 'SparkWithdraw_2',
WITHDRAW_TO_DEBT: 'SparkWithdrawToDebt_2',
WITHDRAW: 'SparkWithdraw_3',
WITHDRAW_TO_DEBT: 'SparkWithdrawToDebt_3',
},
maker: {
OPEN_AND_DRAW: 'OpenAndDraw',
Expand Down
2 changes: 1 addition & 1 deletion packages/dma-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oasisdex/dma-library",
"version": "0.5.21-dma-v2-workers.31-auto-withdraw-to-ltv",
"version": "0.5.21-dma-v2-workers.32-auto-withdraw-to-ltv",
"typings": "lib/index.d.ts",
"types": "lib/index.d.ts",
"main": "lib/index.js",
Expand Down

0 comments on commit f4c2dd7

Please sign in to comment.