Skip to content

Commit

Permalink
Merge branch 'main' into Reg-1395/Upgrade-SeaportProxyBuyer-testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
Armen-Arakelian authored Sep 12, 2024
2 parents c63e305 + 4171cc3 commit 8bd3b79
Show file tree
Hide file tree
Showing 99 changed files with 4,253 additions and 28 deletions.
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 8bd3b79

Please sign in to comment.