Skip to content

Commit

Permalink
fix: url
Browse files Browse the repository at this point in the history
  • Loading branch information
tungleanh0902 committed Apr 3, 2024
1 parent c7998dc commit 7f1f891
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions scripts/relayer_hyperspace/config-chain-a.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
type = "cosmos"
name = "banksy"
name = "centauri"
rpc_url = "http://127.0.0.1:1317"
grpc_url = "http://0.0.0.0:26656"
websocket_url = "ws://127.0.0.1:9988/websocket"
chain_id = "test-1"
grpc_url = "http://127.0.0.1:9090"
websocket_url = "ws://127.0.0.1:26657/websocket"
chain_id = "localpica"
client_id = "07-tendermint-0"
connection_id = "connection-0"
account_prefix = "centauri"
Expand Down
12 changes: 6 additions & 6 deletions scripts/relayer_hyperspace/config-chain-b.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
type = "parachain"
name = "picasso"
para_id = 2000
type = "picasso_rococo"
name = "rococo-local-alice"
para_id = 2087
parachain_rpc_url = "ws://127.0.0.1:9988"
relay_chain_rpc_url = "ws://127.0.0.1:9988"
client_id = "10-grandpa-0"
connection_id = "connection-0"
relay_chain_rpc_url = "ws://127.0.0.1:9944"
client_id = "08-wasm-0"
connection_id = "connection-1"
channel_whitelist = []
commitment_prefix = "0x6962632f"
private_key = "//Alice"
Expand Down
2 changes: 1 addition & 1 deletion scripts/relayer_hyperspace/config.toml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
prometheus_endpoint = "https://127.0.0.1"
prometheus_endpoint = "https://127.0.0.1:26660"
4 changes: 2 additions & 2 deletions scripts/relayer_hyperspace/config_relayer.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# create client
../composable-ibc/target/release/hyperspace create-clients --config-a ./scripts/relayer_hyperspace/config-chain-a.toml --config-b ./scripts/relayer_hyperspace/config-chain-b.toml --config-core ./scripts/relayer_hyperspace/config.toml --port-id transfer --order unordered
../composable-ibc/target/release/hyperspace create-clients --config-a ./scripts/relayer_hyperspace/config-chain-a.toml --config-b ./scripts/relayer_hyperspace/config-chain-b.toml --config-core ./scripts/relayer_hyperspace/config.toml --delay-period 10

# # create connection
# ../composable-ibc/target/release/hyperspace create-connection --config-a ./scripts/relayer_hyperspace/config-chain-a.toml --config-b ./scripts/relayer_hyperspace/config-chain-b.toml --config-core ./scripts/relayer_hyperspace/config.toml --delay-period 1 --port-id transfer --order unordered
Expand All @@ -9,7 +9,7 @@
# ../composable-ibc/target/release/hyperspace create-channel --config-a ./scripts/relayer_hyperspace/config-chain-a.toml --config-b ./scripts/relayer_hyperspace/config-chain-b.toml --config-core ./scripts/relayer_hyperspace/config.toml --delay-period 0 --port-id tranfer --order unordered --version ics20-1

# # start relayer
# ../composable-ibc/target/release/hyperspace relay --config-a ./scripts/relayer_hyperspace/config-chain-a.toml --config-b ./scripts/relayer_hyperspace/config-chain-b.toml --config-core ./scripts/relayer_hyperspace/config.toml --delay-period 0 --port-id transfer --order unordered --version ics20-1
# ../composable-ibc/target/release/hyperspace relay --config-a ./scripts/relayer_hyperspace/config-chain-a.toml --config-b ./scripts/relayer_hyperspace/config-chain-b.toml --config-core ./scripts/relayer_hyperspace/config.toml --delay-period 1 --port-id transfer --order unordered --version ics20-1

# # send ibc
# centaurid tx ibc-transfer transfer transfer channel-0 --chain-id test-1 5yNZjX24n2eg7W6EVamaTXNQbWCwchhThEaSWB7V3GRjtHeL 100stake

0 comments on commit 7f1f891

Please sign in to comment.