Skip to content

Commit 34366a3

Browse files
committed
upgrade contracts and subgraphs
1 parent dffcdd8 commit 34366a3

File tree

6 files changed

+637
-11
lines changed

6 files changed

+637
-11
lines changed

packages/core/.openzeppelin/bsc-testnet.json

Lines changed: 157 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2643,6 +2643,163 @@
26432643
},
26442644
"namespaces": {}
26452645
}
2646+
},
2647+
"0b3f3143732508087efac60711ac3095e6c5416a94fdc771b1a6d0182f1fb0f1": {
2648+
"address": "0x59dC9A19390c5EA5D56d50D0156dfdf0eEc2BAA9",
2649+
"txHash": "0xdb0cdb304f8fdd607e188881691bc27de9fcd7eba856dad6e131d4e9abf802c9",
2650+
"layout": {
2651+
"solcVersion": "0.8.23",
2652+
"storage": [
2653+
{
2654+
"label": "_initialized",
2655+
"offset": 0,
2656+
"slot": "0",
2657+
"type": "t_uint8",
2658+
"contract": "Initializable",
2659+
"src": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:63",
2660+
"retypedFrom": "bool"
2661+
},
2662+
{
2663+
"label": "_initializing",
2664+
"offset": 1,
2665+
"slot": "0",
2666+
"type": "t_bool",
2667+
"contract": "Initializable",
2668+
"src": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:68"
2669+
},
2670+
{
2671+
"label": "__gap",
2672+
"offset": 0,
2673+
"slot": "1",
2674+
"type": "t_array(t_uint256)50_storage",
2675+
"contract": "ContextUpgradeable",
2676+
"src": "@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol:40"
2677+
},
2678+
{
2679+
"label": "_owner",
2680+
"offset": 0,
2681+
"slot": "51",
2682+
"type": "t_address",
2683+
"contract": "OwnableUpgradeable",
2684+
"src": "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:22"
2685+
},
2686+
{
2687+
"label": "__gap",
2688+
"offset": 0,
2689+
"slot": "52",
2690+
"type": "t_array(t_uint256)49_storage",
2691+
"contract": "OwnableUpgradeable",
2692+
"src": "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:94"
2693+
},
2694+
{
2695+
"label": "__gap",
2696+
"offset": 0,
2697+
"slot": "101",
2698+
"type": "t_array(t_uint256)50_storage",
2699+
"contract": "ERC1967UpgradeUpgradeable",
2700+
"src": "@openzeppelin/contracts-upgradeable/proxy/ERC1967/ERC1967UpgradeUpgradeable.sol:169"
2701+
},
2702+
{
2703+
"label": "__gap",
2704+
"offset": 0,
2705+
"slot": "151",
2706+
"type": "t_array(t_uint256)50_storage",
2707+
"contract": "UUPSUpgradeable",
2708+
"src": "@openzeppelin/contracts-upgradeable/proxy/utils/UUPSUpgradeable.sol:111"
2709+
},
2710+
{
2711+
"label": "counter",
2712+
"offset": 0,
2713+
"slot": "201",
2714+
"type": "t_uint256",
2715+
"contract": "EscrowFactory",
2716+
"src": "contracts/EscrowFactory.sol:16"
2717+
},
2718+
{
2719+
"label": "escrowCounters",
2720+
"offset": 0,
2721+
"slot": "202",
2722+
"type": "t_mapping(t_address,t_uint256)",
2723+
"contract": "EscrowFactory",
2724+
"src": "contracts/EscrowFactory.sol:17"
2725+
},
2726+
{
2727+
"label": "lastEscrow",
2728+
"offset": 0,
2729+
"slot": "203",
2730+
"type": "t_address",
2731+
"contract": "EscrowFactory",
2732+
"src": "contracts/EscrowFactory.sol:18"
2733+
},
2734+
{
2735+
"label": "staking",
2736+
"offset": 0,
2737+
"slot": "204",
2738+
"type": "t_address",
2739+
"contract": "EscrowFactory",
2740+
"src": "contracts/EscrowFactory.sol:19"
2741+
},
2742+
{
2743+
"label": "minimumStake",
2744+
"offset": 0,
2745+
"slot": "205",
2746+
"type": "t_uint256",
2747+
"contract": "EscrowFactory",
2748+
"src": "contracts/EscrowFactory.sol:20"
2749+
},
2750+
{
2751+
"label": "admin",
2752+
"offset": 0,
2753+
"slot": "206",
2754+
"type": "t_address",
2755+
"contract": "EscrowFactory",
2756+
"src": "contracts/EscrowFactory.sol:21"
2757+
},
2758+
{
2759+
"label": "__gap",
2760+
"offset": 0,
2761+
"slot": "207",
2762+
"type": "t_array(t_uint256)44_storage",
2763+
"contract": "EscrowFactory",
2764+
"src": "contracts/EscrowFactory.sol:123"
2765+
}
2766+
],
2767+
"types": {
2768+
"t_address": {
2769+
"label": "address",
2770+
"numberOfBytes": "20"
2771+
},
2772+
"t_array(t_uint256)44_storage": {
2773+
"label": "uint256[44]",
2774+
"numberOfBytes": "1408"
2775+
},
2776+
"t_array(t_uint256)49_storage": {
2777+
"label": "uint256[49]",
2778+
"numberOfBytes": "1568"
2779+
},
2780+
"t_array(t_uint256)50_storage": {
2781+
"label": "uint256[50]",
2782+
"numberOfBytes": "1600"
2783+
},
2784+
"t_bool": {
2785+
"label": "bool",
2786+
"numberOfBytes": "1"
2787+
},
2788+
"t_mapping(t_address,t_uint256)": {
2789+
"label": "mapping(address => uint256)",
2790+
"numberOfBytes": "32"
2791+
},
2792+
"t_uint256": {
2793+
"label": "uint256",
2794+
"numberOfBytes": "32"
2795+
},
2796+
"t_uint8": {
2797+
"label": "uint8",
2798+
"numberOfBytes": "1"
2799+
}
2800+
},
2801+
"namespaces": {}
2802+
}
26462803
}
26472804
}
26482805
}

