Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/of 321 deploy updated charge facet to staging #138

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions deployed/421614-staging.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"startBlock": 53181340
},
"ChargeFacet": {
"address": "0xcb80fE226bf533fdda8c19D0Aa9Be36124eAA5a5",
"startBlock": 66291305
"address": "0x87d62B44557F731c5B9D93fbBa096928Fb382799",
"startBlock": 67933710
},
"ERC20Base": {
"address": "0x6F36f7A3CD912F284bc13f85ee04c57Da14319c1",
Expand Down
Loading