From 54ed63f0960590415d3849844b93e5bb21a96024 Mon Sep 17 00:00:00 2001 From: george-openformat Date: Wed, 31 Jul 2024 10:32:45 +0100 Subject: [PATCH 1/2] feat: update charge facet deployment --- deployed/421614-staging.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployed/421614-staging.json b/deployed/421614-staging.json index 822053d..0e900ba 100644 --- a/deployed/421614-staging.json +++ b/deployed/421614-staging.json @@ -4,8 +4,8 @@ "startBlock": 53181340 }, "ChargeFacet": { - "address": "0xcb80fE226bf533fdda8c19D0Aa9Be36124eAA5a5", - "startBlock": 66291305 + "address": "0x87d62B44557F731c5B9D93fbBa096928Fb382799", + "startBlock": 67933710 }, "ERC20Base": { "address": "0x6F36f7A3CD912F284bc13f85ee04c57Da14319c1", From ed98186599ecf62179c57e5b858ea2c52ac0dde8 Mon Sep 17 00:00:00 2001 From: george-openformat Date: Wed, 31 Jul 2024 10:33:37 +0100 Subject: [PATCH 2/2] chore: record date script executed --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c3b6a03..052415e 100644 --- a/Makefile +++ b/Makefile @@ -217,7 +217,7 @@ update-addPlatformFeeToTokens:; make \ deploy-ERC20Base \ # Rename functions in charge facet on staging contracts -# Date 30.07.24 +# Date 31.07.24 (Executed on arbitrum-sepolia-staging contracts) # updates ChargeFacet to rename functions and use token naming convention instead of credits update-ChargeFacet_useTokensNamingConvention:; forge script scripts/facet/ChargeFacet.s.sol:Update_useTokensNamingConvention --rpc-url $(rpc) --broadcast $(verbose) $(legacy) $(slow)