Skip to content

Commit

Permalink
rm consolelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
quasisamurai committed Sep 23, 2024
1 parent bee8ea8 commit a6298fc
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/testcases/run_in_band/rate_limit.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,6 @@ describe('Neutron / IBC transfer', () => {
1,
1,
);
console.log(
JSON.stringify({
gov_module: ADMIN_MODULE_ADDRESS,
ibc_module: ADMIN_MODULE_ADDRESS,
paths: [quota],
}),
);
rlContract = await neutronClient.create(CONTRACTS.RATE_LIMITER, {
gov_module: neutronWallet.address,
ibc_module: ADMIN_MODULE_ADDRESS,
Expand Down Expand Up @@ -190,8 +183,6 @@ describe('Neutron / IBC transfer', () => {
const neutronSupply = await bankQuerier.supplyOf({
denom: NEUTRON_DENOM,
});

console.log(neutronSupply.amount);
// 1% of ntrn supply - 1ntrn
const firstAmount = (
BigInt(neutronSupply.amount.amount) / BigInt(100) -
Expand All @@ -202,7 +193,6 @@ describe('Neutron / IBC transfer', () => {
mainDao.contracts.core.address,
NEUTRON_DENOM,
);
console.log(balance);
// transfer 6.9(9)M from neutron wallet which almost 1%, but still not reach it
const res = await neutronClient.signAndBroadcast(
[
Expand Down Expand Up @@ -337,7 +327,6 @@ describe('Neutron / IBC transfer', () => {
denom: UATOM_IBC_TO_NEUTRON_DENOM,
});

console.log(uatomibcSupply.amount);
const res = await neutronClient.signAndBroadcast(
[
{
Expand Down

0 comments on commit a6298fc

Please sign in to comment.