Skip to content

Commit d03fa80

Browse files
authored
Merge pull request #48 from urosognjenovic/main
Update Permit2 address source link
2 parents 1a51d77 + 0016290 commit d03fa80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patterns/permit2/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,6 @@ The provided [example code](./Permit2Vault.sol) is a simple vault that users can
116116
The [tests](../../test/Permit2Vault.t.sol) deploy a local, bytecode fork of the mainnet Permit2 contract to test an instance of the vault against. The EIP-712 hashing and signature generation is written in solidity/foundry as well, but should normally be performed off-chain at the frontend/backend level in your language of choice.
117117

118118
## Resources
119-
- [Permit2 Announcement](https://uniswap.org/blog/permit2-and-universal-router) - The canonical Permit2 address can also be found here.
119+
- [Permit2 Announcement](https://blog.uniswap.org/permit2-and-universal-router) - The canonical Permit2 address can also be found here.
120120
- [Permit2 Repo](https://github.com/Uniswap/permit2) - Permit2 Smart contracts
121121
- [Permit2 `SignatureTransfer` Docs](https://docs.uniswap.org/contracts/permit2/reference/signature-transfer) - Official Permit2 docs provided by Uniswap.

0 commit comments

Comments
 (0)