Skip to content

Commit d73ac36

Browse files
committed
feat: add license facet based on a16z cant be evil
1 parent 2f24228 commit d73ac36

File tree

88 files changed

+5211
-2533
lines changed

Some content is hidden

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

88 files changed

+5211
-2533
lines changed

deploy/00_deploy_license.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
import { HardhatRuntimeEnvironment } from 'hardhat/types';
2+
import { DeployFunction } from 'hardhat-deploy/types';
3+
4+
import { deployPermanentContract } from '../hardhat.util';
5+
6+
const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
7+
const accounts = await hre.getUnnamedAccounts();
8+
9+
await deployPermanentContract(hre.deployments, accounts[0], 'License', []);
10+
await deployPermanentContract(hre.deployments, accounts[0], 'LicenseOwnable', []);
11+
};
12+
13+
export default func;

deployments/goerli/Diamond.json

Lines changed: 16 additions & 16 deletions
Large diffs are not rendered by default.

deployments/goerli/DiamondCut.json

Lines changed: 13 additions & 13 deletions
Large diffs are not rendered by default.

deployments/goerli/DiamondLoupe.json

Lines changed: 13 additions & 13 deletions
Large diffs are not rendered by default.

deployments/goerli/License.json

Lines changed: 154 additions & 0 deletions
Large diffs are not rendered by default.

deployments/goerli/LicenseOwnable.json

Lines changed: 142 additions & 0 deletions
Large diffs are not rendered by default.

deployments/goerli/Royalty.json

Lines changed: 14 additions & 14 deletions
Large diffs are not rendered by default.

deployments/goerli/RoyaltyOwnable.json

Lines changed: 15 additions & 15 deletions
Large diffs are not rendered by default.

deployments/polygon/solcInputs/9932f08b76ff3c8d25eae92113779e3f.json renamed to deployments/goerli/solcInputs/2e62b3179ca41ce77a7e5b730aa039ad.json

Lines changed: 218 additions & 155 deletions
Large diffs are not rendered by default.

deployments/polygon/solcInputs/36dd6d7a6f88f043b76113bd12238790.json renamed to deployments/goerli/solcInputs/9ff23efacea202f2fee1734f1ed71c24.json

Lines changed: 30 additions & 30 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)