Skip to content

Commit

Permalink
build: update prophet-modules dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJabberwock committed Aug 11, 2024
1 parent ee0c435 commit a9f3ff7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@defi-wonderland/prophet-core": "0.0.0-2e39539b",
"@defi-wonderland/prophet-modules-contracts": "0.0.0-ee716ee0"
"@defi-wonderland/prophet-modules": "0.0.0-e52f8cce"
},
"devDependencies": {
"@commitlint/cli": "19.3.0",
Expand Down
2 changes: 1 addition & 1 deletion remappings.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
forge-std/=node_modules/forge-std/src
halmos-cheatcodes=node_modules/halmos-cheatcodes
@defi-wonderland/prophet-core/=node_modules/@defi-wonderland/prophet-core
@defi-wonderland/prophet-modules-contracts/=node_modules/@defi-wonderland/prophet-modules-contracts
@defi-wonderland/prophet-modules/=node_modules/@defi-wonderland/prophet-modules

contracts/=src/contracts
interfaces/=src/interfaces
19 changes: 7 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -190,22 +190,17 @@
solc-typed-ast "18.1.2"
yargs "17.7.2"

"@defi-wonderland/[email protected]":
version "0.0.0-c25103ea"
resolved "https://registry.yarnpkg.com/@defi-wonderland/prophet-core-contracts/-/prophet-core-contracts-0.0.0-c25103ea.tgz#e7a83271251d6ffbe0644c5971e6748d41ae9255"
integrity sha512-VCIeXwutXaih/ZF0JeqBjqkIs1ALWoFmn9OMeM5ZGcRZfx3JSV+axhi4YiIQVfrTLxICyu2hnbIEV7T1OmLVMQ==

"@defi-wonderland/[email protected]":
version "0.0.0-2e39539b"
resolved "https://registry.yarnpkg.com/@defi-wonderland/prophet-core/-/prophet-core-0.0.0-2e39539b.tgz#dbf01ed05a9af302841123c77e84bc0b3b4a6176"
integrity sha512-EdYpDEO1XeO08uQikhOQ6NzG0LWYxANFk272j4vCyLSJ8kRyJNMv69JJCLcq5kV0B9IzXybmqjreemkZ05z3kQ==

"@defi-wonderland/prophet-modules-contracts@0.0.0-ee716ee0":
version "0.0.0-ee716ee0"
resolved "https://registry.yarnpkg.com/@defi-wonderland/prophet-modules-contracts/-/prophet-modules-contracts-0.0.0-ee716ee0.tgz#cfcc221e8682f6a3cfe77a7353d7b2d894e198e7"
integrity sha512-wFb2FKmIgblXdz8fgTd5D0/ps6wzsnET6yXPhlD6yR2nW2x+/trXf3EvA5hrFzYnkfzp8gaHf60kDns4FAweSA==
"@defi-wonderland/[email protected]e52f8cce":
version "0.0.0-e52f8cce"
resolved "https://registry.yarnpkg.com/@defi-wonderland/prophet-modules/-/prophet-modules-0.0.0-e52f8cce.tgz#5b0cee1c75d1127267ccee29cdcdb2b3a2bfe5dd"
integrity sha512-zNx602Z/GuisTqi120JLgoWcs3wiMKDYvnXJ/6xdYUCNNBQKk2GyCmS6M5Hu1vTbSfDlNRrugy1cDOkG5sSGdg==
dependencies:
"@defi-wonderland/prophet-core-contracts" "0.0.0-c25103ea"
"@defi-wonderland/prophet-core" "0.0.0-2e39539b"
"@openzeppelin/contracts" "4.9.5"
solmate "https://github.com/transmissions11/solmate.git#bfc9c25865a274a7827fea5abf6e4fb64fc64e6c"

Expand Down Expand Up @@ -1725,9 +1720,9 @@ [email protected]:
optionalDependencies:
prettier "^2.8.3"

"solmate@https://github.com/transmissions11/solmate.git#bfc9c25865a274a7827fea5abf6e4fb64fc64e6c":
"solmate@git+https://github.com/transmissions11/solmate.git#bfc9c25865a274a7827fea5abf6e4fb64fc64e6c":
version "6.1.0"
resolved "https://github.com/transmissions11/solmate.git#bfc9c25865a274a7827fea5abf6e4fb64fc64e6c"
resolved "git+https://github.com/transmissions11/solmate.git#bfc9c25865a274a7827fea5abf6e4fb64fc64e6c"

sort-object-keys@^1.1.3:
version "1.1.3"
Expand Down

0 comments on commit a9f3ff7

Please sign in to comment.