You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -172,7 +162,7 @@ Some steps depend on whether you want to deploy on [supersim](/stack/interop/too
172
162
<details>
173
163
<summary>What to do when the values are not the same</summary>
174
164
175
-
This can happen when the nonce values of `0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266` on chain A and chain B are different.
165
+
This can happen when the nonce values of `0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266`(or your address in the case of using devnet) on chain A and chain B are different.
176
166
177
167
You can see the nonce values using these commands:
178
168
@@ -189,6 +179,8 @@ Some steps depend on whether you want to deploy on [supersim](/stack/interop/too
189
179
```
190
180
191
181
If you do this, remember to update `$ERC20_ADDRESS` and `$BEACON_ADDRESS`.
182
+
183
+
If the nonce on chain B is already higher than the nonce was on chain A when the original proxy contract was deployed this method is not available and you have to either create a special bridge or [use a lockbox](./lockbox).
0 commit comments