-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(local-ic): genesis config builder (#1141)
* builder, * migrate types & MnemonicToAddress * default builder test * add eth + avs load state example (avs) * use cosmos as base example * update v47 params for cosmoshub * remove unused * more chains with IBC generation * update chains, `SetAppendedIBCPathLink`, 4 IBC gen * use ibc.DockerImage instead of custom type * `uid_gid` -> original `uid-gid` for Yaml * `SetStartupCommands` * only override ports if first new chain * nit * fix uidgid * fix: local-ic go namespace (#1142) * `github.com/strangelove-ventures/interchaintest/localinterchain` * `interchaintest/localic` * `interchaintest/local-interchain` * uid-gid * order * remove stale comment
- Loading branch information
1 parent
1340e70
commit 2e881e2
Showing
36 changed files
with
680 additions
and
272 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"chains": [ | ||
{ | ||
"name": "osmosis", | ||
"chain_id": "localosmo-1", | ||
"denom": "uosmo", | ||
"binary": "osmosisd", | ||
"bech32_prefix": "osmo", | ||
"docker_image": { | ||
"version": "v25.0.0" | ||
}, | ||
"ibc_paths": ["osmo-ibc-1"] | ||
}, | ||
{ | ||
"name": "osmosis", | ||
"chain_id": "localosmo-2", | ||
"denom": "uosmo", | ||
"binary": "osmosisd", | ||
"bech32_prefix": "osmo", | ||
"docker_image": { | ||
"version": "v25.0.0" | ||
}, | ||
"ibc_paths": ["osmo-ibc-1"] | ||
} | ||
] | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
|
||
## avs-and-eigenlayer-deployed-anvil-state.json | ||
- <https://github.com/mangata-finance/eigen-layer-monorepo/blob/main/tests/integration/avs-and-eigenlayer-deployed-anvil-state.json> |
1 change: 1 addition & 0 deletions
1
local-interchain/chains/state/avs-and-eigenlayer-deployed-anvil-state.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.