File tree 4 files changed +142
-6
lines changed
mainnet/2024-04-15-redeploy-smart-escrow
records/DeploySmartEscrow.s.sol/10
4 files changed +142
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ BASE_CONTRACTS_COMMIT=b2682e85953a48cf64659a24ae7121f39f327867
6
6
7
7
OP_TOKEN = 0x4200000000000000000000000000000000000042
8
8
9
- DEPLOYER = 0xbebe472f467888b197b90693b8852ad12a50b261
10
9
BENEFACTOR = 0x2501c477d0a35545a387aa4a3eee4292a9a8b3f0
11
10
BENEFICIARY = 0x635Fb974F09B269Bc750bF96338c29cF41430125
12
11
BENEFACTOR_OWNER = 0x2501c477D0A35545a387Aa4A3EEe4292A9a8B3F0
@@ -18,4 +17,4 @@ VESTING_PERIOD_SECONDS=7889400
18
17
INITIAL_TOKENS = 17895697000000000000000000
19
18
VESTING_EVENT_TOKENS = 4473924000000000000000000
20
19
21
- DEPLOYED_CONTRACT =
20
+ DEPLOYED_CONTRACT = 0x1a984E693F8A9C38f3AE1f1aF14b677ac245deAD
Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ include .env
4
4
5
5
.PHONY : deploy-new-implementation
6
6
deploy-new-implementation :
7
- forge script --rpc-url $(OPTIMISM_RPC_URL ) DeploySmartEscrow
8
-
7
+ forge script --rpc-url $(OPTIMISM_RPC_URL ) DeploySmartEscrow --ledger --hd-paths " m/44'/60'/0'/0/0" --broadcast
9
8
10
9
.PHONY : verify-implementation
11
10
verify-implementation :
You can’t perform that action at this time.
0 commit comments