Skip to content

Commit

Permalink
fix: das ToAddress config
Browse files Browse the repository at this point in the history
  • Loading branch information
xrypto.c committed Jul 12, 2024
1 parent 3555d37 commit ec30e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/config/test.node.config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ DefaultMinGasPriceAllowed = 1000000000
MinAllowedGasPriceInterval = "5m"
PollMinAllowedGasPriceInterval = "15s"
AccountQueue = 0
DasAddress = "0x0" ## TODO remove this
GlobalQueue = 0
[Pool.EffectiveGasPrice]
Enabled = false
Expand All @@ -58,7 +59,6 @@ GlobalQueue = 0
Port = "5432"
EnableLog = false
MaxConns = 200
DasAddress = "0x0" ## TODO remove this

[Etherman]
URL = "http://zkevm-mock-l1-network:8545"
Expand Down

0 comments on commit ec30e86

Please sign in to comment.