Skip to content

Commit 30e38e1

Browse files
committed
docs: added deplotment docs
1 parent a84ea8c commit 30e38e1

File tree

14 files changed

+1612
-20
lines changed

14 files changed

+1612
-20
lines changed

.openzeppelin/arbitrum-one.json

Lines changed: 125 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,125 @@
1+
{
2+
"manifestVersion": "3.2",
3+
"admin": {
4+
"address": "0x1Aaa466460034d13b15382Bb73A59375776081F9",
5+
"txHash": "0xd601b850477e7da5939b6583af82740cd16337a1c40714aa2a1e121e2114351b"
6+
},
7+
"proxies": [
8+
{
9+
"address": "0xa564de1b600e99704c412460cfEc1e32185484e1",
10+
"txHash": "0x42dc48bead26f4c941ec0c6f150749f5b3cd615d48bc3c0db032dfef815b304f",
11+
"kind": "transparent"
12+
}
13+
],
14+
"impls": {
15+
"0325a8ae083469f37f7aa267da3459ca72f931c824747352b57f795c9d4419d4": {
16+
"address": "0xf90f420c3d795584A2CD9168E9a2E3a3f648aA7c",
17+
"txHash": "0x8aedf13def934bfef4895dfbcb365ac4a172bfd3395d4e75d474e95ea345caa2",
18+
"layout": {
19+
"solcVersion": "0.8.20",
20+
"storage": [
21+
{
22+
"label": "DOMAIN_SEPARATOR",
23+
"offset": 0,
24+
"slot": "0",
25+
"type": "t_bytes32",
26+
"contract": "MasterStorage",
27+
"src": "contracts/MasterStorage.sol:17"
28+
},
29+
{
30+
"label": "owner",
31+
"offset": 0,
32+
"slot": "1",
33+
"type": "t_address",
34+
"contract": "MasterStorage",
35+
"src": "contracts/MasterStorage.sol:19"
36+
},
37+
{
38+
"label": "nonces",
39+
"offset": 0,
40+
"slot": "2",
41+
"type": "t_mapping(t_address,t_uint256)",
42+
"contract": "MasterStorage",
43+
"src": "contracts/MasterStorage.sol:20"
44+
},
45+
{
46+
"label": "signer",
47+
"offset": 0,
48+
"slot": "3",
49+
"type": "t_mapping(t_address,t_bool)",
50+
"contract": "MasterStorage",
51+
"src": "contracts/MasterStorage.sol:21"
52+
}
53+
],
54+
"types": {
55+
"t_bool": {
56+
"label": "bool",
57+
"numberOfBytes": "1"
58+
},
59+
"t_struct(InitializableStorage)10_storage": {
60+
"label": "struct Initializable.InitializableStorage",
61+
"members": [
62+
{
63+
"label": "_initialized",
64+
"type": "t_uint64",
65+
"offset": 0,
66+
"slot": "0"
67+
},
68+
{
69+
"label": "_initializing",
70+
"type": "t_bool",
71+
"offset": 8,
72+
"slot": "0"
73+
}
74+
],
75+
"numberOfBytes": "32"
76+
},
77+
"t_uint64": {
78+
"label": "uint64",
79+
"numberOfBytes": "8"
80+
},
81+
"t_address": {
82+
"label": "address",
83+
"numberOfBytes": "20"
84+
},
85+
"t_bytes32": {
86+
"label": "bytes32",
87+
"numberOfBytes": "32"
88+
},
89+
"t_mapping(t_address,t_bool)": {
90+
"label": "mapping(address => bool)",
91+
"numberOfBytes": "32"
92+
},
93+
"t_mapping(t_address,t_uint256)": {
94+
"label": "mapping(address => uint256)",
95+
"numberOfBytes": "32"
96+
},
97+
"t_uint256": {
98+
"label": "uint256",
99+
"numberOfBytes": "32"
100+
}
101+
},
102+
"namespaces": {
103+
"erc7201:openzeppelin.storage.Initializable": [
104+
{
105+
"contract": "Initializable",
106+
"label": "_initialized",
107+
"type": "t_uint64",
108+
"src": "@openzeppelin/contracts/proxy/utils/Initializable.sol:69",
109+
"offset": 0,
110+
"slot": "0"
111+
},
112+
{
113+
"contract": "Initializable",
114+
"label": "_initializing",
115+
"type": "t_bool",
116+
"src": "@openzeppelin/contracts/proxy/utils/Initializable.sol:73",
117+
"offset": 8,
118+
"slot": "0"
119+
}
120+
]
121+
}
122+
}
123+
}
124+
}
125+
}

