Skip to content

Commit

Permalink
tests: Remove openbook-dex submodule from swap
Browse files Browse the repository at this point in the history
  • Loading branch information
acheroncrypto committed Sep 14, 2024
1 parent 433f196 commit 3f3c8a0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "examples/swap/deps/openbook-dex"]
path = tests/swap/deps/openbook-dex
url = https://github.com/openbook-dex/program
[submodule "examples/cfo/deps/openbook-dex"]
path = tests/cfo/deps/openbook-dex
url = https://github.com/openbook-dex/program
Expand Down
2 changes: 1 addition & 1 deletion tests/swap/Anchor.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ swap = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"

[[test.genesis]]
address = "srmqPvymJeFKQ4zGQed1GFppgkRHL9kaELCbyksJtPX"
program = "./deps/openbook-dex/dex/target/deploy/serum_dex.so"
program = "prebuilt-programs/openbook_dex.so"

[scripts]
test = "yarn run mocha -t 1000000 tests/"
Expand Down
1 change: 0 additions & 1 deletion tests/swap/deps/openbook-dex
Submodule openbook-dex deleted from e7af8f
Binary file added tests/swap/prebuilt-programs/openbook_dex.so
Binary file not shown.

0 comments on commit 3f3c8a0

Please sign in to comment.