Skip to content

Commit

Permalink
expose the grpc for relayer connection (#8559)
Browse files Browse the repository at this point in the history
  • Loading branch information
faza authored Jul 29, 2024
1 parent c45c477 commit fa2168d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/localrelayer/scripts/setup_chain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ edit_config () {

# Expose the rpc
dasel put -t string -f $CONFIG_FOLDER/config.toml '.rpc.laddr' -v "tcp://0.0.0.0:26657"

# Expose the grpc
dasel put -t string -f $CONFIG_FOLDER/app.toml -v "0.0.0.0:9090" '.grpc.address'
}

if [[ ! -d $CONFIG_FOLDER ]]
Expand Down

0 comments on commit fa2168d

Please sign in to comment.