mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
7cff7bec23
* add NodeRunner impl for connecting to live network * refactor out node runner setups * remove hardcoded denom for DeployedErc20 * further specify restrictions on DeployedErc20 * don't override .env funded account mnemonic * lower amounts for convert to coin e2e tests * lower fund values used by e2e tests * add doc comments for all e2e functions & types
21 lines
1.1 KiB
Plaintext
21 lines
1.1 KiB
Plaintext
# E2E_KAVA_FUNDED_ACCOUNT_MNEMONIC is for a funded account used to intialize all new testing accounts.
|
|
# Should be funded with KAVA and have an ERC20 balance
|
|
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'
|
|
|
|
# E2E_RUN_KVTOOL_NETWORKS must be false to trigger run on live network
|
|
E2E_RUN_KVTOOL_NETWORKS=false
|
|
|
|
# Configure the endpoints for connecting to the running network here.
|
|
E2E_KAVA_RPC_URL='http://localhost:26657'
|
|
E2E_KAVA_GRPC_URL='http://localhost:9090'
|
|
E2E_KAVA_EMV_RPC_URL='http://localhost:8545'
|
|
|
|
# E2E_INCLUDE_IBC_TESTS is not currently supported for running tests against a live network.
|
|
E2E_INCLUDE_IBC_TESTS=false
|
|
|
|
# E2E_KAVA_ERC20_ADDRESS is the address of a pre-deployed ERC20 token.
|
|
# 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.
|
|
E2E_KAVA_ERC20_ADDRESS=0xeA7100edA2f805356291B0E55DaD448599a72C6d
|