Skip to content

Commit e2714a7

Browse files
remove eden network
Signed-off-by: Krasi Georgiev <[email protected]>
1 parent 938e42e commit e2714a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

flashbot.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ func NewAll(netID int64, prvKey *ecdsa.PrivateKey, additional ...*Api) ([]Flashb
163163

164164
switch netID {
165165
case 1:
166-
apis = append(apis, &Api{URL: "https://api.edennetwork.io/v1/bundle", SupportsSimulation: false})
167166
apis = append(apis, additional...)
168167
}
169168
return NewMulti(netID, prvKey, apis...)

0 commit comments

Comments
 (0)