mirror of
https://github.com/0glabs/0g-chain.git
synced 2025-04-04 07:45:50 +00:00
Update e2e_convert_cosmos_coins_test.go
This commit is contained in:
parent
85c221c3a1
commit
58a83caddc
@ -34,8 +34,7 @@ const initialCosmosCoinConversionDenomFunds = int64(1e4)
|
|||||||
func setupConvertToCoinTest(
|
func setupConvertToCoinTest(
|
||||||
suite *IntegrationTestSuite, accountName string,
|
suite *IntegrationTestSuite, accountName string,
|
||||||
) (denom string, initialFunds sdk.Coins, user *testutil.SigningAccount) {
|
) (denom string, initialFunds sdk.Coins, user *testutil.SigningAccount) {
|
||||||
// we expect a denom to be registered to the allowed denoms param
|
// Query for allowed denoms from parameters
|
||||||
// and for the funded account to have a balance for that denom
|
|
||||||
params, err := suite.ZgChain.Grpc.Query.Evmutil.Params(
|
params, err := suite.ZgChain.Grpc.Query.Evmutil.Params(
|
||||||
context.Background(),
|
context.Background(),
|
||||||
&evmutiltypes.QueryParamsRequest{},
|
&evmutiltypes.QueryParamsRequest{},
|
||||||
|
Loading…
Reference in New Issue
Block a user