Skip to content

Commit

Permalink
add fixed config to the local.node.config.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
lyh169 committed Oct 11, 2023
1 parent 0f41992 commit c35836c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions config/environments/local/local.node.config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,19 @@ Type = "default"
DefaultGasPriceWei = 1000000000
MaxGasPriceWei = 0

#Type = "fixed"
#UpdatePeriod = "10s"
#DefaultGasPriceWei = 1000000000
#KafkaURL = "127.0.0.1:9092"
#Topic = "middle_coinPrice_push"
#GroupID = "web3_okbc_explorerchainprice"
## just in SASL_SSL mode
#Username = ""
#Password = ""
#DefaultL2CoinPrice = 40
#GasPriceUsdt = 0.0001
#L2CoinId = 7184

[MTClient]
URI = "zkevm-prover:50061"

Expand Down

0 comments on commit c35836c

Please sign in to comment.