Skip to content

Commit

Permalink
small cp vaultstate in rust-ocean
Browse files Browse the repository at this point in the history
  • Loading branch information
canonbrother committed Sep 26, 2024
1 parent 7fe1e6e commit effa252
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import BigNumber from 'bignumber.js'
import { LoanVaultState } from '@defichain/whale-api-client/dist/api/loan'
import { DLoanController, DefidBin, DefidRpc } from '../../e2e.defid.module'
import { WhaleApiException } from '@defichain/whale-api-client/dist/errors'

Expand Down Expand Up @@ -104,7 +103,8 @@ describe('get', () => {
minColRatio: '150'
},
ownerAddress: address1,
state: LoanVaultState.ACTIVE,
// state: LoanVaultState.ACTIVE,
state: 'active',
informativeRatio: '-1',
collateralRatio: '-1',
collateralValue: '0',
Expand Down

0 comments on commit effa252

Please sign in to comment.