Closed bryanchriswhite closed 2 years ago
I think the end-to-end tests are failing because both TestContractSwap
and TestContractExecution
inherit from BaseContract
which deploys the bridge contract in setUpClass
. If we use cosmpy to check if a contract with that address already exists, we should be able to use the same address when running the tests all together or in isolation.
Changes
Dependencies