Skip to content

Commit

Permalink
test: can init relayer
Browse files Browse the repository at this point in the history
  • Loading branch information
duvbell committed Dec 29, 2023
1 parent 79b928b commit 25fc0d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ ictest-all: ictest-start-cosmos ictest-ibc
init-test-framework: clean-testing-data install
@echo "Initializing both blockchains..."
./scripts/tests/init-test-framework.sh
./scripts/tests/relayer/interchain-acc-config/rly-init.sh


clean-testing-data:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"keyring-backend": "test",
"default-denom": "uwhale",
"gas-adjustment": 1.5,
"gas-prices": "0.025uwhale",
"gas-prices": "100uwhale",
"coin-type": 118,
"debug": true,
"timeout": "10s",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"keyring-backend": "test",
"default-denom": "uwhale",
"gas-adjustment": 1.5,
"gas-prices": "0.025uwhale",
"gas-prices": "100uwhale",
"coin-type": 118,
"debug": true,
"timeout": "10s",
Expand Down

0 comments on commit 25fc0d9

Please sign in to comment.