Skip to content

Commit

Permalink
docs(world/systems): upgrade to MUD 2.0 🏎 (#2562)
Browse files Browse the repository at this point in the history
  • Loading branch information
qbzzt authored Apr 2, 2024
1 parent bf3cdcb commit da0f8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/world/systems.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ import { RESOURCE_SYSTEM } from "@latticexyz/world/src/worldResourceTypes.sol";
contract Call is Script {
function run() external {
address worldAddress = 0x256e6eAf6a6683aB771C576f2f5C8A774BdAC8e3;
address worldAddress = 0x4F4DDaFBc93Cf8d11a253f21dDbcF836139efdeC;
// Load the private key from the `PRIVATE_KEY` environment variable (in .env)
uint256 deployerPrivateKey = vm.envUint("PRIVATE_KEY");
Expand Down

0 comments on commit da0f8d9

Please sign in to comment.