Skip to content

Commit 0dedbad

Browse files

File tree

4 files changed

+142
-6
lines changed

4 files changed

+142
-6
lines changed

mainnet/2024-04-15-redeploy-smart-escrow/.env

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ BASE_CONTRACTS_COMMIT=b2682e85953a48cf64659a24ae7121f39f327867
66

77
OP_TOKEN=0x4200000000000000000000000000000000000042
88

9-
DEPLOYER=0xbebe472f467888b197b90693b8852ad12a50b261
109
BENEFACTOR=0x2501c477d0a35545a387aa4a3eee4292a9a8b3f0
1110
BENEFICIARY=0x635Fb974F09B269Bc750bF96338c29cF41430125
1211
BENEFACTOR_OWNER=0x2501c477D0A35545a387Aa4A3EEe4292A9a8B3F0
@@ -18,4 +17,4 @@ VESTING_PERIOD_SECONDS=7889400
1817
INITIAL_TOKENS=17895697000000000000000000
1918
VESTING_EVENT_TOKENS=4473924000000000000000000
2019

21-
DEPLOYED_CONTRACT=
20+
DEPLOYED_CONTRACT=0x1a984E693F8A9C38f3AE1f1aF14b677ac245deAD

mainnet/2024-04-15-redeploy-smart-escrow/Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ include .env
44

55
.PHONY: deploy-new-implementation
66
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
98

109
.PHONY: verify-implementation
1110
verify-implementation:

0 commit comments

Comments
 (0)