Skip to content

Commit

Permalink
fix another err, temporary disable bids&tributes creation
Browse files Browse the repository at this point in the history
  • Loading branch information
dusan-maksimovic committed Dec 2, 2024
1 parent 2c79b69 commit cf5da51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-latest-on-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
HUB_RPC_NODE=$(jq -r '.hub_rpc_node' $CONFIG_FILE)
HUB_API_NODE=$(jq -r '.hub_api_node' $CONFIG_FILE)
sed -i "s|^RELAYER_REPO_PATH=.*$|RELAYER_REPO_PATH=./neutron-query-relayer|" ./script.sh
sed -i "s|^RELAYER_REPO_PATH=.*$|RELAYER_REPO_PATH=\.\/neutron-query-relayer|" ./script.sh
sed -i "s/^export NEUTRON_CHAIN_ID=.*$/export NEUTRON_CHAIN_ID=$CHAIN_ID/" ./script.sh
sed -i "s/^export RELAYER_NEUTRON_CHAIN_RPC_ADDR=.*$/export RELAYER_NEUTRON_CHAIN_RPC_ADDR=$NEUTRON_RPC_NODE/" ./script.sh
sed -i "s/^export RELAYER_NEUTRON_CHAIN_REST_ADDR=.*$/export RELAYER_NEUTRON_CHAIN_REST_ADDR=$NEUTRON_API_NODE/" ./script.sh
Expand Down
4 changes: 2 additions & 2 deletions tools/deployment/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ instantiate_tribute
echo 'Hydro contract address:' $HYDRO_CONTRACT_ADDRESS
echo 'Tribute contract address:' $TRIBUTE_CONTRACT_ADDRESS

submit_proposals
add_tributes
# submit_proposals
# add_tributes

echo 'Done!'

0 comments on commit cf5da51

Please sign in to comment.