Skip to content

Commit

Permalink
ON-513: Polygon network files upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lima committed Nov 6, 2023
1 parent 242adfd commit 205be85
Show file tree
Hide file tree
Showing 2 changed files with 277 additions and 1 deletion.
276 changes: 276 additions & 0 deletions .openzeppelin/polygon.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,282 @@
}
}
}
},
"3a2de891b9511db2351f179bd219b0c75f083aa9efa4f87953603c56ecbc6e48": {
"address": "0x69C9457dC1FDf2E84C4e45402967f3b88Cc6FF00",
"txHash": "0x959c33e7b4b227347a1bbe1d2806bfe19dbdb8822d459ba80a4c8233b01c54a9",
"layout": {
"solcVersion": "0.8.9",
"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": "_owner",
"offset": 0,
"slot": "51",
"type": "t_address",
"contract": "OwnableUpgradeable",
"src": "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:22"
},
{
"label": "__gap",
"offset": 0,
"slot": "52",
"type": "t_array(t_uint256)49_storage",
"contract": "OwnableUpgradeable",
"src": "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:94"
},
{
"label": "_paused",
"offset": 0,
"slot": "101",
"type": "t_bool",
"contract": "PausableUpgradeable",
"src": "@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol:29"
},
{
"label": "__gap",
"offset": 0,
"slot": "102",
"type": "t_array(t_uint256)49_storage",
"contract": "PausableUpgradeable",
"src": "@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol:116"
},
{
"label": "_HASHED_NAME",
"offset": 0,
"slot": "151",
"type": "t_bytes32",
"contract": "EIP712Upgradeable",
"src": "@openzeppelin/contracts-upgradeable/utils/cryptography/EIP712Upgradeable.sol:32"
},
{
"label": "_HASHED_VERSION",
"offset": 0,
"slot": "152",
"type": "t_bytes32",
"contract": "EIP712Upgradeable",
"src": "@openzeppelin/contracts-upgradeable/utils/cryptography/EIP712Upgradeable.sol:33"
},
{
"label": "__gap",
"offset": 0,
"slot": "153",
"type": "t_array(t_uint256)50_storage",
"contract": "EIP712Upgradeable",
"src": "@openzeppelin/contracts-upgradeable/utils/cryptography/EIP712Upgradeable.sol:120"
},
{
"label": "defaultRolesRegistry",
"offset": 0,
"slot": "203",
"type": "t_address",
"contract": "OriumMarketplace",
"src": "contracts/OriumMarketplace.sol:32"
},
{
"label": "tokenRolesRegistry",
"offset": 0,
"slot": "204",
"type": "t_mapping(t_address,t_address)",
"contract": "OriumMarketplace",
"src": "contracts/OriumMarketplace.sol:35"
},
{
"label": "maxDeadline",
"offset": 0,
"slot": "205",
"type": "t_uint256",
"contract": "OriumMarketplace",
"src": "contracts/OriumMarketplace.sol:38"
},
{
"label": "feeInfo",
"offset": 0,
"slot": "206",
"type": "t_mapping(t_address,t_struct(FeeInfo)2609_storage)",
"contract": "OriumMarketplace",
"src": "contracts/OriumMarketplace.sol:41"
},
{
"label": "royaltyInfo",
"offset": 0,
"slot": "207",
"type": "t_mapping(t_address,t_struct(RoyaltyInfo)2604_storage)",
"contract": "OriumMarketplace",
"src": "contracts/OriumMarketplace.sol:44"
},
{
"label": "isCreated",
"offset": 0,
"slot": "208",
"type": "t_mapping(t_bytes32,t_bool)",
"contract": "OriumMarketplace",
"src": "contracts/OriumMarketplace.sol:47"
},
{
"label": "nonceDeadline",
"offset": 0,
"slot": "209",
"type": "t_mapping(t_address,t_mapping(t_uint256,t_uint64))",
"contract": "OriumMarketplace",
"src": "contracts/OriumMarketplace.sol:50"
},
{
"label": "rentals",
"offset": 0,
"slot": "210",
"type": "t_mapping(t_bytes32,t_struct(Rental)2597_storage)",
"contract": "OriumMarketplace",
"src": "contracts/OriumMarketplace.sol:53"
}
],
"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_mapping(t_address,t_address)": {
"label": "mapping(address => address)",
"numberOfBytes": "32"
},
"t_mapping(t_address,t_mapping(t_uint256,t_uint64))": {
"label": "mapping(address => mapping(uint256 => uint64))",
"numberOfBytes": "32"
},
"t_mapping(t_address,t_struct(FeeInfo)2609_storage)": {
"label": "mapping(address => struct OriumMarketplace.FeeInfo)",
"numberOfBytes": "32"
},
"t_mapping(t_address,t_struct(RoyaltyInfo)2604_storage)": {
"label": "mapping(address => struct OriumMarketplace.RoyaltyInfo)",
"numberOfBytes": "32"
},
"t_mapping(t_bytes32,t_bool)": {
"label": "mapping(bytes32 => bool)",
"numberOfBytes": "32"
},
"t_mapping(t_bytes32,t_struct(Rental)2597_storage)": {
"label": "mapping(bytes32 => struct OriumMarketplace.Rental)",
"numberOfBytes": "32"
},
"t_mapping(t_uint256,t_uint64)": {
"label": "mapping(uint256 => uint64)",
"numberOfBytes": "32"
},
"t_struct(FeeInfo)2609_storage": {
"label": "struct OriumMarketplace.FeeInfo",
"members": [
{
"label": "feePercentageInWei",
"type": "t_uint256",
"offset": 0,
"slot": "0"
},
{
"label": "isCustomFee",
"type": "t_bool",
"offset": 0,
"slot": "1"
}
],
"numberOfBytes": "64"
},
"t_struct(Rental)2597_storage": {
"label": "struct OriumMarketplace.Rental",
"members": [
{
"label": "borrower",
"type": "t_address",
"offset": 0,
"slot": "0"
},
{
"label": "expirationDate",
"type": "t_uint64",
"offset": 20,
"slot": "0"
}
],
"numberOfBytes": "32"
},
"t_struct(RoyaltyInfo)2604_storage": {
"label": "struct OriumMarketplace.RoyaltyInfo",
"members": [
{
"label": "creator",
"type": "t_address",
"offset": 0,
"slot": "0"
},
{
"label": "royaltyPercentageInWei",
"type": "t_uint256",
"offset": 0,
"slot": "1"
},
{
"label": "treasury",
"type": "t_address",
"offset": 0,
"slot": "2"
}
],
"numberOfBytes": "96"
},
"t_uint256": {
"label": "uint256",
"numberOfBytes": "32"
},
"t_uint64": {
"label": "uint64",
"numberOfBytes": "8"
},
"t_uint8": {
"label": "uint8",
"numberOfBytes": "1"
}
}
}
}
}
}
2 changes: 1 addition & 1 deletion addresses/polygon/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"OriumMarketplace": {
"address": "0x1A9027FE6DC7675C108c6c801bBf21D902efA1A9",
"operator": "0x359E1208DE02Af11461A37D72165Ef2dcD2Adfc8",
"implementation": "0x17ecC3620cE4062fA5eC4298a6BDc6d5A25d75Fe",
"implementation": "0x69C9457dC1FDf2E84C4e45402967f3b88Cc6FF00",
"proxyAdmin": "0x48c769f6a8de57d824f0e7330d7A27dee53a43cD"
}
}

0 comments on commit 205be85

Please sign in to comment.