Skip to content

Commit

Permalink
build: install permit2 from uniswap repo
Browse files Browse the repository at this point in the history
docs: include permit2 change in docs
  • Loading branch information
andreivladbrg committed Oct 2, 2023
1 parent c1acdfe commit 277afbe
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
path = "lib/openzeppelin-contracts"
url = "https://github.com/OpenZeppelin/openzeppelin-contracts"
[submodule "lib/permit2"]
branch = "release"
path = "lib/permit2"
url = "https://github.com/sablier-labs/permit2"
branch = "main"
path = "lib/permit2"
url = "https://github.com/uniswap/permit2"
[submodule "lib/prb-proxy"]
branch = "release-v4"
path = "lib/prb-proxy"
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ The format is based on [Common Changelog](https://common-changelog.org).
- **Breaking**: Change `permit2Params` to `transferData`, which has type `bytes`
([#161](https://github.com/sablier-labs/v2-periphery/pull/161))
- Bump V2 Core ([#191](https://github.com/sablier-labs/v2-periphery/pull/191))
- Install `permit2` depencency from Uniswap repository ([#198](https://github.com/sablier-labs/v2-periphery/pull/198))
- Upgrade Solidity to `0.8.21` ([#187](https://github.com/sablier-labs/v2-periphery/pull/187))

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@openzeppelin/contracts": "4.9.2",
"@prb/proxy": "4.0.1",
"@sablier/v2-core": "1.0.2",
"@uniswap/permit2": "github:sablier-labs/permit2#4ea99fe3a01bb526cba6370f1e07d247a718ea51",
"@uniswap/permit2": "github:Uniswap/permit2#cc56ad0f3439c502c246fc5cfcc3db92bb8b7219",
"solhint": "^3.6.2"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 277afbe

Please sign in to comment.