-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #687 from AnakinSkywalkeer/development-1
fix: removed the tags and added the branch in .gitmodules
- Loading branch information
Showing
7 changed files
with
30 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,33 @@ | ||
[submodule "packages/contracts/lib/Uniswap/v2-periphery"] | ||
path = packages/contracts/lib/Uniswap/v2-periphery | ||
url = https://github.com/Uniswap/v2-periphery.git | ||
tag = v1.0.0-beta.0 | ||
branch= master | ||
[submodule "packages/contracts/lib/Uniswap/v2-core"] | ||
path = packages/contracts/lib/Uniswap/v2-core | ||
url = https://github.com/Uniswap/v2-core.git | ||
tag = v1.0.1 | ||
branch= master | ||
[submodule "packages/contracts/lib/solidity-linked-list"] | ||
path = packages/contracts/lib/solidity-linked-list | ||
url = https://github.com/vittominacori/solidity-linked-list | ||
tag = v5.1.0 | ||
branch= master | ||
[submodule "packages/contracts/lib/openzeppelin-contracts"] | ||
path = packages/contracts/lib/openzeppelin-contracts | ||
url = https://github.com/OpenZeppelin/openzeppelin-contracts | ||
tag = v4.9.0 | ||
branch = release-v4.9 | ||
[submodule "packages/contracts/lib/forge-std"] | ||
path = packages/contracts/lib/forge-std | ||
url = https://github.com/foundry-rs/forge-std | ||
tag = v1.5.6 | ||
branch = chore/v1.5.6 | ||
[submodule "packages/contracts/lib/abdk-libraries-solidity"] | ||
path = packages/contracts/lib/abdk-libraries-solidity | ||
url = https://github.com/abdk-consulting/abdk-libraries-solidity | ||
tag = v3.2 | ||
branch= master | ||
[submodule "packages/contracts/lib/operator-filter-registry"] | ||
path = packages/contracts/lib/operator-filter-registry | ||
url = https://github.com/ProjectOpenSea/operator-filter-registry | ||
tag = v1.4.1 | ||
branch= v1.4.0 | ||
[submodule "packages/contracts/lib/Uniswap/v3-periphery"] | ||
path = packages/contracts/lib/Uniswap/v3-periphery | ||
url = https://github.com/Uniswap/v3-periphery.git | ||
tag = v1.3.0 | ||
[submodule "packages/contracts/packages/contracts/lib/Uniswap/v2-periphery"] | ||
path = packages/contracts/packages/contracts/lib/Uniswap/v2-periphery | ||
url = https://github.com/Uniswap/v2-periphery.git | ||
tag = v1.0.0-beta.0 | ||
[submodule "packages/contracts/packages/contracts/lib/Uniswap/v2-core"] | ||
path = packages/contracts/packages/contracts/lib/Uniswap/v2-core | ||
url = https://github.com/Uniswap/v2-core | ||
tag = v1.0.1 | ||
branch= main | ||
|
Submodule forge-std
updated
48 files
Submodule openzeppelin-contracts
updated
571 files
Submodule operator-filter-registry
updated
48 files
Submodule solidity-linked-list
updated
21 files
+2 −1 | .editorconfig | |
+0 −3 | .eslintignore | |
+1 −3 | .eslintrc | |
+20 −0 | .github/actions/setup/action.yml | |
+22 −58 | .github/workflows/ci.yml | |
+6 −6 | .gitignore | |
+1 −1 | .nvmrc | |
+13 −0 | .prettierrc | |
+9 −6 | .solhint.json | |
+10 −30 | README.md | |
+1 −1 | docs/.vuepress/.env.json.example | |
+1 −1 | docs/.vuepress/config.js | |
+5 −10 | hardhat.config.js | |
+54,252 −0 | package-lock.json | |
+33 −31 | package.json | |
+0 −0 | scripts/.gitkeep | |
+0 −7 | scripts/compile.sh | |
+0 −4 | scripts/coverage.sh | |
+0 −59 | scripts/test.sh | |
+135 −135 | test/StructuredLinkedList.test.js | |
+2 −11 | truffle-config.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
92b792e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deployment: Mon Jun 26 2023 10:23:06 (UTC)