diff --git a/local-interchain/chains/README.md b/local-interchain/chains/README.md index 8897a71a5..3a77cfea0 100644 --- a/local-interchain/chains/README.md +++ b/local-interchain/chains/README.md @@ -1,6 +1,6 @@ # Chains Examples -## interchainsecurity +## interchainsecurity & neutron Current the neutron heighliner image does not work due to some /tmp issue in the docker image. For this reason, you must compile the image yourself to use the latest v50 instance. diff --git a/local-interchain/chains/interchainsecurity.json b/local-interchain/chains/interchainsecurity.json index 8446afd81..e5463c064 100644 --- a/local-interchain/chains/interchainsecurity.json +++ b/local-interchain/chains/interchainsecurity.json @@ -52,15 +52,15 @@ }, { "name": "ics-consumer", - "chain_id": "localneutron-1", - "denom": "untrn", - "binary": "neutrond", - "bech32_prefix": "neutron", + "chain_id": "localstride-1", + "denom": "ustrd", + "binary": "strided", + "bech32_prefix": "stride", "docker_image": { - "version": "v3.0.4", - "repository": "ghcr.io/strangelove-ventures/heighliner/neutron" + "version": "v23.0.0", + "repository": "ghcr.io/strangelove-ventures/heighliner/stride" }, - "gas_prices": "0.0untrn,0.0uatom", + "gas_prices": "0.0ustride,0.0uatom", "chain_type": "cosmos", "coin_type": 118, "trusting_period": "336h", @@ -83,7 +83,7 @@ { "key": "app_state.ccvconsumer.params.reward_denoms", "value": [ - "untrn" + "ustrd" ] }, { @@ -91,10 +91,59 @@ "value": [ "uatom" ] + } + ], + "accounts": [ + { + "name": "acc0", + "address": "stride1hj5fveer5cjtn4wd6wstzugjfdxzl0xp98jwc0", + "amount": "10000000000%DENOM%", + "mnemonic": "decorate bright ozone fork gallery riot bus exhaust worth way bone indoor calm squirrel merry zero scheme cotton until shop any excess stage laundry" + } + ] + } + }, + { + "name": "ics-consumer", + "chain_id": "localneutron-1", + "denom": "untrn", + "binary": "neutrond", + "bech32_prefix": "neutron", + "docker_image": { + "version": "latest", + "repository": "neutron-node" + }, + "ics_version_override": { + "provider": "v3.3.x", + "consumer": "v4.x" + }, + "gas_prices": "0.025untrn,0.0uatom", + "chain_type": "cosmos", + "coin_type": 118, + "trusting_period": "336h", + "gas_adjustment": 1.3, + "number_vals": 1, + "number_node": 0, + "ics_consumer_link": "localcosmos-1", + "debugging": true, + "block_time": "1s", + "genesis": { + "modify": [ + { + "key": "consensus.params.block.max_gas", + "value": "100000000" }, { - "key": "consensus_params.block.max_gas", - "value": "1000000000" + "key": "app_state.ccvconsumer.params.reward_denoms", + "value": [ + "untrn" + ] + }, + { + "key": "app_state.ccvconsumer.params.provider_reward_denoms", + "value": [ + "uatom" + ] }, { "key": "app_state.globalfee.params.minimum_gas_prices", @@ -105,6 +154,10 @@ } ] }, + { + "key": "app_state.feemarket.params.enabled", + "value": false + }, { "key": "app_state.feeburner.params.treasury_address", "value": "neutron1hj5fveer5cjtn4wd6wstzugjfdxzl0xpznmsky" @@ -143,59 +196,6 @@ } ] } - }, - { - "name": "ics-consumer", - "chain_id": "localstride-1", - "denom": "ustrd", - "binary": "strided", - "bech32_prefix": "stride", - "docker_image": { - "version": "v23.0.0", - "repository": "ghcr.io/strangelove-ventures/heighliner/stride" - }, - "gas_prices": "0.0ustride,0.0uatom", - "chain_type": "cosmos", - "coin_type": 118, - "trusting_period": "336h", - "gas_adjustment": 1.3, - "number_vals": 1, - "number_node": 0, - "ics_consumer_link": "localcosmos-1", - "debugging": true, - "block_time": "1s", - "genesis": { - "modify": [ - { - "key": "consensus_params.block.max_gas", - "value": "100000000" - }, - { - "key": "app_state.ccvconsumer.params.soft_opt_out_threshold", - "value": "0.05" - }, - { - "key": "app_state.ccvconsumer.params.reward_denoms", - "value": [ - "ustrd" - ] - }, - { - "key": "app_state.ccvconsumer.params.provider_reward_denoms", - "value": [ - "uatom" - ] - } - ], - "accounts": [ - { - "name": "acc0", - "address": "stride1hj5fveer5cjtn4wd6wstzugjfdxzl0xp98jwc0", - "amount": "10000000000%DENOM%", - "mnemonic": "decorate bright ozone fork gallery riot bus exhaust worth way bone indoor calm squirrel merry zero scheme cotton until shop any excess stage laundry" - } - ] - } } ] }