Skip to content

Commit

Permalink
Updat
Browse files Browse the repository at this point in the history
  • Loading branch information
LidamaoHub committed Aug 8, 2024
1 parent 294b2a0 commit bc8db3f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/contracts/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ optimizer_runs = 3000


[profile.arbitrum-sepolia]
eth_rpc_url = "https://arb-sepolia.g.alchemy.com/v2/yeoUWWVKUqgftBb9QT5MB_RGPKlPN3At"
eth_rpc_url = "https://arb-sepolia.g.alchemy.com/v2/rDwBqKe2Zy38AF5b-GB2Y5bfH7wspLM5"
optimizer = true
optimizer_runs = 3000

8 changes: 4 additions & 4 deletions packages/contracts/script/PostDeploy.s.sol
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: MIT
pragma solidity >=0.8.0;

import { Script } from "forge-std/Script.sol";
import { Script ,console2} from "forge-std/Script.sol";
import { console } from "forge-std/console.sol";
import { IWorld } from "@codegen/world/IWorld.sol";
import { GameConfigInit } from "./GameConfigInit.sol";
Expand All @@ -20,9 +20,9 @@ contract PostDeploy is Script {

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

address muser = 0x2428109A9e775E4406fe079132F216dc77117333;
address mloot = 0x4A16f2658De79278Bce592258e7e38aB4c222787;
address mplugin = 0xcE34c3d4373A094d6e22ab15f0b0C36c771663cb;
address muser = 0xEc30f284Ca8fD19967Ec2BbD07c2dc3B24A8D445;
address mloot = 0x621C0403Fc19272043119389F63dE68F493184D1;
address mplugin = 0x0B4aD32Cc29823FE7ff3A8E83BCe1B8689d13EB8;

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
Expand Up @@ -23,8 +23,8 @@
"blockNumber": 59095168
},
"421614": {
"address": "0xe9051c7c1d14d37114e804b16f650c01d0e76e5a",
"blockNumber": 69563459
"address": "0x538ce86cb8ac9fdd8e1d456b8379f01b403afcb8",
"blockNumber": 69729183
},
"11155111": {
"address": "0xec7F8CF3B3640b1C5E8fD3c208776aad056D4fc3",
Expand Down

0 comments on commit bc8db3f

Please sign in to comment.