Skip to content

Commit

Permalink
Update upgrade file from CD
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 18, 2023
1 parent babbe66 commit 767bfb1
Showing 1 changed file with 140 additions and 0 deletions.
140 changes: 140 additions & 0 deletions packages/core/.openzeppelin/polygon.json
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,146 @@
}
}
}
},
"afccf77e805d3dd3da745c059df631f8a0c582a296b159838e04b1c450f4a9b3": {
"address": "0x285E9a2c53dA9581b1403f7584b53e3a5Dc41e92",
"txHash": "0x51b5cf1517d517254e896f0e13280c1d668afbed7bf841a776210e030a6f4559",
"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:63",
"retypedFrom": "bool"
},
{
"label": "_initializing",
"offset": 1,
"slot": "0",
"type": "t_bool",
"contract": "Initializable",
"src": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:68"
},
{
"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": "__gap",
"offset": 0,
"slot": "101",
"type": "t_array(t_uint256)50_storage",
"contract": "ERC1967UpgradeUpgradeable",
"src": "@openzeppelin/contracts-upgradeable/proxy/ERC1967/ERC1967UpgradeUpgradeable.sol:169"
},
{
"label": "__gap",
"offset": 0,
"slot": "151",
"type": "t_array(t_uint256)50_storage",
"contract": "UUPSUpgradeable",
"src": "@openzeppelin/contracts-upgradeable/proxy/utils/UUPSUpgradeable.sol:111"
},
{
"label": "counter",
"offset": 0,
"slot": "201",
"type": "t_uint256",
"contract": "EscrowFactory",
"src": "contracts/EscrowFactory.sol:16"
},
{
"label": "escrowCounters",
"offset": 0,
"slot": "202",
"type": "t_mapping(t_address,t_uint256)",
"contract": "EscrowFactory",
"src": "contracts/EscrowFactory.sol:17"
},
{
"label": "lastEscrow",
"offset": 0,
"slot": "203",
"type": "t_address",
"contract": "EscrowFactory",
"src": "contracts/EscrowFactory.sol:18"
},
{
"label": "staking",
"offset": 0,
"slot": "204",
"type": "t_address",
"contract": "EscrowFactory",
"src": "contracts/EscrowFactory.sol:19"
},
{
"label": "__gap",
"offset": 0,
"slot": "205",
"type": "t_array(t_uint256)46_storage",
"contract": "EscrowFactory",
"src": "contracts/EscrowFactory.sol:80"
}
],
"types": {
"t_address": {
"label": "address",
"numberOfBytes": "20"
},
"t_array(t_uint256)46_storage": {
"label": "uint256[46]",
"numberOfBytes": "1472"
},
"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_mapping(t_address,t_uint256)": {
"label": "mapping(address => uint256)",
"numberOfBytes": "32"
},
"t_uint256": {
"label": "uint256",
"numberOfBytes": "32"
},
"t_uint8": {
"label": "uint8",
"numberOfBytes": "1"
}
}
}
}
}
}

1 comment on commit 767bfb1

@vercel
Copy link

@vercel vercel bot commented on 767bfb1 Sep 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

job-launcher-server – ./packages/apps/job-launcher/server

job-launcher-server-humanprotocol.vercel.app
job-launcher-server-nine.vercel.app
job-launcher-server-git-develop-humanprotocol.vercel.app

Please sign in to comment.