Skip to content

Commit

Permalink
chore(confix): revert v0.52 client toml changes
Browse files Browse the repository at this point in the history
  • Loading branch information
akhilkumarpilli committed Jul 18, 2024
1 parent a877e3e commit d32c33e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions tools/confix/data/v0.52-client.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,3 @@ output = "text"
node = "tcp://localhost:26657"
# Transaction broadcasting mode (sync|async)
broadcast-mode = "sync"

# gRPC server endpoint to which the client will connect.
# It can be overwritten by the --grpc-addr flag in each command.
grpc-address = ""

# Allow the gRPC client to connect over insecure channels.
# It can be overwritten by the --grpc-insecure flag in each command.
grpc-insecure = false
# This is default the gas adjustment factor used in tx commands.
# It can be overwritten by the --gas-adjustment flag in each tx command.
gas-adjustment = 1.5

0 comments on commit d32c33e

Please sign in to comment.