Skip to content

Commit c7359c0

Browse files
authored
feat(jellyfish-api-core): enable dusd vault loop gov attribute in playground (#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?:
1 parent 5b5bbf5 commit c7359c0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

apps/playground-api/__tests__/modules/PlaygroundModule.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ it('should have gov set', async () => {
200200
'v0/token/18/loan_minting_enabled': 'true',
201201
'v0/token/18/loan_minting_interest': '3',
202202
'v0/params/feature/icx': 'true',
203+
'v0/vaults/dusd-vault/enabled': 'true',
203204
'v0/params/feature/evm': 'true',
204205
'v0/transferdomain/dvm-evm/dat-enabled': 'true',
205206
'v0/transferdomain/evm-dvm/dat-enabled': 'true',

apps/playground-api/src/setups/setup.gov.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ export class SetupGov extends PlaygroundSetup<Record<string, any>> {
6363
// Unloop mechanism for DUSD
6464
'v0/token/14/loan_payback_collateral': 'true',
6565

66+
// Enable DUSD loop for loan
67+
'v0/vaults/dusd-vault/enabled': 'true',
68+
6669
// On-chain governance
6770
'v0/params/feature/gov': 'true',
6871

0 commit comments

Comments
 (0)