Skip to content

Commit caa95f7

Browse files
committed
commit deployment on goerli
1 parent fd6c3ae commit caa95f7

File tree

115 files changed

+606098
-18
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+606098
-18
lines changed

deploy-goerli-origin-fees-per-trillion.md

+637
Large diffs are not rendered by default.

deploy/.openzeppelin/goerli.json

+214-18
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,36 @@
2929
"address": "0x5d35FB950f21A0F8C3519a671251c4AEfcD406aB",
3030
"txHash": "0xeaffebef9033e0d37da4dc82908ea30dbad6c63de21a23fd106bdd793bf6d173",
3131
"kind": "transparent"
32+
},
33+
{
34+
"address": "0x25f89dD6c78e34ecdDF1F6432778Ce8B7abCaAab",
35+
"txHash": "0x6e457e40e3f8cf28784d1dbca0c516b1f3e1c6fab9bd6b473452f1980b8da4ad",
36+
"kind": "transparent"
37+
},
38+
{
39+
"address": "0xA8C745dAF795956b85ED0DaCBEEDB747Fe10dF63",
40+
"txHash": "0xb1ef00be61c7b066d2e58da86f1c1b92dcf6083613a3f042e8e47a5de81273d1",
41+
"kind": "transparent"
42+
},
43+
{
44+
"address": "0x2eFAa8e79f47d9c1348af88cB8FeA3A08870dB72",
45+
"txHash": "0x1d4a985e70da81bb2d43ed585475816bad469b5429c0eb1ca2f5b3b86a7eb953",
46+
"kind": "transparent"
47+
},
48+
{
49+
"address": "0xDdaD5c397B999EdAa37ED42af9d1829F800898Bb",
50+
"txHash": "0x4b042999b092d3c251e976b9e66ed71c1c992828adadb6c8a0ff72f756c470c2",
51+
"kind": "transparent"
52+
},
53+
{
54+
"address": "0xBa2A7315cAE5cD81F942aF50c1D09b98df1d3C65",
55+
"txHash": "0xdddf7ab487e1bc1144613556c17ef9c1c083accfff28c3b59340b891afd6e635",
56+
"kind": "transparent"
57+
},
58+
{
59+
"address": "0x05E6D034e1Fc6cb3C6E0A36B6f19bcE819786234",
60+
"txHash": "0x835a1b288fc51858d54d2e83daef2481d7d4e41fe8c79fe0cb9385d01ea70745",
61+
"kind": "transparent"
3262
}
3363
],
3464
"impls": {
@@ -70,13 +100,13 @@
70100
{
71101
"contract": "RoyaltiesRegistry",
72102
"label": "royaltiesByTokenAndTokenId",
73-
"type": "t_mapping(t_bytes32,t_struct(RoyaltiesSet)7649_storage)",
103+
"type": "t_mapping(t_bytes32,t_struct(RoyaltiesSet)7756_storage)",
74104
"src": "../@rarible/royalties-registry/contracts/RoyaltiesRegistry.sol:29"
75105
},
76106
{
77107
"contract": "RoyaltiesRegistry",
78108
"label": "royaltiesByToken",
79-
"type": "t_mapping(t_address,t_struct(RoyaltiesSet)7649_storage)",
109+
"type": "t_mapping(t_address,t_struct(RoyaltiesSet)7756_storage)",
80110
"src": "../@rarible/royalties-registry/contracts/RoyaltiesRegistry.sol:31"
81111
},
82112
{
@@ -93,13 +123,13 @@
93123
}
94124
],
95125
"types": {
96-
"t_mapping(t_bytes32,t_struct(RoyaltiesSet)7649_storage)": {
126+
"t_mapping(t_bytes32,t_struct(RoyaltiesSet)7756_storage)": {
97127
"label": "mapping(bytes32 => struct RoyaltiesRegistry.RoyaltiesSet)"
98128
},
99129
"t_bytes32": {
100130
"label": "bytes32"
101131
},
102-
"t_struct(RoyaltiesSet)7649_storage": {
132+
"t_struct(RoyaltiesSet)7756_storage": {
103133
"label": "struct RoyaltiesRegistry.RoyaltiesSet",
104134
"members": [
105135
{
@@ -108,17 +138,17 @@
108138
},
109139
{
110140
"label": "royalties",
111-
"type": "t_array(t_struct(Part)8909_storage)dyn_storage"
141+
"type": "t_array(t_struct(Part)9016_storage)dyn_storage"
112142
}
113143
]
114144
},
115145
"t_bool": {
116146
"label": "bool"
117147
},
118-
"t_array(t_struct(Part)8909_storage)dyn_storage": {
148+
"t_array(t_struct(Part)9016_storage)dyn_storage": {
119149
"label": "struct LibPart.Part[]"
120150
},
121-
"t_struct(Part)8909_storage": {
151+
"t_struct(Part)9016_storage": {
122152
"label": "struct LibPart.Part",
123153
"members": [
124154
{
@@ -137,7 +167,7 @@
137167
"t_uint96": {
138168
"label": "uint96"
139169
},
140-
"t_mapping(t_address,t_struct(RoyaltiesSet)7649_storage)": {
170+
"t_mapping(t_address,t_struct(RoyaltiesSet)7756_storage)": {
141171
"label": "mapping(address => struct RoyaltiesRegistry.RoyaltiesSet)"
142172
},
143173
"t_address": {
@@ -319,13 +349,13 @@
319349
{
320350
"contract": "AbstractRoyalties",
321351
"label": "royalties",
322-
"type": "t_mapping(t_uint256,t_array(t_struct(Part)8909_storage)dyn_storage)",
352+
"type": "t_mapping(t_uint256,t_array(t_struct(Part)9016_storage)dyn_storage)",
323353
"src": "../@rarible/royalties/contracts/impl/AbstractRoyalties.sol:8"
324354
},
325355
{
326356
"contract": "ERC721Lazy",
327357
"label": "creators",
328-
"type": "t_mapping(t_uint256,t_array(t_struct(Part)8909_storage)dyn_storage)",
358+
"type": "t_mapping(t_uint256,t_array(t_struct(Part)9016_storage)dyn_storage)",
329359
"src": "../@rarible/tokens/contracts/erc-721/ERC721Lazy.sol:23"
330360
},
331361
{
@@ -372,13 +402,13 @@
372402
"t_array(t_uint256)49_storage": {
373403
"label": "uint256[49]"
374404
},
375-
"t_mapping(t_uint256,t_array(t_struct(Part)8909_storage)dyn_storage)": {
405+
"t_mapping(t_uint256,t_array(t_struct(Part)9016_storage)dyn_storage)": {
376406
"label": "mapping(uint256 => struct LibPart.Part[])"
377407
},
378-
"t_array(t_struct(Part)8909_storage)dyn_storage": {
408+
"t_array(t_struct(Part)9016_storage)dyn_storage": {
379409
"label": "struct LibPart.Part[]"
380410
},
381-
"t_struct(Part)8909_storage": {
411+
"t_struct(Part)9016_storage": {
382412
"label": "struct LibPart.Part",
383413
"members": [
384414
{
@@ -642,13 +672,13 @@
642672
{
643673
"contract": "AbstractRoyalties",
644674
"label": "royalties",
645-
"type": "t_mapping(t_uint256,t_array(t_struct(Part)8909_storage)dyn_storage)",
675+
"type": "t_mapping(t_uint256,t_array(t_struct(Part)9016_storage)dyn_storage)",
646676
"src": "../@rarible/royalties/contracts/impl/AbstractRoyalties.sol:8"
647677
},
648678
{
649679
"contract": "ERC1155Lazy",
650680
"label": "creators",
651-
"type": "t_mapping(t_uint256,t_array(t_struct(Part)8909_storage)dyn_storage)",
681+
"type": "t_mapping(t_uint256,t_array(t_struct(Part)9016_storage)dyn_storage)",
652682
"src": "../@rarible/tokens/contracts/erc-1155/ERC1155Lazy.sol:20"
653683
},
654684
{
@@ -728,13 +758,13 @@
728758
"t_array(t_uint256)50_storage": {
729759
"label": "uint256[50]"
730760
},
731-
"t_mapping(t_uint256,t_array(t_struct(Part)8909_storage)dyn_storage)": {
761+
"t_mapping(t_uint256,t_array(t_struct(Part)9016_storage)dyn_storage)": {
732762
"label": "mapping(uint256 => struct LibPart.Part[])"
733763
},
734-
"t_array(t_struct(Part)8909_storage)dyn_storage": {
764+
"t_array(t_struct(Part)9016_storage)dyn_storage": {
735765
"label": "struct LibPart.Part[]"
736766
},
737-
"t_struct(Part)8909_storage": {
767+
"t_struct(Part)9016_storage": {
738768
"label": "struct LibPart.Part",
739769
"members": [
740770
{
@@ -1241,6 +1271,172 @@
12411271
}
12421272
}
12431273
}
1274+
},
1275+
"94f830eb613b2ed657c06690f0ae1e02cfb75f4f25af19ac99a56b04b749dbc5": {
1276+
"address": "0xaF0DD2cF081dcF012876e45F314a68f3dEfCe0Da",
1277+
"txHash": "0xe6691a121a12b09bfe6eb7c587415b370c8346d1f50127dc9da08b713e83c310",
1278+
"layout": {
1279+
"storage": [
1280+
{
1281+
"contract": "Initializable",
1282+
"label": "_initialized",
1283+
"type": "t_bool",
1284+
"src": "../@openzeppelin/contracts-upgradeable/proxy/Initializable.sol:25"
1285+
},
1286+
{
1287+
"contract": "Initializable",
1288+
"label": "_initializing",
1289+
"type": "t_bool",
1290+
"src": "../@openzeppelin/contracts-upgradeable/proxy/Initializable.sol:30"
1291+
},
1292+
{
1293+
"contract": "ContextUpgradeable",
1294+
"label": "__gap",
1295+
"type": "t_array(t_uint256)50_storage",
1296+
"src": "../@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol:31"
1297+
},
1298+
{
1299+
"contract": "OwnableUpgradeable",
1300+
"label": "_owner",
1301+
"type": "t_address",
1302+
"src": "../@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:20"
1303+
},
1304+
{
1305+
"contract": "OwnableUpgradeable",
1306+
"label": "__gap",
1307+
"type": "t_array(t_uint256)49_storage",
1308+
"src": "../@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:74"
1309+
},
1310+
{
1311+
"contract": "AssetMatcher",
1312+
"label": "matchers",
1313+
"type": "t_mapping(t_bytes4,t_address)",
1314+
"src": "../@rarible/exchange-v2/contracts/AssetMatcher.sol:13"
1315+
},
1316+
{
1317+
"contract": "AssetMatcher",
1318+
"label": "__gap",
1319+
"type": "t_array(t_uint256)49_storage",
1320+
"src": "../@rarible/exchange-v2/contracts/AssetMatcher.sol:77"
1321+
},
1322+
{
1323+
"contract": "TransferExecutor",
1324+
"label": "proxies",
1325+
"type": "t_mapping(t_bytes4,t_address)",
1326+
"src": "../@rarible/exchange-v2/contracts/TransferExecutor.sol:17"
1327+
},
1328+
{
1329+
"contract": "TransferExecutor",
1330+
"label": "__gap",
1331+
"type": "t_array(t_uint256)49_storage",
1332+
"src": "../@rarible/exchange-v2/contracts/TransferExecutor.sol:57"
1333+
},
1334+
{
1335+
"contract": "EIP712Upgradeable",
1336+
"label": "_HASHED_NAME",
1337+
"type": "t_bytes32",
1338+
"src": "../@openzeppelin/contracts-upgradeable/drafts/EIP712Upgradeable.sol:27"
1339+
},
1340+
{
1341+
"contract": "EIP712Upgradeable",
1342+
"label": "_HASHED_VERSION",
1343+
"type": "t_bytes32",
1344+
"src": "../@openzeppelin/contracts-upgradeable/drafts/EIP712Upgradeable.sol:28"
1345+
},
1346+
{
1347+
"contract": "EIP712Upgradeable",
1348+
"label": "__gap",
1349+
"type": "t_array(t_uint256)50_storage",
1350+
"src": "../@openzeppelin/contracts-upgradeable/drafts/EIP712Upgradeable.sol:120"
1351+
},
1352+
{
1353+
"contract": "OrderValidator",
1354+
"label": "__gap",
1355+
"type": "t_array(t_uint256)50_storage",
1356+
"src": "../@rarible/exchange-v2/contracts/OrderValidator.sol:50"
1357+
},
1358+
{
1359+
"contract": "ExchangeV2Core",
1360+
"label": "fills",
1361+
"type": "t_mapping(t_bytes32,t_uint256)",
1362+
"src": "../@rarible/exchange-v2/contracts/ExchangeV2Core.sol:21"
1363+
},
1364+
{
1365+
"contract": "ExchangeV2Core",
1366+
"label": "__gap",
1367+
"type": "t_array(t_uint256)49_storage",
1368+
"src": "../@rarible/exchange-v2/contracts/ExchangeV2Core.sol:130"
1369+
},
1370+
{
1371+
"contract": "RaribleTransferManager",
1372+
"label": "protocolFee",
1373+
"type": "t_uint256",
1374+
"src": "../@rarible/exchange-v2/contracts/RaribleTransferManager.sol:24"
1375+
},
1376+
{
1377+
"contract": "RaribleTransferManager",
1378+
"label": "royaltiesRegistry",
1379+
"type": "t_contract(IRoyaltiesProvider)9004",
1380+
"src": "../@rarible/exchange-v2/contracts/RaribleTransferManager.sol:25"
1381+
},
1382+
{
1383+
"contract": "RaribleTransferManager",
1384+
"label": "defaultFeeReceiver",
1385+
"type": "t_address",
1386+
"src": "../@rarible/exchange-v2/contracts/RaribleTransferManager.sol:27"
1387+
},
1388+
{
1389+
"contract": "RaribleTransferManager",
1390+
"label": "feeReceivers",
1391+
"type": "t_mapping(t_address,t_address)",
1392+
"src": "../@rarible/exchange-v2/contracts/RaribleTransferManager.sol:28"
1393+
},
1394+
{
1395+
"contract": "RaribleTransferManager",
1396+
"label": "__gap",
1397+
"type": "t_array(t_uint256)46_storage",
1398+
"src": "../@rarible/exchange-v2/contracts/RaribleTransferManager.sol:247"
1399+
}
1400+
],
1401+
"types": {
1402+
"t_uint256": {
1403+
"label": "uint256"
1404+
},
1405+
"t_contract(IRoyaltiesProvider)9004": {
1406+
"label": "contract IRoyaltiesProvider"
1407+
},
1408+
"t_address": {
1409+
"label": "address"
1410+
},
1411+
"t_mapping(t_address,t_address)": {
1412+
"label": "mapping(address => address)"
1413+
},
1414+
"t_array(t_uint256)46_storage": {
1415+
"label": "uint256[46]"
1416+
},
1417+
"t_mapping(t_bytes32,t_uint256)": {
1418+
"label": "mapping(bytes32 => uint256)"
1419+
},
1420+
"t_bytes32": {
1421+
"label": "bytes32"
1422+
},
1423+
"t_array(t_uint256)49_storage": {
1424+
"label": "uint256[49]"
1425+
},
1426+
"t_array(t_uint256)50_storage": {
1427+
"label": "uint256[50]"
1428+
},
1429+
"t_mapping(t_bytes4,t_address)": {
1430+
"label": "mapping(bytes4 => address)"
1431+
},
1432+
"t_bytes4": {
1433+
"label": "bytes4"
1434+
},
1435+
"t_bool": {
1436+
"label": "bool"
1437+
}
1438+
}
1439+
}
12441440
}
12451441
}
12461442
}

0 commit comments

Comments
 (0)