Documentation ¶
Index ¶
- Variables
- func BuildAllChains(t *testing.T, chains []ibc.Chain) (*interchaintest.Interchain, context.Context, *client.Client, string)
- func CreateChains(t *testing.T, numVals, numFullNodes int) []ibc.Chain
- func CreateChainsWithCustomConfig(t *testing.T, numVals, numFullNodes int, config ibc.ChainConfig) []ibc.Chain
- func GetSEDAConfig() ibc.ChainConfig
- func GetTestGenesis() []cosmos.GenesisKV
Constants ¶
This section is empty.
Variables ¶
View Source
var ( SedaDenom = "aseda" SedaChainName = "seda" SedaRepo = "ghcr.io/sedaprotocol/seda-chain" SedaCfg = ibc.ChainConfig{ Type: "cosmos", Name: SedaChainName, ChainID: "seda-local-1", Images: []ibc.DockerImage{dockerImage}, Bin: "sedad", Bech32Prefix: "seda", Denom: SedaDenom, CoinType: coinType, CoinDecimals: &coinDecimals, GasPrices: fmt.Sprintf("0%s", SedaDenom), GasAdjustment: 2.0, TrustingPeriod: "112h", NoHostMount: false, SkipGenTx: false, PreGenesis: nil, EncodingConfig: sedaEncoding(), ModifyGenesis: nil, ConfigFileOverrides: nil, } /* =================================================== */ /* RELAYER CONFIG */ /* =================================================== */ RlyConfig = types.RelayerConfig{ Type: ibc.CosmosRly, Name: "relay", Image: "ghcr.io/cosmos/relayer", Version: "main", } /* =================================================== */ /* GOV CONFIG */ /* =================================================== */ VotingPeriod = "15s" MaxDepositPeriod = "10s" VoteExtensionsEnableHeight = "100000" // essentially disabled /* =================================================== */ /* WALLET CONFIG */ /* =================================================== */ GenesisWalletAmount = math.NewInt(10_000_000_000) )
Functions ¶
func BuildAllChains ¶
func CreateChains ¶
CreateChains generates this branch's chain (ex: from the commit)
func GetSEDAConfig ¶
func GetSEDAConfig() ibc.ChainConfig
func GetTestGenesis ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.