Skip to content

Commit

Permalink
fix: disable claim sponsor in default configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed Feb 19, 2025
1 parent 0b776cf commit 30fe247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ MaxRequestsPerIPAndSecond = 10
[ClaimSponsor]
DBPath = "{{PathRWData}}/claimsponsor.sqlite"
Enabled = true
Enabled = false
SenderAddr = "0xfa3b44587990f97ba8b6ba7e230a5f0e95d14b3d"
BridgeAddrL2 = "0xB7098a13a48EcE087d3DA15b2D28eCE0f89819B8"
MaxGas = 200000
Expand Down

0 comments on commit 30fe247

Please sign in to comment.