Skip to content

Commit

Permalink
closer
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitry-lahoda committed Dec 7, 2023
1 parent c8f172f commit 5233d66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion flake/ibc.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
devnet-root-directory = "/tmp/composable-devnet";
validator-key = "osmo12smx2wdlyttvyzvzg54y2vnqwq2qjateuf7thj";
RUST_LOG =
"debug,hyperspace=debug,hyperspace_parachain=debug,hyperspace_cosmos=debug";
"debug,hyperspace=trace,hyperspace_parachain=trace,hyperspace_cosmos=trace";
in {
packages = rec {
picasso-centauri-ibc-init = pkgs.writeShellApplication {
Expand Down
4 changes: 2 additions & 2 deletions inputs/ComposableFi/composable-ibc/flake-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
hyperspace-picasso-kusama-config-base // {
parachain_rpc_url = "ws://${host}:9988";
relay_chain_rpc_url = "ws://${host}:9944";
# client_id = "08-wasm-5";
client_id = "10-grandpa-0";
client_id = "08-wasm-0";
#client_id = "10-grandpa-0";
};

ibc-relayer-config-picasso-kusama-to-centauri-0-0 =
Expand Down

0 comments on commit 5233d66

Please sign in to comment.