Skip to content

Commit

Permalink
redeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
LidamaoHub committed Dec 4, 2023
1 parent 57ef5ae commit 833c434
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions packages/contracts/script/PostDeploy.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ contract PostDeploy is Script {
// MUser muser = new MUser(2, "MUser", "MUser", "", "");
// MLoot mloot = new MLoot("", "MLOOT", "MLOOT", "", 2);
// MPlugin mplugin = new MPlugin(address(mloot),address(muser));
address muser = 0x2428109A9e775E4406fe079132F216dc77117333;
address mloot = 0x4A16f2658De79278Bce592258e7e38aB4c222787;
address mplugin = 0xcE34c3d4373A094d6e22ab15f0b0C36c771663cb;
address muser = 0x09EC9819B6c3777c5C28C9Eebf5fb62cd0DbA479;
address mloot = 0x1e2d1f94c944490D9151724D1809Ba5BF95D4dae;
address mplugin = 0x89bEceA0d28b8b12314CC0b676cb2252639eC88f;

// ------------------ INIT ------------------
GameConfigInit.initGameConfig(IWorld(worldAddress));
Expand Down
10 changes: 5 additions & 5 deletions packages/contracts/worlds.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"blockNumber": 29582781
},
"17001": {
"address": "0xEc30f284Ca8fD19967Ec2BbD07c2dc3B24A8D445",
"blockNumber": 413937
"address": "0x050499eBdbBBc1216011dE07A48b5182c983Ae74",
"blockNumber": 1069273
},
"31337": {
"address": "0x5FbDB2315678afecb367f032d93F642f64180aa3"
"address": "0x9377776E73C47111C48e692dC2CD10732e143A96"
},
"33784": {
"address": "0xbf96238698F1e03c39f7cE5C587eeDd4b3aAB642",
"blockNumber": 160
"address": "0xa77f9D88c149383f45A261316CcE04A5f4F0a4ce",
"blockNumber": 344808
},
"421613": {
"address": "0x2Bc1034975c3df48D6f3026802f372677844b85d",
Expand Down

0 comments on commit 833c434

Please sign in to comment.