Skip to content

Commit

Permalink
feat: full ics setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Aug 25, 2024
1 parent 8860c62 commit e8274cb
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 64 deletions.
2 changes: 1 addition & 1 deletion local-interchain/chains/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
126 changes: 63 additions & 63 deletions local-interchain/chains/interchainsecurity.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -83,18 +83,67 @@
{
"key": "app_state.ccvconsumer.params.reward_denoms",
"value": [
"untrn"
"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"
}
]
}
},
{
"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",
Expand All @@ -105,6 +154,10 @@
}
]
},
{
"key": "app_state.feemarket.params.enabled",
"value": false
},
{
"key": "app_state.feeburner.params.treasury_address",
"value": "neutron1hj5fveer5cjtn4wd6wstzugjfdxzl0xpznmsky"
Expand Down Expand Up @@ -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"
}
]
}
}
]
}

0 comments on commit e8274cb

Please sign in to comment.