Skip to content

Commit 372be10

Browse files
committed
update vendorlib
1 parent 5915763 commit 372be10

File tree

5 files changed

+19
-764
lines changed

5 files changed

+19
-764
lines changed

abi/src/vendor/facets/DiamondCutFacet.sol/DiamondCutFacet.json

-42
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,4 @@
11
[
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-
},
442
{
453
"anonymous": false,
464
"inputs": [

abi/src/vendor/interfaces/IDiamondCut.sol/IDiamondCut.json

-42
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,4 @@
11
[
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-
},
442
{
453
"inputs": [
464
{

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"@openzeppelin/test-helpers": "^0.5.10",
3535
"@shopify/eslint-plugin": "^43.0.0",
3636
"@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",
3939
"@typechain/web3-v1": "^6.0.1",
4040
"@types/cli-table": "^0.3.0",
4141
"@types/crypto-js": "^4.1.1",
@@ -53,7 +53,6 @@
5353
"hardhat-contract-sizer": "^2.6.1",
5454
"hardhat-deploy": "^0.11.24",
5555
"hardhat-diamond-abi": "^3.0.0",
56-
"ipfs-http-client": "60.0.1",
5756
"keccak": "^3.0.1",
5857
"mocha": "^10.0.0",
5958
"prettier-plugin-solidity": "^1.1.3",

0 commit comments

Comments
 (0)