Skip to content

Commit

Permalink
deploy redstone
Browse files Browse the repository at this point in the history
  • Loading branch information
LidamaoHub committed Jan 15, 2024
1 parent 9a76a15 commit 9838777
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions packages/contracts/script/PostDeploy.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ contract PostDeploy is Script {
vm.startBroadcast(deployerPrivateKey);

console.log(" ========== PostDeploy ========== ");
address muser = 0x2428109A9e775E4406fe079132F216dc77117333;
address mloot = 0x4A16f2658De79278Bce592258e7e38aB4c222787;
address mplugin = 0xcE34c3d4373A094d6e22ab15f0b0C36c771663cb;

address muser = 0x77043504FbC54084Da8Eb3594e13199733EA8ed6;
address mloot = 0xF80DC0DEB5d0b636Ed5e84d1359Eb2C6E4dD141D;
address mplugin = 0x28f150f469639dA393e76c5D87ba8F83C0292f01;

bytes32 merkleRoot = 0x5df91eca63323dbb115087ef262075c5bcea99b8eaf95f520efb8d48ff447499;

Expand Down
4 changes: 2 additions & 2 deletions packages/contracts/worlds.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"17001": {
"address": "0x11f943bd1e3e37eb82216c01dc0a8d537cf4d31a",
"blockNumber": 1505273
"address": "0xd9193875f45585d1443aa32cf112e751b536d426",
"blockNumber": 3018802
},
"31337": {
"address": "0x6e9474e9c83676b9a71133ff96db43e7aa0a4342"
Expand Down

0 comments on commit 9838777

Please sign in to comment.