Skip to content

Commit

Permalink
added df23height flag
Browse files Browse the repository at this point in the history
  • Loading branch information
fullstackninja864 committed May 22, 2024
1 parent d4ea9d8 commit fb18443
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@ it('should have gov set', async () => {
'v0/transferdomain/dvm-evm/dest-formats': ['erc55'],
'v0/transferdomain/evm-dvm/src-formats': ['erc55'],
'v0/transferdomain/evm-dvm/auth-formats': ['bech32-erc55'],
'v0/transferdomain/evm-dvm/dest-formats': ['bech32', 'p2pkh']
// 'v0/vaults/params/creation_fee': '2'
'v0/transferdomain/evm-dvm/dest-formats': ['bech32', 'p2pkh'],
'v0/vaults/params/creation_fee': '2'
}
})

Expand Down
12 changes: 6 additions & 6 deletions apps/playground-api/src/setups/setup.gov.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,11 +180,11 @@ export class SetupGov extends PlaygroundSetup<Record<string, any>> {
})
await this.generate(1)

// await this.client.masternode.setGov({
// ATTRIBUTES: {
// 'v0/vaults/params/creation_fee': '2'
// }
// })
// await this.generate(1)
await this.client.masternode.setGov({
ATTRIBUTES: {
'v0/vaults/params/creation_fee': '2'
}
})
await this.generate(1)
}
}
1 change: 1 addition & 0 deletions apps/whale-api/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ services:
-grandcentralheight=16
-grandcentralepilogueheight=17
-metachainheight=18
-df23height=19
-regtest-skip-loan-collateral-validation
-regtest-minttoken-simulate-mainnet=0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ export class NativeChainContainer extends GenericContainer {
'-grandcentralheight=16',
'-grandcentralepilogueheight=17',
'-metachainheight=18',
'-df23height=19',
'-regtest-skip-loan-collateral-validation',
'-regtest-minttoken-simulate-mainnet=0'
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export class RegTestContainer extends DeFiDContainer {
'-grandcentralheight=16',
'-grandcentralepilogueheight=17',
'-metachainheight=18',
'-df23height=19',
'-regtest-skip-loan-collateral-validation',
'-regtest-minttoken-simulate-mainnet=0',
'-rpc-governance-accept-neutral=1'
Expand Down

0 comments on commit fb18443

Please sign in to comment.