Skip to content

Commit

Permalink
chore: remove CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Aug 26, 2024
1 parent 3785737 commit 2b6761f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 327 deletions.
323 changes: 0 additions & 323 deletions .circleci/config.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[submodule "node/extern/lotus"]
path = node/extern/lotus
url = https://github.com/filecoin-project/lotus
branch = master
branch = master
[submodule "extern/fevm-uniswap-v3-core"]
path = extern/fevm-uniswap-v3-core
url = https://github.com/DigitalMOB2/fevm-uniswap-v3-core
Expand Down
2 changes: 1 addition & 1 deletion node/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ submodule:

gomod:
@echo "module github.com/filecoin-project/fevm-contract-tests/node" > go.mod
@echo "go 1.21" >> go.mod
@echo "go 1.22" >> go.mod
@echo "replace github.com/filecoin-project/lotus => ./extern/lotus" >> go.mod
@echo "replace github.com/filecoin-project/filecoin-ffi => ./extern/lotus/extern/filecoin-ffi" >> go.mod
go mod tidy
Expand Down
2 changes: 1 addition & 1 deletion node/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/filecoin-project/fevm-contract-tests/node

go 1.21
go 1.22

replace github.com/filecoin-project/lotus => ./extern/lotus

Expand Down

0 comments on commit 2b6761f

Please sign in to comment.