Skip to content

Commit

Permalink
feat(jellyfish-api-core): enable dusd vault loop gov attribute in pg
Browse files Browse the repository at this point in the history
  • Loading branch information
lykalabrada committed Nov 1, 2023
1 parent 5b5bbf5 commit 8678e4a
Showing 1 changed file with 3 additions and 0 deletions.
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 8678e4a

Please sign in to comment.