diff --git a/Makefile b/Makefile index 535fe46f..8a929bbf 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ genmocks: mockgen -destination=./relayer/mock/relayer.go -source=./relayer/relayer.go mockgen -source=chains/evm/calls/calls.go -destination=chains/evm/calls/mock/calls.go mockgen -source=chains/evm/calls/transactor/transact.go -destination=chains/evm/calls/transactor/mock/transact.go - mockgen -destination=chains/evm/executor/mock/voter.go github.com/ChainSafe/chainbridge-core/chains/evm/executor ChainClient,MessageHandler,BridgeContract + mockgen -destination=chains/evm/executor/mock/voter.go github.com/ChainSafe/sygma-core/chains/evm/executor ChainClient,MessageHandler,BridgeContract mockgen -destination=./chains/evm/calls/transactor/itx/mock/itx.go -source=./chains/evm/calls/transactor/itx/itx.go mockgen -destination=./chains/evm/calls/transactor/itx//mock/minimalForwarder.go -source=./chains/evm/calls/transactor/itx/minimalForwarder.go mockgen -destination=chains/evm/cli/bridge/mock/vote-proposal.go -source=./chains/evm/cli/bridge/vote-proposal.go diff --git a/chains/evm/executor/mock/voter.go b/chains/evm/executor/mock/voter.go index 6d332b00..bcb9aa1a 100644 --- a/chains/evm/executor/mock/voter.go +++ b/chains/evm/executor/mock/voter.go @@ -1,5 +1,5 @@ // Code generated by MockGen. DO NOT EDIT. -// Source: github.com/ChainSafe/chainbridge-core/chains/evm/executor (interfaces: ChainClient,MessageHandler,BridgeContract) +// Source: github.com/ChainSafe/sygma-core/chains/evm/executor (interfaces: ChainClient,MessageHandler,BridgeContract) // Package mock_executor is a generated GoMock package. package mock_executor