You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The testnet addresses on mev-commit testnet are hard coded into the contracts.go folder. It is used to retrieve the streamed opened commitment events to get feedback on whether the commitment was accepted or not.
Goal
Refactor to be able to dynamically fetch the address based on a variable "testnet" or "mainnet". This is already done in the bidder node script here. Can use it as a starting point.
Problem
The testnet addresses on mev-commit testnet are hard coded into the contracts.go folder. It is used to retrieve the streamed opened commitment events to get feedback on whether the commitment was accepted or not.
Goal
Refactor to be able to dynamically fetch the address based on a variable "testnet" or "mainnet". This is already done in the bidder node script here. Can use it as a starting point.
https://github.com/primev/bidder_node_docker/blob/main/entrypoint.sh
contracts.go
The text was updated successfully, but these errors were encountered: