Skip to content

Commit

Permalink
switch to npm dependency for solidity-merkle-trees
Browse files Browse the repository at this point in the history
  • Loading branch information
seunlanlege committed Jul 22, 2024
1 parent 57e1627 commit 728f725
Show file tree
Hide file tree
Showing 5 changed files with 7 additions 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 "lib/solidity-merkle-trees"]
path = lib/solidity-merkle-trees
url = https://github.com/polytope-labs/solidity-merkle-trees
[submodule "lib/openzeppelin-contracts"]
path = lib/openzeppelin-contracts
url = https://github.com/openzeppelin/openzeppelin-contracts
Expand Down
1 change: 0 additions & 1 deletion lib/solidity-merkle-trees
Submodule solidity-merkle-trees deleted from f637bb
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"bridges"
],
"dependencies": {
"@polytope-labs/solidity-merkle-trees": "^0.2.1",
"prettier": "^3.3.3",
"prettier-plugin-solidity": "^1.3.1"
}
Expand Down
2 changes: 1 addition & 1 deletion remappings.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
openzeppelin/=lib/openzeppelin-contracts/contracts/
solidity-merkle-trees/=lib/solidity-merkle-trees/src/
solidity-merkle-trees/=node_modules/@polytope-labs/solidity-merkle-trees/src/
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
# yarn lockfile v1


"@polytope-labs/solidity-merkle-trees@^0.2.1":
version "0.2.1"
resolved "https://registry.yarnpkg.com/@polytope-labs/solidity-merkle-trees/-/solidity-merkle-trees-0.2.1.tgz#7c3399c071ee246df92f37b8cebc9f545a915917"
integrity sha512-aoJbZXWgIDgvwWEXQL3cEqFAXdTzaOxo3r373LMOtm8W/v9RnRNVW/gplWQGVZs+tvdwGP9Sp6ToKknIIPwQ5g==

"@solidity-parser/parser@^0.17.0":
version "0.17.0"
resolved "https://registry.yarnpkg.com/@solidity-parser/parser/-/parser-0.17.0.tgz#52a2fcc97ff609f72011014e4c5b485ec52243ef"
Expand Down

0 comments on commit 728f725

Please sign in to comment.