Skip to content

Commit 6ed09d1

Browse files
authored
feat: add royalty enforcement facet and extension (#4)
* feat: add royalty enforcement facet and extension * chore: deploy on goerli and polygon * chore: deploy on all chains + tier sale event * chore: deploy on all chains
1 parent 2593d02 commit 6ed09d1

File tree

524 files changed

+52406
-17029
lines changed

Some content is hidden

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

524 files changed

+52406
-17029
lines changed

deploy/00_deploy_royalty.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
88

99
await deployPermanentContract(hre.deployments, accounts[0], 'Royalty', []);
1010
await deployPermanentContract(hre.deployments, accounts[0], 'RoyaltyOwnable', []);
11+
12+
await deployPermanentContract(hre.deployments, accounts[0], 'RoyaltyEnforcement', []);
13+
await deployPermanentContract(hre.deployments, accounts[0], 'RoyaltyEnforcementOwnable', []);
1114
};
1215

1316
export default func;

deployments/arbitrumGoerli/ERC1155.json

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

deployments/arbitrumGoerli/ERC1155LockableOwnable.json

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

deployments/arbitrumGoerli/ERC1155LockableRoleBased.json

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

deployments/arbitrumGoerli/ERC1155MintableOwnable.json

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

deployments/arbitrumGoerli/ERC1155MintableOwnableERC2771.json

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

deployments/arbitrumGoerli/ERC1155MintableRoleBased.json

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

deployments/arbitrumGoerli/ERC1155MintableRoleBasedERC2771.json

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

deployments/arbitrumGoerli/ERC1155SupplyOwnable.json

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

deployments/arbitrumGoerli/ERC1155TieredSales.json

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

0 commit comments

Comments
 (0)