Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pr0n00gler committed Jul 4, 2024
1 parent bd5a28b commit 0645791
Show file tree
Hide file tree
Showing 3 changed files with 768 additions and 766 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@cosmos-client/core": "^0.47.4",
"@cosmos-client/cosmwasm": "^0.40.3",
"@cosmos-client/ibc": "^1.2.1",
"@neutron-org/neutronjsplus": "github.com/neutron-org/neutronjsplus.git#bcad3b0dc674ad54a63556863515e6832cebed5d",
"@neutron-org/neutronjsplus": "https://github.com/neutron-org/neutronjsplus.git#bcad3b0dc674ad54a63556863515e6832cebed5d",
"@types/lodash": "^4.14.182",
"@types/long": "^5.0.0",
"axios": "^0.27.2",
Expand Down
5 changes: 3 additions & 2 deletions src/testcases/run_in_band/parameters.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {
updateFeerefunderParamsProposal,
updateInterchainqueriesParamsProposal,
updateInterchaintxsParamsProposal,
updateTokenfacoryParamsProposal,
updateTokenfactoryParamsProposal,
updateTransferParamsProposal,
} from '@neutron-org/neutronjsplus/dist/proposal';

Expand Down Expand Up @@ -127,10 +127,11 @@ describe('Neutron / Parameters', () => {
chainManagerAddress,
'Proposal #2',
'Tokenfactory params proposal',
updateTokenfacoryParamsProposal({
updateTokenfactoryParamsProposal({
fee_collector_address: await neutronChain.getNeutronDAOCore(),
denom_creation_fee: [{ denom: 'untrn', amount: '1' }],
denom_creation_gas_consume: 100000,
whitelisted_hooks: [],
}),
'1000',
);
Expand Down
Loading

0 comments on commit 0645791

Please sign in to comment.