Skip to content

Commit f83133e

Browse files
Update smart escrow address for Transfer Op (#160)
* switched escrow contract address in env * Updates to readme
1 parent 0dedbad commit f83133e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

mainnet/2024-02-23-transfer-op/.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ OP_TOKEN=0x4200000000000000000000000000000000000042
77
NESTED_SAFE=0x0a7361e734cf3f0394B0FC4a45C74E7a4Ec70940
88
OP_MULTISIG=0x2501c477D0A35545a387Aa4A3EEe4292A9a8B3F0
99
CB_MULTISIG=0x6e1DFd5C1E22A4677663A81D24C6BA03561ef0f6
10-
SMART_ESCROW_CONTRACT=0x143F5773CFE5613ca94196d557c889134F47CB77
10+
SMART_ESCROW_CONTRACT=0x1a984e693f8a9c38f3ae1f1af14b677ac245dead
1111
ALLIGATOR_PROXY=0x7f08F3095530B67CdF8466B7a923607944136Df0
1212
UPFRONT_GRANT_TOKENS=10737418000000000000000000
1313
TOKENS_TO_TRANSFER=26843545000000000000000000

mainnet/2024-02-23-transfer-op/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ After: 0x0000000000000000000000000000000000000000000000000000000000000002
8888
2. And for the same contract, verify that this specific execution is approved by the other signer multisig:
8989

9090
```
91-
Key (if you are an OP signer): 0x11df082a13e3abe7c86905df73f40491ddca07ffdd5dd589ca60b5cd151a98f5
92-
Key (if you are a CB signer): 0xc5af7fb02845bd01e3c5d7620938079cb2f0eb79259fc52740bbe4820401d909
91+
Key (if you are an OP signer): 0x36052d50e52fd56e1e5ef2bf9000ecb5fdb428f034f8a3e05880448b8f161877
92+
Key (if you are a CB signer): 0xff52d03d7d7be46582113567dad0fd34f0eebc222f5fc655b711ba09f22bdb1f
9393
Before: 0x0000000000000000000000000000000000000000000000000000000000000000
9494
After: 0x0000000000000000000000000000000000000000000000000000000000000001
9595
```
@@ -100,8 +100,8 @@ If you are an OP signer - the OP Foundation Multisig should be under the "Gnosis
100100

101101
```
102102
Key: 0x0000000000000000000000000000000000000000000000000000000000000005
103-
Before: 0x0000000000000000000000000000000000000000000000000000000000000077
104-
After: 0x0000000000000000000000000000000000000000000000000000000000000078
103+
Before: 0x000000000000000000000000000000000000000000000000000000000000007a
104+
After: 0x000000000000000000000000000000000000000000000000000000000000007b
105105
```
106106

107107
If you are a CB signer - the Coinbase Multisig should be under the address `0x6e1dfd5c1e22a4677663a81d24c6ba03561ef0f6`:
@@ -122,7 +122,7 @@ After: 0x0000000000000000000000000000000000000000000000000000000000000002
122122

123123
```
124124
0x0a7361e734cf3f0394b0fc4a45c74e7a4ec70940 37580963000000000000000000 -> 10737418000000000000000000
125-
0x143f5773cfe5613ca94196d557c889134f47cb77 0 -> 26843545000000000000000000
125+
0x1a984e693f8a9c38f3ae1f1af14b677ac245dead 0 -> 26843545000000000000000000
126126
```
127127

128128
6. Verify that the Agora "Alligator Proxy" subdelegate is established correctly. Under the "ERC1967 Proxy" at `0x7f08f3095530b67cdf8466b7a923607944136df0`, expand the state by clicking on the "+" for `0x0a7361e734cf3f0394b0fc4a45c74e7a4ec70940`. Verify that the following state change is expected:

0 commit comments

Comments
 (0)