Skip to content

Commit

Permalink
arb
Browse files Browse the repository at this point in the history
  • Loading branch information
LidamaoHub committed Dec 14, 2023
1 parent 7ded1b9 commit b61ce66
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 @@ -19,9 +19,9 @@ contract PostDeploy is Script {

console.log(" ========== PostDeploy ========== ");

address muser = 0x2428109A9e775E4406fe079132F216dc77117333;
address mloot = 0x4A16f2658De79278Bce592258e7e38aB4c222787;
address mplugin = 0xcE34c3d4373A094d6e22ab15f0b0C36c771663cb;
address muser = 0xA183bc858540FFf7bbB69A4053e22f1B055B5451;
address mloot = 0xA311087e7B8916608e4323E9A692ab4d8e8FCd56;
address mplugin = 0x75C289BDBbEA706748B4147F373AEA997617A1B5;
bytes32 merkleRoot = 0x5df91eca63323dbb115087ef262075c5bcea99b8eaf95f520efb8d48ff447499;

IWorld(worldAddress).Init(muser, mloot, mplugin,merkleRoot);
Expand Down
4 changes: 2 additions & 2 deletions packages/contracts/worlds.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"blockNumber": 304
},
"421613": {
"address": "0x060f3f0915999fa84886f6e993cd95c4b2046b43",
"blockNumber": 58857166
"address": "0x32c856656b2bcdf739aa486a417b46b3d19f54f9",
"blockNumber": 59095168
},
"11155111": {
"address": "0xec7F8CF3B3640b1C5E8fD3c208776aad056D4fc3",
Expand Down

0 comments on commit b61ce66

Please sign in to comment.