Skip to content

Commit

Permalink
fix: using correct migaloo coin type
Browse files Browse the repository at this point in the history
  • Loading branch information
duvbell committed Dec 29, 2023
1 parent 61b1b75 commit 79b928b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ ictest-all: ictest-start-cosmos ictest-ibc
### Integration Tests ###
###############################################################################

#./scripts/tests/relayer/interchain-acc-config/rly-init.sh

# ./scripts/tests/relayer/interchain-acc-config/rly-init.sh
init-test-framework: clean-testing-data install
@echo "Initializing both blockchains..."
./scripts/tests/init-test-framework.sh
Expand Down
1 change: 1 addition & 0 deletions scripts/run-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ update_test_genesis '.app_state["mint"]["params"]["mint_denom"]="'$DENOM'"'
update_test_genesis '.app_state["gov"]["deposit_params"]["min_deposit"]=[{"denom":"'$DENOM'","amount": "1000000"}]'
update_test_genesis '.app_state["crisis"]["constant_fee"]={"denom":"'$DENOM'","amount":"1000"}'
update_test_genesis '.app_state["staking"]["params"]["bond_denom"]="'$DENOM'"'
update_test_genesis '.app_state["
# enable rest server and swagger
$SED_BINARY -i '0,/enable = false/s//enable = true/' $HOME_DIR/config/app.toml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"default-denom": "uwhale",
"gas-adjustment": 1.5,
"gas-prices": "0.025uwhale",
"coin-type": 330,
"coin-type": 118,
"debug": true,
"timeout": "10s",
"output-format": "json",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"default-denom": "uwhale",
"gas-adjustment": 1.5,
"gas-prices": "0.025uwhale",
"coin-type": 330,
"coin-type": 118,
"debug": true,
"timeout": "10s",
"output-format": "json",
Expand Down

0 comments on commit 79b928b

Please sign in to comment.