Skip to content

Commit

Permalink
[REG-1415]Deploy new version of SeaportProxyBuyer to Polygon mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
Armen-Arakelian committed Sep 13, 2024
1 parent 8bd3b79 commit 6f53a5f
Show file tree
Hide file tree
Showing 3 changed files with 192 additions and 3 deletions.
191 changes: 191 additions & 0 deletions .openzeppelin/polygon.json
Original file line number Diff line number Diff line change
Expand Up @@ -6411,6 +6411,197 @@
},
"namespaces": {}
}
},
"fbdfcdb3b925509e400c2d5672c1e09a6e7284d4dc23429d35a0030610ecb0d0": {
"address": "0x53B01e32807127D3c2Fb6eA1A3b268753183Ed68",
"txHash": "0x311435c135fe74b4bf652428484e56e6f56399a7e896aec6529f84e1edfbf9d8",
"layout": {
"solcVersion": "0.8.24",
"storage": [
{
"label": "_initialized",
"offset": 0,
"slot": "0",
"type": "t_uint8",
"contract": "Initializable",
"src": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:62",
"retypedFrom": "bool"
},
{
"label": "_initializing",
"offset": 1,
"slot": "0",
"type": "t_bool",
"contract": "Initializable",
"src": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:67"
},
{
"label": "__gap",
"offset": 0,
"slot": "1",
"type": "t_array(t_uint256)50_storage",
"contract": "ContextUpgradeable",
"src": "@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol:36"
},
{
"label": "_status",
"offset": 0,
"slot": "51",
"type": "t_uint256",
"contract": "ReentrancyGuardUpgradeable",
"src": "@openzeppelin/contracts-upgradeable/security/ReentrancyGuardUpgradeable.sol:38"
},
{
"label": "__gap",
"offset": 0,
"slot": "52",
"type": "t_array(t_uint256)49_storage",
"contract": "ReentrancyGuardUpgradeable",
"src": "@openzeppelin/contracts-upgradeable/security/ReentrancyGuardUpgradeable.sol:74"
},
{
"label": "__gap",
"offset": 0,
"slot": "101",
"type": "t_array(t_uint256)50_storage",
"contract": "ERC2771RegistryContext",
"src": "contracts/metatx/ERC2771RegistryContext.sol:89"
},
{
"label": "_owner",
"offset": 0,
"slot": "151",
"type": "t_address",
"contract": "OwnableUpgradeable",
"src": "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:22"
},
{
"label": "__gap",
"offset": 0,
"slot": "152",
"type": "t_array(t_uint256)49_storage",
"contract": "OwnableUpgradeable",
"src": "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:94"
},
{
"label": "__gap",
"offset": 0,
"slot": "201",
"type": "t_array(t_uint256)50_storage",
"contract": "ERC165Upgradeable",
"src": "@openzeppelin/contracts-upgradeable/utils/introspection/ERC165Upgradeable.sol:41"
},
{
"label": "_roles",
"offset": 0,
"slot": "251",
"type": "t_mapping(t_bytes32,t_struct(RoleData)12512_storage)",
"contract": "AccessControlUpgradeable",
"src": "@openzeppelin/contracts-upgradeable/access/AccessControlUpgradeable.sol:61"
},
{
"label": "__gap",
"offset": 0,
"slot": "252",
"type": "t_array(t_uint256)49_storage",
"contract": "AccessControlUpgradeable",
"src": "@openzeppelin/contracts-upgradeable/access/AccessControlUpgradeable.sol:259"
},
{
"label": "_paused",
"offset": 0,
"slot": "301",
"type": "t_bool",
"contract": "PausableUpgradeable",
"src": "@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol:29"
},
{
"label": "__gap",
"offset": 0,
"slot": "302",
"type": "t_array(t_uint256)49_storage",
"contract": "PausableUpgradeable",
"src": "@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol:116"
},
{
"label": "_seaport",
"offset": 0,
"slot": "351",
"type": "t_contract(ConsiderationInterface)52093",
"contract": "SeaportProxyBuyer",
"src": "contracts/marketplace/SeaportProxyBuyer.sol:31"
},
{
"label": "__gap",
"offset": 0,
"slot": "352",
"type": "t_array(t_uint256)50_storage",
"contract": "SeaportProxyBuyer",
"src": "contracts/marketplace/SeaportProxyBuyer.sol:129"
}
],
"types": {
"t_address": {
"label": "address",
"numberOfBytes": "20"
},
"t_array(t_uint256)49_storage": {
"label": "uint256[49]",
"numberOfBytes": "1568"
},
"t_array(t_uint256)50_storage": {
"label": "uint256[50]",
"numberOfBytes": "1600"
},
"t_bool": {
"label": "bool",
"numberOfBytes": "1"
},
"t_bytes32": {
"label": "bytes32",
"numberOfBytes": "32"
},
"t_contract(ConsiderationInterface)52093": {
"label": "contract ConsiderationInterface",
"numberOfBytes": "20"
},
"t_mapping(t_address,t_bool)": {
"label": "mapping(address => bool)",
"numberOfBytes": "32"
},
"t_mapping(t_bytes32,t_struct(RoleData)12512_storage)": {
"label": "mapping(bytes32 => struct AccessControlUpgradeable.RoleData)",
"numberOfBytes": "32"
},
"t_struct(RoleData)12512_storage": {
"label": "struct AccessControlUpgradeable.RoleData",
"members": [
{
"label": "members",
"type": "t_mapping(t_address,t_bool)",
"offset": 0,
"slot": "0"
},
{
"label": "adminRole",
"type": "t_bytes32",
"offset": 0,
"slot": "1"
}
],
"numberOfBytes": "64"
},
"t_uint256": {
"label": "uint256",
"numberOfBytes": "32"
},
"t_uint8": {
"label": "uint8",
"numberOfBytes": "1"
}
},
"namespaces": {}
}
}
}
}
2 changes: 0 additions & 2 deletions src/tasks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1226,8 +1226,6 @@ const proposeSeaportProxyBuyerTask: Task = {

const receipt = await proposal.txResponse?.wait();

console.log(receipt?.contractAddress);

if (receipt?.contractAddress) {
await ctx.saveContractConfig(
UnsContractName.SeaportProxyBuyer,
Expand Down
2 changes: 1 addition & 1 deletion uns-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
"SeaportProxyBuyer": {
"address": "0x8b031F472F7f90ac1fAE1616Ddf1283CDDe084bF",
"deploymentBlock": "0x037b22db",
"implementation": "0xceEE7A3D7bEb72e4C62820416808D3a226356a5e",
"implementation": "0x53B01e32807127D3c2Fb6eA1A3b268753183Ed68",
"forwarder": "0x8b031F472F7f90ac1fAE1616Ddf1283CDDe084bF"
},
"USDC": {
Expand Down

0 comments on commit 6f53a5f

Please sign in to comment.