Skip to content

Commit

Permalink
feat(jellyfish-api-core): enable dusd vault loop gov attribute in pla…
Browse files Browse the repository at this point in the history
…yground (#2165)

<!--  Thanks for sending a pull request! -->

#### What this PR does / why we need it:

#### Which issue(s) does this PR fixes?:
<!--
(Optional) Automatically closes linked issue when PR is merged.
Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
-->
Fixes #

#### Additional comments?:
  • Loading branch information
lykalabrada authored Nov 1, 2023
1 parent 5b5bbf5 commit c7359c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ it('should have gov set', async () => {
'v0/token/18/loan_minting_enabled': 'true',
'v0/token/18/loan_minting_interest': '3',
'v0/params/feature/icx': 'true',
'v0/vaults/dusd-vault/enabled': 'true',
'v0/params/feature/evm': 'true',
'v0/transferdomain/dvm-evm/dat-enabled': 'true',
'v0/transferdomain/evm-dvm/dat-enabled': 'true',
Expand Down
3 changes: 3 additions & 0 deletions apps/playground-api/src/setups/setup.gov.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ export class SetupGov extends PlaygroundSetup<Record<string, any>> {
// Unloop mechanism for DUSD
'v0/token/14/loan_payback_collateral': 'true',

// Enable DUSD loop for loan
'v0/vaults/dusd-vault/enabled': 'true',

// On-chain governance
'v0/params/feature/gov': 'true',

Expand Down

0 comments on commit c7359c0

Please sign in to comment.