Skip to content

Commit

Permalink
feat: update reward facet on staging
Browse files Browse the repository at this point in the history
  • Loading branch information
george-openformat committed Oct 2, 2024
1 parent 6a5b228 commit f8f0a56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -185,12 +185,14 @@ update:; make \
update-ERC721FactoryFacet:; forge script scripts/facet/ERC721FactoryFacet.s.sol:Update --rpc-url $(rpc) --broadcast $(verbose) $(legacy) $(slow)
update-ERC20FactoryFacet:; forge script scripts/facet/ERC20FactoryFacet.s.sol:Update --rpc-url $(rpc) --broadcast $(verbose) $(legacy) $(slow)

update-RewardsFacet:; forge script scripts/facet/RewardsFacet.s.sol:Update --rpc-url $(rpc) --broadcast $(verbose) $(legacy) $(slow)

# Add badge minting functionality
# Date 20.05.24
# updates ERC721RewardFacet to update mintERC721 function and add mintBadge and batchMintBadge functions
# deploys and registers RewardsFacet contract
# PR #126 https://github.com/open-format/contracts/pull/126
update-RewardsFacet:; forge script scripts/facet/RewardsFacet.s.sol:Update_Add_badgeMintingFunctionality --rpc-url $(rpc) --broadcast $(verbose) $(legacy) $(slow)
update-RewardsFacet-add-badgeMintingFunctionality:; forge script scripts/facet/RewardsFacet.s.sol:Update_Add_badgeMintingFunctionality --rpc-url $(rpc) --broadcast $(verbose) $(legacy) $(slow)

# Add ERC721Badge contract
# Date 14.05.24
Expand Down
4 changes: 2 additions & 2 deletions deployed/421614-staging.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"startBlock": 53180881
},
"RewardFacet": {
"address": "0xDEc4CaD610B79a0c6e5D3530E6e45662ba6D0f3c",
"startBlock": 53194440
"address": "0x13dd8f63A9452adEA3f2152B12a13563AC433c41",
"startBlock": 85607165
},
"SettingsFacet": {
"address": "0xe0aaaf2A2F05DbE1feDa6aA6336fF2533D079BF0",
Expand Down

0 comments on commit f8f0a56

Please sign in to comment.