packages/core/.openzeppelin/sepolia.json

Lines changed: 160 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@
66
"txHash": "0x762bc0aa1b1ce66fe079b31443365d1ab215fc51bc1b0467160dd09f3abc639a",
77
"kind": "uups"
88
},
9-
{
10-
"address": "0x5987A5558d961ee674efe4A8c8eB7B1b5495D3bf",
11-
"txHash": "0x37e01ad4f1221197996086c2169d1ef1ec2e2874dde8c096dce3f91d82455b5f",
12-
"kind": "uups"
13-
},
149
{
1510
"address": "0xaEf023AdF6D48239E520F69080bC14eCE4fCFBdd",
1611
"txHash": "0x6fe2bccee60cd77036ad31d957b1862ee1d9d6726967202a47e3a34facbf5913",
@@ -20,6 +15,10 @@
2015
"address": "0xF95541CC8548B9329e6122aeBD006603eB9F3d26",
2116
"txHash": "0x026b9c522a535f4da3359265d2d268e038b1f20f0a45715d2ea1fe9a49270e85",
2217
"kind": "transparent"
18+
},
19+
{
20+
"address": "0x5987A5558d961ee674efe4A8c8eB7B1b5495D3bf",
21+
"kind": "uups"
2322
}
2423
],
2524
"impls": {
@@ -3552,6 +3551,162 @@
35523551
},
35533552
"namespaces": {}
35543553
}
3554+
},
3555+
"a08800e13761e30a7f0402a8a229a6dd35332663bf0186258d2d9af3aa9b8fdc": {
3556+
"address": "0x42d5136a8478F97c113DbCEB88Cc32Ba5Df4F085",
3557+
"layout": {
3558+
"solcVersion": "0.8.23",
3559+
"storage": [
3560+
{
3561+
"label": "_initialized",
3562+
"offset": 0,
3563+
"slot": "0",
3564+
"type": "t_uint8",
3565+
"contract": "Initializable",
3566+
"src": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:63",
3567+
"retypedFrom": "bool"
3568+
},
3569+
{
3570+
"label": "_initializing",
3571+
"offset": 1,
3572+
"slot": "0",
3573+
"type": "t_bool",
3574+
"contract": "Initializable",
3575+
"src": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:68"
3576+
},
3577+
{
3578+
"label": "__gap",
3579+
"offset": 0,
3580+
"slot": "1",
3581+
"type": "t_array(t_uint256)50_storage",
3582+
"contract": "ContextUpgradeable",
3583+
"src": "@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol:40"
3584+
},
3585+
{
3586+
"label": "_owner",
3587+
"offset": 0,
3588+
"slot": "51",
3589+
"type": "t_address",
3590+
"contract": "OwnableUpgradeable",
3591+
"src": "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:22"
3592+
},
3593+
{
3594+
"label": "__gap",
3595+
"offset": 0,
3596+
"slot": "52",
3597+
"type": "t_array(t_uint256)49_storage",
3598+
"contract": "OwnableUpgradeable",
3599+
"src": "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:94"
3600+
},
3601+
{
3602+
"label": "__gap",
3603+
"offset": 0,
3604+
"slot": "101",
3605+
"type": "t_array(t_uint256)50_storage",
3606+
"contract": "ERC1967UpgradeUpgradeable",
3607+
"src": "@openzeppelin/contracts-upgradeable/proxy/ERC1967/ERC1967UpgradeUpgradeable.sol:169"
3608+
},
3609+
{
3610+
"label": "__gap",
3611+
"offset": 0,
3612+
"slot": "151",
3613+
"type": "t_array(t_uint256)50_storage",
3614+
"contract": "UUPSUpgradeable",
3615+
"src": "@openzeppelin/contracts-upgradeable/proxy/utils/UUPSUpgradeable.sol:111"
3616+
},
3617+
{
3618+
"label": "counter",
3619+
"offset": 0,
3620+
"slot": "201",
3621+
"type": "t_uint256",
3622+
"contract": "EscrowFactory",
3623+
"src": "contracts/EscrowFactory.sol:16"
3624+
},
3625+
{
3626+
"label": "escrowCounters",
3627+
"offset": 0,
3628+
"slot": "202",
3629+
"type": "t_mapping(t_address,t_uint256)",
3630+
"contract": "EscrowFactory",
3631+
"src": "contracts/EscrowFactory.sol:17"
3632+
},
3633+
{
3634+
"label": "lastEscrow",
3635+
"offset": 0,
3636+
"slot": "203",
3637+
"type": "t_address",
3638+
"contract": "EscrowFactory",
3639+
"src": "contracts/EscrowFactory.sol:18"
3640+
},
3641+
{
3642+
"label": "staking",
3643+
"offset": 0,
3644+
"slot": "204",
3645+
"type": "t_address",
3646+
"contract": "EscrowFactory",
3647+
"src": "contracts/EscrowFactory.sol:19"
3648+
},
3649+
{
3650+
"label": "minimumStake",
3651+
"offset": 0,
3652+
"slot": "205",
3653+
"type": "t_uint256",
3654+
"contract": "EscrowFactory",
3655+
"src": "contracts/EscrowFactory.sol:20"
3656+
},
3657+
{
3658+
"label": "admin",
3659+
"offset": 0,
3660+
"slot": "206",
3661+
"type": "t_address",
3662+
"contract": "EscrowFactory",
3663+
"src": "contracts/EscrowFactory.sol:21"
3664+
},
3665+
{
3666+
"label": "__gap",
3667+
"offset": 0,
3668+
"slot": "207",
3669+
"type": "t_array(t_uint256)44_storage",
3670+
"contract": "EscrowFactory",
3671+
"src": "contracts/EscrowFactory.sol:123"
3672+
}
3673+
],
3674+
"types": {
3675+
"t_address": {
3676+
"label": "address",
3677+
"numberOfBytes": "20"
3678+
},
3679+
"t_array(t_uint256)44_storage": {
3680+
"label": "uint256[44]",
3681+
"numberOfBytes": "1408"
3682+
},
3683+
"t_array(t_uint256)49_storage": {
3684+
"label": "uint256[49]",
3685+
"numberOfBytes": "1568"
3686+
},
3687+
"t_array(t_uint256)50_storage": {
3688+
"label": "uint256[50]",
3689+
"numberOfBytes": "1600"
3690+
},
3691+
"t_bool": {
3692+
"label": "bool",
3693+
"numberOfBytes": "1"
3694+
},
3695+
"t_mapping(t_address,t_uint256)": {
3696+
"label": "mapping(address => uint256)",
3697+
"numberOfBytes": "32"
3698+
},
3699+
"t_uint256": {
3700+
"label": "uint256",
3701+
"numberOfBytes": "32"
3702+
},
3703+
"t_uint8": {
3704+
"label": "uint8",
3705+
"numberOfBytes": "1"
3706+
}
3707+
},
3708+
"namespaces": {}
3709+
}
35553710
}
35563711
}
35573712
}

0 commit comments

Comments
 (0)