mirror of
https://github.com/0glabs/0g-chain.git
synced 2025-04-02 14:55:17 +00:00
Update e2e_convert_cosmos_coins_test.go
This commit is contained in:
parent
1f7139a41d
commit
1f9de5eaa9
@ -47,6 +47,9 @@ func setupConvertToCoinTest(
|
||||
|
||||
tokenInfo := params.Params.AllowedCosmosDenoms[0]
|
||||
denom = tokenInfo.CosmosDenom
|
||||
suite.Require().NotEmpty(denom, "cosmos denom cannot be empty")
|
||||
|
||||
// Setup initial funds with both staking denom (for gas) and conversion denom
|
||||
initialFunds = sdk.NewCoins(
|
||||
sdk.NewInt64Coin(suite.ZgChain.StakingDenom, 1e5), // gas money
|
||||
sdk.NewInt64Coin(denom, initialCosmosCoinConversionDenomFunds), // conversion-enabled cosmos coin
|
||||
|
Loading…
Reference in New Issue
Block a user