mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-12-26 16:25:21 +00:00
5cfa33f638
* add cost summary to e2e test suite runs * lower cost of test * refactor initial funding to use new BankSend() * reduce gas used for initial funding * return all sdk funds on shutdown * enable refunds when running against live network * save more cosmos coins! require less total overall * track erc20s on Chain * refactor erc20 funding with new TransferErc20() * return all registered erc20 balance * lower erc20 e2e test values * withdraw earn position & convert back to erc20 * lower gas fees in e2e tests * fix env variable typo * add readme note about how to run on live network * log total spend required for e2e tests
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_EVM_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
|