Skip to content

Commit

Permalink
[REG-1397] Add ERC20 permit function to USDC mock smart contract (#362)
Browse files Browse the repository at this point in the history
* [REG-1397] ERC20PermitUpgradableMock + permit test

* [REG-1397] Versioning
  • Loading branch information
Armen-Arakelian authored Sep 12, 2024
1 parent d2752df commit 84f62be
Show file tree
Hide file tree
Showing 16 changed files with 1,100 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

yarn lint
yarn lint:fix

npx hardhat clean
yarn compile
git add artifacts/*
git add .
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.9.30

- Added permit functionality to erc20Mock and made it upgradable

## v0.9.29

- Added functions for match orders zone authorization and validation on SeaportProxyBuyer
Expand Down
24 changes: 24 additions & 0 deletions artifacts/EIP712Upgradeable.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"_format": "hh-sol-artifact-1",
"contractName": "EIP712Upgradeable",
"sourceName": "@openzeppelin/contracts-upgradeable/utils/cryptography/draft-EIP712Upgradeable.sol",
"abi": [
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint8",
"name": "version",
"type": "uint8"
}
],
"name": "Initialized",
"type": "event"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}
Loading

0 comments on commit 84f62be

Please sign in to comment.