Skip to content

Commit

Permalink
Merge pull request #760 from bcnmy/fix/disable-flashbots
Browse files Browse the repository at this point in the history
fix(config): turned off flashbots for eth(1) and sepolia(11155111)
  • Loading branch information
fichiokaku authored Dec 23, 2024
2 parents 28634a5 + 046bd08 commit 3fe16cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
713715, 3799, 167009, 80084, 5845, 1328, 28882, 920637907288165, 1740, 4202
],
"blocknative": {
"supportedNetworks": [1, 11155111],
"supportedNetworks": [],
"confidenceLevel": 99
},
"supportsDebugTraceCall": [],
Expand Down Expand Up @@ -1113,7 +1113,7 @@
"statusUrl": "https://protect.flashbots.net/tx",
"getStatusIntervalDelay": 5000,
"maxBlockWait": 26,
"supportedNetworks": [1]
"supportedNetworks": []
},
"clearStaleMessages": {
"supportedNetworks": [1, 11155111],
Expand Down

0 comments on commit 3fe16cb

Please sign in to comment.