Skip to content

Commit

Permalink
refactor: updated oracle to move to x/keysigner
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikelle committed May 16, 2024
1 parent 41de4f2 commit b162105
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 175 deletions.
2 changes: 1 addition & 1 deletion oracle/cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import (

"github.com/ethereum/go-ethereum/common"
contracts "github.com/primev/mev-commit/contracts-abi/config"
"github.com/primev/mev-commit/oracle/pkg/keysigner"
"github.com/primev/mev-commit/oracle/pkg/node"
"github.com/primev/mev-commit/x/keysigner"
"github.com/urfave/cli/v2"
"github.com/urfave/cli/v2/altsrc"
)
Expand Down
173 changes: 0 additions & 173 deletions oracle/pkg/keysigner/keysigner.go

This file was deleted.

2 changes: 1 addition & 1 deletion oracle/pkg/node/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ import (
preconf "github.com/primev/mev-commit/contracts-abi/clients/PreConfCommitmentStore"
providerregistry "github.com/primev/mev-commit/contracts-abi/clients/ProviderRegistry"
"github.com/primev/mev-commit/oracle/pkg/apiserver"
"github.com/primev/mev-commit/oracle/pkg/keysigner"
"github.com/primev/mev-commit/oracle/pkg/l1Listener"
"github.com/primev/mev-commit/oracle/pkg/store"
"github.com/primev/mev-commit/oracle/pkg/updater"
"github.com/primev/mev-commit/x/contracts/events"
"github.com/primev/mev-commit/x/contracts/events/publisher"
"github.com/primev/mev-commit/x/contracts/transactor"
"github.com/primev/mev-commit/x/contracts/txmonitor"
"github.com/primev/mev-commit/x/keysigner"
)

type Options struct {
Expand Down

0 comments on commit b162105

Please sign in to comment.