Skip to content

Commit

Permalink
fix gravity test
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Jan 27, 2022
1 parent a965d01 commit 2d61d35
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion integration_tests/configs/disable_auto_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ cronos_777-1:
amount: "1"
feemarket:
params:
no_base_fee: true
no_base_fee: false
initial_base_fee: 100000000000
7 changes: 4 additions & 3 deletions scripts/cronos-experimental-devnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ cronos_777-1:
evm:
params:
evm_denom: basetcro
feemarket:
params:
no_base_fee: true
cronos:
params:
cronos_admin: crc12luku6uxehhak02py4rcz65zu0swh7wjsrw0pp
Expand All @@ -53,3 +50,7 @@ cronos_777-1:
params:
receive_enabled: true
send_enabled: true
feemarket:
params:
no_base_fee: false
initial_base_fee: 100000000000

0 comments on commit 2d61d35

Please sign in to comment.