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
In the case of merging CREATE2 contract into hollow account we should set the resulting account's nonce to the value of the contract (e.g. 3 if the contract has created another 2 contracts in its constructor) instead of always setting it to 1.
The text was updated successfully, but these errors were encountered:
In the case of merging CREATE2 contract into hollow account we should set the resulting account's nonce to the value of the contract (e.g. 3 if the contract has created another 2 contracts in its constructor) instead of always setting it to 1.
The text was updated successfully, but these errors were encountered: