File tree 5 files changed +19
-764
lines changed
facets/DiamondCutFacet.sol
interfaces/IDiamondCut.sol
5 files changed +19
-764
lines changed Original file line number Diff line number Diff line change 1
1
[
2
- {
3
- "anonymous" : false ,
4
- "inputs" : [
5
- {
6
- "components" : [
7
- {
8
- "internalType" : " address" ,
9
- "name" : " facetAddress" ,
10
- "type" : " address"
11
- },
12
- {
13
- "internalType" : " enum IDiamondCut.FacetCutAction" ,
14
- "name" : " action" ,
15
- "type" : " uint8"
16
- },
17
- {
18
- "internalType" : " bytes4[]" ,
19
- "name" : " functionSelectors" ,
20
- "type" : " bytes4[]"
21
- }
22
- ],
23
- "indexed" : false ,
24
- "internalType" : " struct IDiamondCut.FacetCut[]" ,
25
- "name" : " _diamondCut" ,
26
- "type" : " tuple[]"
27
- },
28
- {
29
- "indexed" : false ,
30
- "internalType" : " address" ,
31
- "name" : " _init" ,
32
- "type" : " address"
33
- },
34
- {
35
- "indexed" : false ,
36
- "internalType" : " bytes" ,
37
- "name" : " _calldata" ,
38
- "type" : " bytes"
39
- }
40
- ],
41
- "name" : " DiamondCut" ,
42
- "type" : " event"
43
- },
44
2
{
45
3
"anonymous" : false ,
46
4
"inputs" : [
Original file line number Diff line number Diff line change 1
1
[
2
- {
3
- "anonymous" : false ,
4
- "inputs" : [
5
- {
6
- "components" : [
7
- {
8
- "internalType" : " address" ,
9
- "name" : " facetAddress" ,
10
- "type" : " address"
11
- },
12
- {
13
- "internalType" : " enum IDiamondCut.FacetCutAction" ,
14
- "name" : " action" ,
15
- "type" : " uint8"
16
- },
17
- {
18
- "internalType" : " bytes4[]" ,
19
- "name" : " functionSelectors" ,
20
- "type" : " bytes4[]"
21
- }
22
- ],
23
- "indexed" : false ,
24
- "internalType" : " struct IDiamondCut.FacetCut[]" ,
25
- "name" : " _diamondCut" ,
26
- "type" : " tuple[]"
27
- },
28
- {
29
- "indexed" : false ,
30
- "internalType" : " address" ,
31
- "name" : " _init" ,
32
- "type" : " address"
33
- },
34
- {
35
- "indexed" : false ,
36
- "internalType" : " bytes" ,
37
- "name" : " _calldata" ,
38
- "type" : " bytes"
39
- }
40
- ],
41
- "name" : " DiamondCut" ,
42
- "type" : " event"
43
- },
44
2
{
45
3
"inputs" : [
46
4
{
Original file line number Diff line number Diff line change 34
34
"@openzeppelin/test-helpers" : " ^0.5.10" ,
35
35
"@shopify/eslint-plugin" : " ^43.0.0" ,
36
36
"@solidstate/contracts" : " ^0.0.35" ,
37
- "@typechain/ethers-v5" : " ^10.0.0 " ,
38
- "@typechain/hardhat" : " ^6 .0.0" ,
37
+ "@typechain/ethers-v5" : " ^11.1.2 " ,
38
+ "@typechain/hardhat" : " ^7 .0.0" ,
39
39
"@typechain/web3-v1" : " ^6.0.1" ,
40
40
"@types/cli-table" : " ^0.3.0" ,
41
41
"@types/crypto-js" : " ^4.1.1" ,
53
53
"hardhat-contract-sizer" : " ^2.6.1" ,
54
54
"hardhat-deploy" : " ^0.11.24" ,
55
55
"hardhat-diamond-abi" : " ^3.0.0" ,
56
- "ipfs-http-client" : " 60.0.1" ,
57
56
"keccak" : " ^3.0.1" ,
58
57
"mocha" : " ^10.0.0" ,
59
58
"prettier-plugin-solidity" : " ^1.1.3" ,
You can’t perform that action at this time.
0 commit comments