.openzeppelin/avalanche.json

Lines changed: 125 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,125 @@
1+
{
2+
"manifestVersion": "3.2",
3+
"admin": {
4+
"address": "0x1Aaa466460034d13b15382Bb73A59375776081F9",
5+
"txHash": "0xbd1f13c95f6a0110ebda224ba7af27f5f5e16ee1e1e6605395dd830678b2cd48"
6+
},
7+
"proxies": [
8+
{
9+
"address": "0xa564de1b600e99704c412460cfEc1e32185484e1",
10+
"txHash": "0xd4ee906448609ce2dac4a7c5704b5567b39d2d780f9837bf5efe6e2e551ff538",
11+
"kind": "transparent"
12+
}
13+
],
14+
"impls": {
15+
"0325a8ae083469f37f7aa267da3459ca72f931c824747352b57f795c9d4419d4": {
16+
"address": "0xf90f420c3d795584A2CD9168E9a2E3a3f648aA7c",
17+
"txHash": "0xf37112d2d6a796d3b4ee23896de237f325144e2b62fb6e0ad99edfe0c9204120",
18+
"layout": {
19+
"solcVersion": "0.8.20",
20+
"storage": [
21+
{
22+
"label": "DOMAIN_SEPARATOR",
23+
"offset": 0,
24+
"slot": "0",
25+
"type": "t_bytes32",
26+
"contract": "MasterStorage",
27+
"src": "contracts/MasterStorage.sol:17"
28+
},
29+
{
30+
"label": "owner",
31+
"offset": 0,
32+
"slot": "1",
33+
"type": "t_address",
34+
"contract": "MasterStorage",
35+
"src": "contracts/MasterStorage.sol:19"
36+
},
37+
{
38+
"label": "nonces",
39+
"offset": 0,
40+
"slot": "2",
41+
"type": "t_mapping(t_address,t_uint256)",
42+
"contract": "MasterStorage",
43+
"src": "contracts/MasterStorage.sol:20"
44+
},
45+
{
46+
"label": "signer",
47+
"offset": 0,
48+
"slot": "3",
49+
"type": "t_mapping(t_address,t_bool)",
50+
"contract": "MasterStorage",
51+
"src": "contracts/MasterStorage.sol:21"
52+
}
53+
],
54+
"types": {
55+
"t_bool": {
56+
"label": "bool",
57+
"numberOfBytes": "1"
58+
},
59+
"t_struct(InitializableStorage)10_storage": {
60+
"label": "struct Initializable.InitializableStorage",
61+
"members": [
62+
{
63+
"label": "_initialized",
64+
"type": "t_uint64",
65+
"offset": 0,
66+
"slot": "0"
67+
},
68+
{
69+
"label": "_initializing",
70+
"type": "t_bool",
71+
"offset": 8,
72+
"slot": "0"
73+
}
74+
],
75+
"numberOfBytes": "32"
76+
},
77+
"t_uint64": {
78+
"label": "uint64",
79+
"numberOfBytes": "8"
80+
},
81+
"t_address": {
82+
"label": "address",
83+
"numberOfBytes": "20"
84+
},
85+
"t_bytes32": {
86+
"label": "bytes32",
87+
"numberOfBytes": "32"
88+
},
89+
"t_mapping(t_address,t_bool)": {
90+
"label": "mapping(address => bool)",
91+
"numberOfBytes": "32"
92+
},
93+
"t_mapping(t_address,t_uint256)": {
94+
"label": "mapping(address => uint256)",
95+
"numberOfBytes": "32"
96+
},
97+
"t_uint256": {
98+
"label": "uint256",
99+
"numberOfBytes": "32"
100+
}
101+
},
102+
"namespaces": {
103+
"erc7201:openzeppelin.storage.Initializable": [
104+
{
105+
"contract": "Initializable",
106+
"label": "_initialized",
107+
"type": "t_uint64",
108+
"src": "@openzeppelin/contracts/proxy/utils/Initializable.sol:69",
109+
"offset": 0,
110+
"slot": "0"
111+
},
112+
{
113+
"contract": "Initializable",
114+
"label": "_initializing",
115+
"type": "t_bool",
116+
"src": "@openzeppelin/contracts/proxy/utils/Initializable.sol:73",
117+
"offset": 8,
118+
"slot": "0"
119+
}
120+
]
121+
}
122+
}
123+
}
124+
}
125+
}

