Skip to content

Commit 5b9a39c

Browse files
authored
build: Simple Deployment (#103)
* Working on removing hardhat-deploy * Initial custom deployDiamond * Working full deploy script * Migrate to SolidState Diamond implementation * Implement BeaconDiamond with SolidState proxy * Revert PCOERC721Facet.supportsInterface
1 parent fe9de0c commit 5b9a39c

File tree

95 files changed

+2864
-17783
lines changed

Some content is hidden

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

95 files changed

+2864
-17783
lines changed

.openzeppelin/goerli.json

-161
This file was deleted.

.openzeppelin/unknown-420.json

-158
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
[
2+
{
3+
"anonymous": false,
4+
"inputs": [
5+
{
6+
"indexed": true,
7+
"internalType": "address",
8+
"name": "previousOwner",
9+
"type": "address"
10+
},
11+
{
12+
"indexed": true,
13+
"internalType": "address",
14+
"name": "newOwner",
15+
"type": "address"
16+
}
17+
],
18+
"name": "OwnershipTransferred",
19+
"type": "event"
20+
},
21+
{
22+
"inputs": [],
23+
"name": "owner",
24+
"outputs": [
25+
{
26+
"internalType": "address",
27+
"name": "",
28+
"type": "address"
29+
}
30+
],
31+
"stateMutability": "view",
32+
"type": "function"
33+
},
34+
{
35+
"inputs": [
36+
{
37+
"internalType": "address",
38+
"name": "account",
39+
"type": "address"
40+
}
41+
],
42+
"name": "transferOwnership",
43+
"outputs": [],
44+
"stateMutability": "nonpayable",
45+
"type": "function"
46+
}
47+
]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
[
2+
{
3+
"anonymous": false,
4+
"inputs": [
5+
{
6+
"indexed": true,
7+
"internalType": "address",
8+
"name": "previousOwner",
9+
"type": "address"
10+
},
11+
{
12+
"indexed": true,
13+
"internalType": "address",
14+
"name": "newOwner",
15+
"type": "address"
16+
}
17+
],
18+
"name": "OwnershipTransferred",
19+
"type": "event"
20+
}
21+
]

0 commit comments

Comments
 (0)