Skip to content

Commit

Permalink
removed creation_fee
Browse files Browse the repository at this point in the history
  • Loading branch information
fullstackninja864 committed May 22, 2024
1 parent fb18443 commit 72f3c53
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,7 @@ 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']
}
})

Expand Down
7 changes: 0 additions & 7 deletions apps/playground-api/src/setups/setup.gov.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,12 +179,5 @@ 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)
}
}
1 change: 0 additions & 1 deletion apps/whale-api/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ 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,7 +122,6 @@ 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,7 +43,6 @@ 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 72f3c53

Please sign in to comment.