.openzeppelin/celo.json

Lines changed: 125 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,125 @@
1+
{
2+
"manifestVersion": "3.2",
3+
"admin": {
4+
"address": "0x1Aaa466460034d13b15382Bb73A59375776081F9",
5+
"txHash": "0xb733c88d0a473643a7ff27a2aa3d1c1f923971b80c775884d1c502c4bf173579"
6+
},
7+
"proxies": [
8+
{
9+
"address": "0xa564de1b600e99704c412460cfEc1e32185484e1",
10+
"txHash": "0x0ea80220a40b2af99937122ea4f0ed1d18cbf4eca91e5c1c2524e539141737db",
11+
"kind": "transparent"
12+
}
13+
],
14+
"impls": {
15+
"0325a8ae083469f37f7aa267da3459ca72f931c824747352b57f795c9d4419d4": {
16+
"address": "0xf90f420c3d795584A2CD9168E9a2E3a3f648aA7c",
17+
"txHash": "0xd90b0cc90cf39a00871050dd3629ad4c5e574d4e249b075383eaf01dc23c48bb",
18+
"layout": {
19+
"solcVersion": "0.8.20",
20+
"storage": [
21+
{
22+
"label": "DOMAIN_SEPARATOR",
23+
"offset": 0,
24+
"slot": "0",
25+
"type": "t_bytes32",
26+
"contract": "MasterStorage",
27+
"src": "contracts/MasterStorage.sol:17"
28+
},
29+
{
30+
"label": "owner",
31+
"offset": 0,
32+
"slot": "1",
33+
"type": "t_address",
34+
"contract": "MasterStorage",
35+
"src": "contracts/MasterStorage.sol:19"
36+
},
37+
{
38+
"label": "nonces",
39+
"offset": 0,
40+
"slot": "2",
41+
"type": "t_mapping(t_address,t_uint256)",
42+
"contract": "MasterStorage",
43+
"src": "contracts/MasterStorage.sol:20"
44+
},
45+
{
46+
"label": "signer",
47+
"offset": 0,
48+
"slot": "3",
49+
"type": "t_mapping(t_address,t_bool)",
50+
"contract": "MasterStorage",
51+
"src": "contracts/MasterStorage.sol:21"
52+
}
53+
],
54+
"types": {
55+
"t_bool": {
56+
"label": "bool",
57+
"numberOfBytes": "1"
58+
},
59+
"t_struct(InitializableStorage)10_storage": {
60+
"label": "struct Initializable.InitializableStorage",
61+
"members": [
62+
{
63+
"label": "_initialized",
64+
"type": "t_uint64",
65+
"offset": 0,
66+
"slot": "0"
67+
},
68+
{
69+
"label": "_initializing",
70+
"type": "t_bool",
71+
"offset": 8,
72+
"slot": "0"
73+
}
74+
],
75+
"numberOfBytes": "32"
76+
},
77+
"t_uint64": {
78+
"label": "uint64",
79+
"numberOfBytes": "8"
80+
},
81+
"t_address": {
82+
"label": "address",
83+
"numberOfBytes": "20"
84+
},
85+
"t_bytes32": {
86+
"label": "bytes32",
87+
"numberOfBytes": "32"
88+
},
89+
"t_mapping(t_address,t_bool)": {
90+
"label": "mapping(address => bool)",
91+
"numberOfBytes": "32"
92+
},
93+
"t_mapping(t_address,t_uint256)": {
94+
"label": "mapping(address => uint256)",
95+
"numberOfBytes": "32"
96+
},
97+
"t_uint256": {
98+
"label": "uint256",
99+
"numberOfBytes": "32"
100+
}
101+
},
102+
"namespaces": {
103+
"erc7201:openzeppelin.storage.Initializable": [
104+
{
105+
"contract": "Initializable",
106+
"label": "_initialized",
107+
"type": "t_uint64",
108+
"src": "@openzeppelin/contracts/proxy/utils/Initializable.sol:69",
109+
"offset": 0,
110+
"slot": "0"
111+
},
112+
{
113+
"contract": "Initializable",
114+
"label": "_initializing",
115+
"type": "t_bool",
116+
"src": "@openzeppelin/contracts/proxy/utils/Initializable.sol:73",
117+
"offset": 8,
118+
"slot": "0"
119+
}
120+
]
121+
}
122+
}
123+
}
124+
}
125+
}

0 commit comments

Comments
 (0)