2023-03-07 22:37:45 +00:00
# E2E_KAVA_FUNDED_ACCOUNT_MNEMONIC is for a funded account used to intialize all new testing accounts.
2023-04-06 17:51:13 +00:00
# Should be funded with KAVA and have an ERC20 balance
2023-03-07 22:37:45 +00:00
E2E_KAVA_FUNDED_ACCOUNT_MNEMONIC = 'tent fitness boat among census primary pipe nose dream glance cave turtle electric fabric jacket shaft easy myself genuine this sibling pulse word unfold'
2023-03-17 18:30:23 +00:00
2023-06-20 16:29:25 +00:00
# E2E_RUN_KVTOOL_NETWORKS is the only currently supported option.
# It triggers tests to be run against local networks spun up with kvtool.
E2E_RUN_KVTOOL_NETWORKS = true
2023-03-28 22:32:36 +00:00
# E2E_KVTOOL_KAVA_CONFIG_TEMPLATE is the kvtool template used to start the chain. See the `kava.configTemplate` flag in kvtool.
# Note that the config tempalte must support overriding the docker image tag via the KAVA_TAG variable.
E2E_KVTOOL_KAVA_CONFIG_TEMPLATE = "master"
2023-03-07 22:37:45 +00:00
# E2E_INCLUDE_IBC_TESTS when true will start a 2nd chain & open an IBC channel. It will enable all IBC tests.
2023-04-05 16:27:32 +00:00
E2E_INCLUDE_IBC_TESTS = true
2023-03-17 18:30:23 +00:00
# E2E_SKIP_SHUTDOWN when true will keep the networks running after tests complete (pass or fail)
# This is useful for debugging chain state when writing tests.
E2E_SKIP_SHUTDOWN = false
2023-03-28 22:32:36 +00:00
# The following variables should be defined to run an upgrade.
# E2E_INCLUDE_AUTOMATED_UPGRADE when true enables the automated upgrade & corresponding tests in the suite.
E2E_INCLUDE_AUTOMATED_UPGRADE = false
# E2E_KAVA_UPGRADE_NAME is the name of the upgrade that must be in the current local image.
E2E_KAVA_UPGRADE_NAME =
# E2E_KAVA_UPGRADE_HEIGHT is the height at which the upgrade will be applied.
2023-06-06 21:51:42 +00:00
# If IBC tests are enabled this should be >30. Otherwise, this should be >10.
2023-03-28 22:32:36 +00:00
E2E_KAVA_UPGRADE_HEIGHT =
# E2E_KAVA_UPGRADE_BASE_IMAGE_TAG is the tag of the docker image the chain should upgrade from.
E2E_KAVA_UPGRADE_BASE_IMAGE_TAG =
2023-04-06 17:51:13 +00:00
# E2E_KAVA_ERC20_ADDRESS is the address of a pre-deployed ERC20 token.
2023-06-26 22:03:51 +00:00
# The E2E_KAVA_FUNDED_ACCOUNT_MNEMONIC account must have a balance.
# The ERC20 must be enabled via x/evmutil params for conversion to sdk.Coin.
# The corresponding sdk.Coin must be a supported vault in x/earn.
2023-04-06 17:51:13 +00:00
E2E_KAVA_ERC20_ADDRESS = 0xeA7100edA2f805356291B0E55DaD448599a72C6d