File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 88 "cosmossdk.io/math"
99 wasmtypes "github.com/CosmWasm/wasmd/x/wasm/types"
1010 "github.com/cosmos/cosmos-sdk/types/module/testutil"
11- liquidtypes "github.com/cosmos/gaia/v24 /x/liquid/types"
11+ liquidtypes "github.com/cosmos/gaia/v25 /x/liquid/types"
1212 "github.com/cosmos/interchaintest/v10"
1313 "github.com/cosmos/interchaintest/v10/chain/cosmos"
1414 "github.com/cosmos/interchaintest/v10/ibc"
2525 IBCRelayerImage = "ghcr.io/cosmos/relayer"
2626 IBCRelayerVersion = "main"
2727
28+ HermesRelayerImage = "ghcr.io/informalsystems/hermes"
29+ HermesRelayerVersion = "main"
30+
2831 PersistenceCoreImage = ibc.DockerImage {
2932 Repository : "persistence" ,
3033 Version : "local" ,
8487 },
8588 }
8689
87- genesisWalletAmount = math .NewInt (10_000_000 )
90+ genesisWalletAmount = math .NewInt (10_000_000 )
91+ cosmosGenesisWalletAmount = math .NewInt (1_000_000_000_000 )
8892)
8993
9094// PersistenceEncoding registers the persistenceCore specific module codecs so that the associated types and msgs
You can’t perform that action at this time.
0 commit comments