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
We should add msg.sender here as part of the salt, so the address is derived from the creator of the world. Even better might be a per address count or a custom salt in addition to the sender, so folks can attempt to deploy worlds across chains with the same address, regardless of how many they've deployed before.
The text was updated successfully, but these errors were encountered:
mud/packages/world/src/WorldFactory.sol
Line 36 in 52182f7
We should add
msg.sender
here as part of the salt, so the address is derived from the creator of the world. Even better might be a per address count or a custom salt in addition to the sender, so folks can attempt to deploy worlds across chains with the same address, regardless of how many they've deployed before.The text was updated successfully, but these errors were encountered: