From f8f0a5635c1acc1abefc8d9920eadf0f94fe7704 Mon Sep 17 00:00:00 2001 From: george-openformat Date: Wed, 2 Oct 2024 15:27:42 +0100 Subject: [PATCH] feat: update reward facet on staging --- Makefile | 4 +++- deployed/421614-staging.json | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 052415e..016c0e9 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/deployed/421614-staging.json b/deployed/421614-staging.json index 0e900ba..f351318 100644 --- a/deployed/421614-staging.json +++ b/deployed/421614-staging.json @@ -56,8 +56,8 @@ "startBlock": 53180881 }, "RewardFacet": { - "address": "0xDEc4CaD610B79a0c6e5D3530E6e45662ba6D0f3c", - "startBlock": 53194440 + "address": "0x13dd8f63A9452adEA3f2152B12a13563AC433c41", + "startBlock": 85607165 }, "SettingsFacet": { "address": "0xe0aaaf2A2F05DbE1feDa6aA6336fF2533D079BF0",