Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to resolve import "contracts/abi/IWorld.sol/IWorld.abi.json" from "src/mud/setupNetwork.ts". #196

Closed
VictorECDSA opened this issue Dec 6, 2023 · 6 comments

Comments

@VictorECDSA
Copy link
Contributor

It is my first time to run this game, and hit an error on the web page on localhost:3000, after execute 'pnpm dev'. pls help me. Appreciate!

autochessia % node -v
v18.19.0
autochessia % pnpm -v
8.11.0
autochessia % npm -v
10.2.3
[plugin:vite:import-analysis] Failed to resolve import "contracts/abi/IWorld.sol/IWorld.abi.json" from "src/mud/setupNetwork.ts". Does the file exist?
/Users/fenghaoming/Documents/Workspace/Solidity/HelheimLabs/autochessia/packages/client/src/mud/setupNetwork.ts:21:22
11 |  import { getNetworkConfig } from "./getNetworkConfig";
12 |  import { world } from "./world";
13 |  import IWorldAbi from "contracts/abi/IWorld.sol/IWorld.abi.json";
   |                         ^
14 |  import {
15 |    createBurnerAccount,
    at formatError (file:///Users/fenghaoming/Documents/Workspace/Solidity/HelheimLabs/autochessia/node_modules/.pnpm/[email protected]/node_modules/vite/dist/node/chunks/dep-79892de8.js:43113:46)
    at TransformContext.error (file:///Users/fenghaoming/Documents/Workspace/Solidity/HelheimLabs/autochessia/node_modules/.pnpm/[email protected]/node_modules/vite/dist/node/chunks/dep-79892de8.js:43109:19)
    at normalizeUrl (file:///Users/fenghaoming/Documents/Workspace/Solidity/HelheimLabs/autochessia/node_modules/.pnpm/[email protected]/node_modules/vite/dist/node/chunks/dep-79892de8.js:41378:33)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async TransformContext.transform (file:///Users/fenghaoming/Documents/Workspace/Solidity/HelheimLabs/autochessia/node_modules/.pnpm/[email protected]/node_modules/vite/dist/node/chunks/dep-79892de8.js:41512:47)
    at async Object.transform (file:///Users/fenghaoming/Documents/Workspace/Solidity/HelheimLabs/autochessia/node_modules/.pnpm/[email protected]/node_modules/vite/dist/node/chunks/dep-79892de8.js:43387:30)
    at async loadAndTransform (file:///Users/fenghaoming/Documents/Workspace/Solidity/HelheimLabs/autochessia/node_modules/.pnpm/[email protected]/node_modules/vite/dist/node/chunks/dep-79892de8.js:41105:29
@noyyyy
Copy link
Member

noyyyy commented Dec 6, 2023

it looks like there are some error when you deploy contract. You can add DEBUG=mud:* to packages/contracts/.env, then go to the packages/contracts directory, run pnpm dev. Copy the error of deploying contract here.

@VictorECDSA
Copy link
Contributor Author

it looks like there are some error when you deploy contract. You can add DEBUG=mud:* to packages/contracts/.env, then go to the packages/contracts directory, run pnpm dev. Copy the error of deploying contract here.

Thanks for answer!

fenghaoming@HAOMINGFENG-MB0 contracts % pwd    
/Users/fenghaoming/Documents/Workspace/Solidity/HelheimLabs/autochessia/packages/contracts
fenghaoming@HAOMINGFENG-MB0 contracts % cat .env
# This .env file is for demonstration purposes only.
#
# This should usually be excluded via .gitignore and the env vars attached to
# your deployment enviroment, but we're including this here for ease of local
# development. Please do not commit changes to this file!
#
# Anvil default private key:
PRIVATE_KEY=0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80
WORLD_ADDR=
USER_ADDR=
ROOM_ID=
GAME_ID=

DEBUG=mud:*
fenghaoming@HAOMINGFENG-MB0 contracts % node -v
v18.19.0
fenghaoming@HAOMINGFENG-MB0 contracts % pnpm -v
8.11.0

> [email protected] dev /Users/fenghaoming/Documents/Workspace/Solidity/HelheimLabs/autochessia/packages/contracts
> pnpm mud dev-contracts

(node:19532) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
Cleaning devnode cache
running "anvil --block-time 1 --block-base-fee-per-gas 0"

 Deploying MUD contracts to RPC http://127.0.0.1:8545 

2023-12-07T08:26:39.419Z mud:common:codegen Generated system interface: src/codegen/world/IAutoBattleSystem.sol
2023-12-07T08:26:40.794Z mud:common:codegen Generated system interface: src/codegen/world/ICoinIncomeSystem.sol
2023-12-07T08:26:40.801Z mud:common:codegen Generated table: src/codegen/tables/ShopConfig.sol
2023-12-07T08:26:40.802Z mud:common:codegen Generated table: src/codegen/tables/VrfRequest.sol
2023-12-07T08:26:40.802Z mud:common:codegen Generated table: src/codegen/tables/CreatureUri.sol
2023-12-07T08:26:40.802Z mud:common:codegen Generated table: src/codegen/tables/Hero.sol
2023-12-07T08:26:40.802Z mud:common:codegen Generated table: src/codegen/tables/Effect.sol
2023-12-07T08:26:40.802Z mud:common:codegen Generated table: src/codegen/tables/RaceSynergyEffect.sol
2023-12-07T08:26:40.802Z mud:common:codegen Generated table: src/codegen/tables/Piece.sol
2023-12-07T08:26:40.802Z mud:common:codegen Generated table: src/codegen/tables/ClassSynergyEffect.sol
2023-12-07T08:26:40.802Z mud:common:codegen Generated table: src/codegen/tables/WaitingRoom.sol
2023-12-07T08:26:40.802Z mud:common:codegen Generated table: src/codegen/tables/WaitingRoomPassword.sol
2023-12-07T08:26:40.802Z mud:common:codegen Generated table: src/codegen/tables/Game.sol
2023-12-07T08:26:40.802Z mud:common:codegen Generated table: src/codegen/tables/Rank.sol
2023-12-07T08:26:40.802Z mud:common:codegen Generated table: src/codegen/tables/GameRecord.sol
2023-12-07T08:26:40.802Z mud:common:codegen Generated table: src/codegen/tables/GameConfig.sol
2023-12-07T08:26:40.802Z mud:common:codegen Generated table: src/codegen/tables/Board.sol
2023-12-07T08:26:40.802Z mud:common:codegen Generated table: src/codegen/tables/NetworkConfig.sol
2023-12-07T08:26:40.802Z mud:common:codegen Generated table: src/codegen/tables/ZkVerifier.sol
2023-12-07T08:26:40.802Z mud:common:codegen Generated table: src/codegen/tables/Creature.sol
2023-12-07T08:26:40.802Z mud:common:codegen Generated table: src/codegen/tables/Player.sol
2023-12-07T08:26:40.802Z mud:common:codegen Generated table: src/codegen/tables/PlayerGlobal.sol
2023-12-07T08:26:40.804Z mud:common:codegen Generated system interface: src/codegen/world/IExperienceSystem.sol
2023-12-07T08:26:40.843Z mud:common:codegen Generated table index: src/codegen/index.sol
2023-12-07T08:26:40.844Z mud:common:codegen Generated system interface: src/codegen/world/IMatchingSystem.sol
2023-12-07T08:26:40.857Z mud:common:codegen Generated types file: src/codegen/common.sol
2023-12-07T08:26:40.857Z mud:common:codegen Generated system interface: src/codegen/world/IMergeSystem.sol
2023-12-07T08:26:40.860Z mud:common:codegen Generated system interface: src/codegen/world/IPasswordProofVerifySystem.sol
2023-12-07T08:26:40.893Z mud:common:codegen Generated system interface: src/codegen/world/IPieceActionSimulatorSystem.sol
2023-12-07T08:26:40.923Z mud:common:codegen Generated system interface: src/codegen/world/IPieceDecisionMake2System.sol
2023-12-07T08:26:40.960Z mud:common:codegen Generated system interface: src/codegen/world/IPieceDecisionMakeSystem.sol
2023-12-07T08:26:41.003Z mud:common:codegen Generated system interface: src/codegen/world/IPieceInitializerSystem.sol
2023-12-07T08:26:41.023Z mud:common:codegen Generated system interface: src/codegen/world/IPlaceSystem.sol
2023-12-07T08:26:41.037Z mud:common:codegen Generated system interface: src/codegen/world/IPveBotSystem.sol
2023-12-07T08:26:41.057Z mud:common:codegen Generated system interface: src/codegen/world/IPveSystem.sol
2023-12-07T08:26:41.066Z mud:common:codegen Generated system interface: src/codegen/world/IRandomSystem.sol
2023-12-07T08:26:41.079Z mud:common:codegen Generated system interface: src/codegen/world/IRefreshHeroesSystem.sol
2023-12-07T08:26:41.090Z mud:common:codegen Generated system interface: src/codegen/world/IRoundSettlementSystem.sol
2023-12-07T08:26:41.108Z mud:common:codegen Generated system interface: src/codegen/world/IShopSystem.sol
2023-12-07T08:26:41.109Z mud:common:codegen Generated system interface: src/codegen/world/IWorld.sol
running "forge build"
No files changed, compilation skipped
(node:19838) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
Deploying from 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266
2023-12-07T08:26:42.330Z mud:cli:deploy found create2 deployer at 0x4e59b44847b379578588920ca78fbf26c0b4956c
2023-12-07T08:26:42.369Z mud:cli:deploy deploying core module at 0x8f07b4B49e590cCe9a253ef3c88d3de7abB40C60
2023-12-07T08:26:42.370Z mud:cli:deploy deploying world factory at 0x77cA8F01cB2a88b2EE90aA9697461391eb3f12e9
2023-12-07T08:26:42.371Z mud:cli:deploy deploying :autoBattle system at 0xBef7C92337fe16557AE3732bb5aDa6Eb20246dc5
2023-12-07T08:26:42.372Z mud:cli:deploy deploying :coinIncome system at 0x0fc2086bb3B3c2667314e0Ce1fc37709127d4BFc
2023-12-07T08:26:42.372Z mud:cli:deploy deploying :experience system at 0x403f3BD38c0608966419e31FE907556d85fb8214
2023-12-07T08:26:42.373Z mud:cli:deploy deploying :matching system at 0x2a2f7e7Bf8c64fFF54BCaADAC1AcA0A37171f60D
2023-12-07T08:26:42.374Z mud:cli:deploy deploying :merge system at 0x02F9c88DA318a337f2464Ed37e8a50f407e0dE75
2023-12-07T08:26:42.375Z mud:common:sendTransaction simulating tx to 0x4e59b44847b379578588920ca78fbf26c0b4956c
2023-12-07T08:26:42.377Z mud:cli:deploy deploying :pwProofVerify system at 0x8447E9a472De837517Ae10d53a4e18661868c172
2023-12-07T08:26:42.377Z mud:cli:deploy deploying :actionSimulator system at 0x83EbFd98035442D9EF6a8E06fBF75Ea8CE6B587B
2023-12-07T08:26:42.378Z mud:cli:deploy deploying :decisionMake2 system at 0x4Be27bee0150C804a0C0A32a01b13D30673079de
2023-12-07T08:26:42.378Z mud:cli:deploy deploying :decisionMake system at 0x813DAC7FC3fEaBfCa830eC86a01f5cC1de79B803
2023-12-07T08:26:42.379Z mud:cli:deploy deploying :initPiece system at 0x2EA6B7B4cFfa7790BF686cB54DBED533e222F187
2023-12-07T08:26:42.380Z mud:cli:deploy deploying :PlaceSystem system at 0x852C67d8BF0a9719020B76cC9931D0DE3164556D
2023-12-07T08:26:42.380Z mud:cli:deploy deploying :PveBotSystem system at 0xa86a2FD75854FF09D00e925D6c02481fDa1aEE4E
2023-12-07T08:26:42.381Z mud:cli:deploy deploying :PveSystem system at 0xb56e7461789f173B55cC470251d927fEC347Db5c
2023-12-07T08:26:42.381Z mud:cli:deploy deploying :RandomSystem system at 0x5d83922CaF5462a5f40671f110255dBAe4315706
2023-12-07T08:26:42.382Z mud:cli:deploy deploying :refreshHeroes system at 0x65A9dfF208Dbfe98995790c40eFDfAb23d2479D2
2023-12-07T08:26:42.382Z mud:cli:deploy deploying :roundSettlement system at 0xF47B25678F853d7022b44c6220558Bf675DBD171
2023-12-07T08:26:42.382Z mud:cli:deploy deploying :shopSystem system at 0x565052171366F766E5e31652589400959C400a39
2023-12-07T08:26:42.383Z mud:cli:deploy deploying UniqueEntityModule module at 0x2fdAF7d037F94dFe75aBAE5e2ed75dbfED8d22D3
2023-12-07T08:26:42.384Z mud:common:sendTransaction simulating tx to 0x4e59b44847b379578588920ca78fbf26c0b4956c
2023-12-07T08:26:42.385Z mud:common:sendTransaction simulating tx to 0x4e59b44847b379578588920ca78fbf26c0b4956c
2023-12-07T08:26:42.386Z mud:common:sendTransaction simulating tx to 0x4e59b44847b379578588920ca78fbf26c0b4956c
2023-12-07T08:26:42.386Z mud:common:sendTransaction simulating tx to 0x4e59b44847b379578588920ca78fbf26c0b4956c
2023-12-07T08:26:42.387Z mud:common:sendTransaction simulating tx to 0x4e59b44847b379578588920ca78fbf26c0b4956c
2023-12-07T08:26:42.388Z mud:common:sendTransaction simulating tx to 0x4e59b44847b379578588920ca78fbf26c0b4956c
2023-12-07T08:26:42.388Z mud:common:sendTransaction simulating tx to 0x4e59b44847b379578588920ca78fbf26c0b4956c
2023-12-07T08:26:42.389Z mud:common:sendTransaction simulating tx to 0x4e59b44847b379578588920ca78fbf26c0b4956c
2023-12-07T08:26:42.390Z mud:common:createNonceManager reset nonce to 0
2023-12-07T08:26:42.390Z mud:common:sendTransaction sending tx with nonce 0 to 0x4e59b44847b379578588920ca78fbf26c0b4956c
2023-12-07T08:26:42.392Z mud:common:sendTransaction simulating tx to 0x4e59b44847b379578588920ca78fbf26c0b4956c
2023-12-07T08:26:42.392Z mud:common:sendTransaction simulating tx to 0x4e59b44847b379578588920ca78fbf26c0b4956c
2023-12-07T08:26:42.393Z mud:common:sendTransaction simulating tx to 0x4e59b44847b379578588920ca78fbf26c0b4956c
2023-12-07T08:26:42.393Z mud:common:sendTransaction simulating tx to 0x4e59b44847b379578588920ca78fbf26c0b4956c
2023-12-07T08:26:42.394Z mud:common:sendTransaction simulating tx to 0x4e59b44847b379578588920ca78fbf26c0b4956c
2023-12-07T08:26:42.394Z mud:common:sendTransaction simulating tx to 0x4e59b44847b379578588920ca78fbf26c0b4956c
2023-12-07T08:26:42.395Z mud:common:sendTransaction simulating tx to 0x4e59b44847b379578588920ca78fbf26c0b4956c
2023-12-07T08:26:42.396Z mud:common:sendTransaction simulating tx to 0x4e59b44847b379578588920ca78fbf26c0b4956c
2023-12-07T08:26:42.396Z mud:common:sendTransaction simulating tx to 0x4e59b44847b379578588920ca78fbf26c0b4956c
2023-12-07T08:26:42.397Z mud:common:sendTransaction simulating tx to 0x4e59b44847b379578588920ca78fbf26c0b4956c
2023-12-07T08:26:42.397Z mud:common:sendTransaction simulating tx to 0x4e59b44847b379578588920ca78fbf26c0b4956c
2023-12-07T08:26:42.428Z mud:common:sendTransaction sending tx with nonce 1 to 0x4e59b44847b379578588920ca78fbf26c0b4956c
2023-12-07T08:26:42.439Z mud:common:sendTransaction sending tx with nonce 2 to 0x4e59b44847b379578588920ca78fbf26c0b4956c
2023-12-07T08:26:42.443Z mud:common:sendTransaction sending tx with nonce 3 to 0x4e59b44847b379578588920ca78fbf26c0b4956c
2023-12-07T08:26:42.451Z mud:common:sendTransaction sending tx with nonce 4 to 0x4e59b44847b379578588920ca78fbf26c0b4956c
2023-12-07T08:26:42.461Z mud:common:sendTransaction sending tx with nonce 5 to 0x4e59b44847b379578588920ca78fbf26c0b4956c
2023-12-07T08:26:42.472Z mud:common:sendTransaction sending tx with nonce 6 to 0x4e59b44847b379578588920ca78fbf26c0b4956c
2023-12-07T08:26:42.484Z mud:common:sendTransaction sending tx with nonce 7 to 0x4e59b44847b379578588920ca78fbf26c0b4956c
2023-12-07T08:26:42.491Z mud:common:sendTransaction sending tx with nonce 8 to 0x4e59b44847b379578588920ca78fbf26c0b4956c
2023-12-07T08:26:42.498Z mud:common:sendTransaction sending tx with nonce 9 to 0x4e59b44847b379578588920ca78fbf26c0b4956c
2023-12-07T08:26:42.510Z mud:common:sendTransaction sending tx with nonce 10 to 0x4e59b44847b379578588920ca78fbf26c0b4956c
2023-12-07T08:26:42.521Z mud:common:sendTransaction sending tx with nonce 11 to 0x4e59b44847b379578588920ca78fbf26c0b4956c
2023-12-07T08:26:42.531Z mud:common:sendTransaction sending tx with nonce 12 to 0x4e59b44847b379578588920ca78fbf26c0b4956c
2023-12-07T08:26:42.543Z mud:common:sendTransaction sending tx with nonce 13 to 0x4e59b44847b379578588920ca78fbf26c0b4956c
2023-12-07T08:26:42.553Z mud:common:sendTransaction sending tx with nonce 14 to 0x4e59b44847b379578588920ca78fbf26c0b4956c
2023-12-07T08:26:42.567Z mud:common:sendTransaction sending tx with nonce 15 to 0x4e59b44847b379578588920ca78fbf26c0b4956c
2023-12-07T08:26:42.576Z mud:common:sendTransaction sending tx with nonce 16 to 0x4e59b44847b379578588920ca78fbf26c0b4956c
2023-12-07T08:26:42.585Z mud:common:sendTransaction sending tx with nonce 17 to 0x4e59b44847b379578588920ca78fbf26c0b4956c
2023-12-07T08:26:42.597Z mud:common:sendTransaction sending tx with nonce 18 to 0x4e59b44847b379578588920ca78fbf26c0b4956c
2023-12-07T08:26:42.608Z mud:common:sendTransaction sending tx with nonce 19 to 0x4e59b44847b379578588920ca78fbf26c0b4956c
2023-12-07T08:26:42.621Z mud:cli:deploy waiting for contracts
2023-12-07T08:26:46.696Z mud:cli:deploy found core module at 0x8f07b4B49e590cCe9a253ef3c88d3de7abB40C60
2023-12-07T08:26:46.697Z mud:cli:deploy found world factory at 0x77cA8F01cB2a88b2EE90aA9697461391eb3f12e9
2023-12-07T08:26:46.697Z mud:cli:deploy deploying world
2023-12-07T08:26:46.697Z mud:common:writeContract simulating deployWorld at 0x77cA8F01cB2a88b2EE90aA9697461391eb3f12e9
2023-12-07T08:26:46.701Z mud:common:writeContract calling deployWorld with nonce 20 at 0x77cA8F01cB2a88b2EE90aA9697461391eb3f12e9
2023-12-07T08:26:46.756Z mud:cli:deploy waiting for world deploy
2023-12-07T08:26:50.784Z mud:cli:deploy deployed world to 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342 at block 8n
2023-12-07T08:26:50.785Z mud:cli:deploy looking up resource IDs for 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:50.790Z mud:cli:deploy found 17 resource IDs for 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:50.793Z mud:cli:deploy looking up tables for 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:50.798Z mud:cli:deploy found 13 tables for 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:50.798Z mud:cli:deploy registering tables :NetworkConfig, :GameConfig, :ShopConfig, :VrfRequest, :PlayerGlobal, :Player, :Creature, :CreatureUri, :Hero, :Piece, :Effect, :RaceSynergyEffec, :ClassSynergyEffe, :WaitingRoom, :WaitingRoomPassw, :Rank, :GameRecord, :Game, :Board, :ZkVerifier
2023-12-07T08:26:50.804Z mud:common:writeContract simulating registerTable at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:50.805Z mud:common:writeContract simulating registerTable at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:50.806Z mud:common:writeContract simulating registerTable at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:50.807Z mud:common:writeContract simulating registerTable at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:50.807Z mud:common:writeContract simulating registerTable at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:50.808Z mud:common:writeContract simulating registerTable at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:50.809Z mud:common:writeContract simulating registerTable at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:50.809Z mud:common:writeContract simulating registerTable at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:50.810Z mud:common:writeContract simulating registerTable at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:50.811Z mud:common:writeContract simulating registerTable at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:50.812Z mud:common:writeContract simulating registerTable at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:50.812Z mud:common:writeContract simulating registerTable at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:50.813Z mud:common:writeContract simulating registerTable at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:50.813Z mud:common:writeContract simulating registerTable at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:50.814Z mud:common:writeContract simulating registerTable at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:50.814Z mud:common:writeContract simulating registerTable at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:50.815Z mud:common:writeContract simulating registerTable at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:50.815Z mud:common:writeContract simulating registerTable at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:50.816Z mud:common:writeContract simulating registerTable at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:50.817Z mud:common:writeContract simulating registerTable at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:50.818Z mud:common:writeContract calling registerTable with nonce 21 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:50.831Z mud:common:writeContract calling registerTable with nonce 22 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:50.838Z mud:common:writeContract calling registerTable with nonce 23 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:50.846Z mud:common:writeContract calling registerTable with nonce 24 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:50.856Z mud:common:writeContract calling registerTable with nonce 25 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:50.862Z mud:common:writeContract calling registerTable with nonce 26 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:50.869Z mud:common:writeContract calling registerTable with nonce 27 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:50.876Z mud:common:writeContract calling registerTable with nonce 28 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:50.884Z mud:common:writeContract calling registerTable with nonce 29 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:50.892Z mud:common:writeContract calling registerTable with nonce 30 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:50.899Z mud:common:writeContract calling registerTable with nonce 31 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:50.907Z mud:common:writeContract calling registerTable with nonce 32 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:50.914Z mud:common:writeContract calling registerTable with nonce 33 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:50.921Z mud:common:writeContract calling registerTable with nonce 34 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:50.929Z mud:common:writeContract calling registerTable with nonce 35 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:50.936Z mud:common:writeContract calling registerTable with nonce 36 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:50.944Z mud:common:writeContract calling registerTable with nonce 37 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:50.952Z mud:common:writeContract calling registerTable with nonce 38 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:50.961Z mud:common:writeContract calling registerTable with nonce 39 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:50.969Z mud:common:writeContract calling registerTable with nonce 40 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:50.977Z mud:cli:deploy looking up resource IDs for 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:50.978Z mud:cli:deploy looking up function signatures for 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:50.978Z mud:cli:deploy looking up resource access for 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:50.978Z mud:cli:deploy looking up resource access for 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:50.980Z mud:cli:deploy found 17 resource IDs for 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:50.985Z mud:cli:deploy found 19 function signatures for 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:50.996Z mud:cli:deploy found 4 resource<>address access pairs
2023-12-07T08:26:50.997Z mud:cli:deploy found 4 resource<>address access pairs
2023-12-07T08:26:51.000Z mud:cli:deploy looking up systems :core
2023-12-07T08:26:51.002Z mud:cli:deploy registering new systems :autoBattle, :coinIncome, :experience, :matching, :merge, :pwProofVerify, :actionSimulator, :decisionMake2, :decisionMake, :initPiece, :PlaceSystem, :PveBotSystem, :PveSystem, :RandomSystem, :refreshHeroes, :roundSettlement, :shopSystem
2023-12-07T08:26:51.025Z mud:cli:deploy found :autoBattle system at 0xBef7C92337fe16557AE3732bb5aDa6Eb20246dc5
2023-12-07T08:26:51.029Z mud:cli:deploy found :shopSystem system at 0x565052171366F766E5e31652589400959C400a39
2023-12-07T08:26:51.030Z mud:cli:deploy found :decisionMake system at 0x813DAC7FC3fEaBfCa830eC86a01f5cC1de79B803
2023-12-07T08:26:51.031Z mud:cli:deploy found :PveSystem system at 0xb56e7461789f173B55cC470251d927fEC347Db5c
2023-12-07T08:26:51.031Z mud:cli:deploy found :refreshHeroes system at 0x65A9dfF208Dbfe98995790c40eFDfAb23d2479D2
2023-12-07T08:26:51.032Z mud:cli:deploy found :roundSettlement system at 0xF47B25678F853d7022b44c6220558Bf675DBD171
2023-12-07T08:26:51.032Z mud:cli:deploy found :initPiece system at 0x2EA6B7B4cFfa7790BF686cB54DBED533e222F187
2023-12-07T08:26:51.032Z mud:cli:deploy found :PlaceSystem system at 0x852C67d8BF0a9719020B76cC9931D0DE3164556D
2023-12-07T08:26:51.032Z mud:cli:deploy found :PveBotSystem system at 0xa86a2FD75854FF09D00e925D6c02481fDa1aEE4E
2023-12-07T08:26:51.033Z mud:cli:deploy found :RandomSystem system at 0x5d83922CaF5462a5f40671f110255dBAe4315706
2023-12-07T08:26:51.033Z mud:cli:deploy found :coinIncome system at 0x0fc2086bb3B3c2667314e0Ce1fc37709127d4BFc
2023-12-07T08:26:51.033Z mud:cli:deploy found :pwProofVerify system at 0x8447E9a472De837517Ae10d53a4e18661868c172
2023-12-07T08:26:51.033Z mud:cli:deploy found :experience system at 0x403f3BD38c0608966419e31FE907556d85fb8214
2023-12-07T08:26:51.033Z mud:cli:deploy found :matching system at 0x2a2f7e7Bf8c64fFF54BCaADAC1AcA0A37171f60D
2023-12-07T08:26:51.034Z mud:cli:deploy found :merge system at 0x02F9c88DA318a337f2464Ed37e8a50f407e0dE75
2023-12-07T08:26:51.034Z mud:cli:deploy found :decisionMake2 system at 0x4Be27bee0150C804a0C0A32a01b13D30673079de
2023-12-07T08:26:51.034Z mud:cli:deploy found :actionSimulator system at 0x83EbFd98035442D9EF6a8E06fBF75Ea8CE6B587B
2023-12-07T08:26:51.036Z mud:common:writeContract simulating registerSystem at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.037Z mud:common:writeContract simulating registerSystem at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.037Z mud:common:writeContract simulating registerSystem at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.038Z mud:common:writeContract simulating registerSystem at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.038Z mud:common:writeContract simulating registerSystem at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.039Z mud:common:writeContract simulating registerSystem at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.039Z mud:common:writeContract simulating registerSystem at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.040Z mud:common:writeContract simulating registerSystem at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.040Z mud:common:writeContract simulating registerSystem at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.040Z mud:common:writeContract simulating registerSystem at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.041Z mud:common:writeContract simulating registerSystem at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.041Z mud:common:writeContract simulating registerSystem at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.043Z mud:common:writeContract simulating registerSystem at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.043Z mud:common:writeContract simulating registerSystem at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.044Z mud:common:writeContract simulating registerSystem at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.044Z mud:common:writeContract simulating registerSystem at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.044Z mud:common:writeContract simulating registerSystem at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.045Z mud:common:writeContract calling registerSystem with nonce 41 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.055Z mud:common:writeContract calling registerSystem with nonce 42 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.063Z mud:common:writeContract calling registerSystem with nonce 43 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.071Z mud:common:writeContract calling registerSystem with nonce 44 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.080Z mud:common:writeContract calling registerSystem with nonce 45 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.089Z mud:common:writeContract calling registerSystem with nonce 46 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.097Z mud:common:writeContract calling registerSystem with nonce 47 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.106Z mud:common:writeContract calling registerSystem with nonce 48 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.114Z mud:common:writeContract calling registerSystem with nonce 49 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.123Z mud:common:writeContract calling registerSystem with nonce 50 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.132Z mud:common:writeContract calling registerSystem with nonce 51 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.141Z mud:common:writeContract calling registerSystem with nonce 52 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.150Z mud:common:writeContract calling registerSystem with nonce 53 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.160Z mud:common:writeContract calling registerSystem with nonce 54 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.170Z mud:common:writeContract calling registerSystem with nonce 55 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.179Z mud:common:writeContract calling registerSystem with nonce 56 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.190Z mud:common:writeContract calling registerSystem with nonce 57 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.200Z mud:cli:deploy looking up function signatures for 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.201Z mud:cli:deploy found 19 function signatures for 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.208Z mud:cli:deploy registering functions: endRoundPublic(uint32), surrender(), tick(uint32,address), getBasicIncome(uint32), getInterestIncome(uint256), getStreakBonus(address), updatePlayerCoin(uint32,address), addExperience(address,uint256), createRoom(bytes32,uint8,bytes32), joinPrivateRoom(bytes32,uint256[2],uint256[2][2],uint256[2]), joinRoom(bytes32), leaveRoom(bytes32,uint256), singlePlay(), startGame(bytes32), merge(address,uint256), mergeNum(), verifyPasswordProof(uint256[2],uint256[2][2],uint256[2],uint256[3]), closeSimulator((bytes32,uint16,uint8,uint8,uint8,uint8,uint32,uint32,uint32,uint8,uint8,uint8,uint8,uint32,uint8,uint32,uint8,uint24,uint24[8])[],(uint256,(uint160,uint96)[],uint16[])), doAction((bytes32,uint16,uint8,uint8,uint8,uint8,uint32,uint32,uint32,uint8,uint8,uint8,uint8,uint32,uint8,uint32,uint8,uint24,uint24[8])[],uint8[][],(uint256,(uint160,uint96)[],uint16[]),uint256), initSimulator((bytes32,uint16,uint8,uint8,uint8,uint8,uint32,uint32,uint32,uint8,uint8,uint8,uint8,uint32,uint8,uint32,uint8,uint24,uint24[8])[],(uint256,(uint160,uint96)[],uint16[])), _findPath(uint8[][],(bytes32,uint16,uint8,uint8,uint8,uint8,uint32,uint32,uint32,uint8,uint8,uint8,uint8,uint32,uint8,uint32,uint8,uint24,uint24[8]),(bytes32,uint16,uint8,uint8,uint8,uint8,uint32,uint32,uint32,uint8,uint8,uint8,uint8,uint32,uint8,uint32,uint8,uint24,uint24[8])), _genMap((bytes32,uint16,uint8,uint8,uint8,uint8,uint32,uint32,uint32,uint8,uint8,uint8,uint8,uint32,uint8,uint32,uint8,uint24,uint24[8])[]), _getWinner((bytes32,uint16,uint8,uint8,uint8,uint8,uint32,uint32,uint32,uint8,uint8,uint8,uint8,uint32,uint8,uint32,uint8,uint24,uint24[8])[]), _updatePieces((bytes32,uint16,uint8,uint8,uint8,uint8,uint32,uint32,uint32,uint8,uint8,uint8,uint8,uint32,uint8,uint32,uint8,uint24,uint24[8])[]), exploreAttack((bytes32,uint16,uint8,uint8,uint8,uint8,uint32,uint32,uint32,uint8,uint8,uint8,uint8,uint32,uint8,uint32,uint8,uint24,uint24[8])[],uint256), exploreMove(uint8[][],(bytes32,uint16,uint8,uint8,uint8,uint8,uint32,uint32,uint32,uint8,uint8,uint8,uint8,uint32,uint8,uint32,uint8,uint24,uint24[8])[],uint256), startBattle(address), initPieces(address,address), changeHeroCoordinate(uint256,uint32,uint32), placeBackInventory(uint256), placeBackInventoryAndSwap(uint256,uint256), placeToBoard(uint256,uint32,uint32), swapInventory(uint256,uint256), _botSetPiece(uint32,address), pveTick(uint32,address), getRandomNumberInGame(uint32), rawFulfillRandomWords(uint256,uint256[]), requestGlobalRandomNumber(uint32), getRefreshedHeroes(uint32,uint8), refreshHeroes(address), settleRound(uint32), buyExp(), buyHero(uint256), buyRefreshHero(), lockHeroAltar(), sellHero(uint32), unlockHeroAltar()
2023-12-07T08:26:51.216Z mud:common:writeContract simulating registerRootFunctionSelector at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.216Z mud:common:writeContract simulating registerRootFunctionSelector at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.217Z mud:common:writeContract simulating registerRootFunctionSelector at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.217Z mud:common:writeContract simulating registerRootFunctionSelector at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.218Z mud:common:writeContract simulating registerRootFunctionSelector at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.218Z mud:common:writeContract simulating registerRootFunctionSelector at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.218Z mud:common:writeContract simulating registerRootFunctionSelector at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.219Z mud:common:writeContract simulating registerRootFunctionSelector at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.219Z mud:common:writeContract simulating registerRootFunctionSelector at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.220Z mud:common:writeContract simulating registerRootFunctionSelector at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.220Z mud:common:writeContract simulating registerRootFunctionSelector at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.220Z mud:common:writeContract simulating registerRootFunctionSelector at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.221Z mud:common:writeContract simulating registerRootFunctionSelector at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.221Z mud:common:writeContract simulating registerRootFunctionSelector at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.221Z mud:common:writeContract simulating registerRootFunctionSelector at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.222Z mud:common:writeContract simulating registerRootFunctionSelector at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.222Z mud:common:writeContract simulating registerRootFunctionSelector at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.222Z mud:common:writeContract simulating registerRootFunctionSelector at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.230Z mud:common:writeContract simulating registerRootFunctionSelector at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.231Z mud:common:writeContract simulating registerRootFunctionSelector at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.231Z mud:common:writeContract simulating registerRootFunctionSelector at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.231Z mud:common:writeContract simulating registerRootFunctionSelector at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.232Z mud:common:writeContract simulating registerRootFunctionSelector at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.232Z mud:common:writeContract simulating registerRootFunctionSelector at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.232Z mud:common:writeContract simulating registerRootFunctionSelector at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.233Z mud:common:writeContract simulating registerRootFunctionSelector at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.233Z mud:common:writeContract simulating registerRootFunctionSelector at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.233Z mud:common:writeContract simulating registerRootFunctionSelector at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.234Z mud:common:writeContract simulating registerRootFunctionSelector at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.234Z mud:common:writeContract simulating registerRootFunctionSelector at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.235Z mud:common:writeContract simulating registerRootFunctionSelector at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.235Z mud:common:writeContract simulating registerRootFunctionSelector at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.237Z mud:common:writeContract simulating registerRootFunctionSelector at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.238Z mud:common:writeContract simulating registerRootFunctionSelector at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.238Z mud:common:writeContract simulating registerRootFunctionSelector at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.239Z mud:common:writeContract simulating registerRootFunctionSelector at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.239Z mud:common:writeContract simulating registerRootFunctionSelector at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.240Z mud:common:writeContract simulating registerRootFunctionSelector at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.240Z mud:common:writeContract simulating registerRootFunctionSelector at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.241Z mud:common:writeContract simulating registerRootFunctionSelector at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.241Z mud:common:writeContract simulating registerRootFunctionSelector at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.241Z mud:common:writeContract simulating registerRootFunctionSelector at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.242Z mud:common:writeContract simulating registerRootFunctionSelector at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.242Z mud:common:writeContract simulating registerRootFunctionSelector at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.243Z mud:common:writeContract simulating registerRootFunctionSelector at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.243Z mud:common:writeContract simulating registerRootFunctionSelector at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.243Z mud:common:writeContract simulating registerRootFunctionSelector at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.244Z mud:common:writeContract calling registerRootFunctionSelector with nonce 58 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.262Z mud:common:writeContract calling registerRootFunctionSelector with nonce 59 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.271Z mud:common:writeContract calling registerRootFunctionSelector with nonce 60 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.281Z mud:common:writeContract calling registerRootFunctionSelector with nonce 61 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.290Z mud:common:writeContract calling registerRootFunctionSelector with nonce 62 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.300Z mud:common:writeContract calling registerRootFunctionSelector with nonce 63 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.309Z mud:common:writeContract calling registerRootFunctionSelector with nonce 64 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.318Z mud:common:writeContract calling registerRootFunctionSelector with nonce 65 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.328Z mud:common:writeContract calling registerRootFunctionSelector with nonce 66 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.338Z mud:common:writeContract calling registerRootFunctionSelector with nonce 67 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.352Z mud:common:writeContract calling registerRootFunctionSelector with nonce 68 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.362Z mud:common:writeContract calling registerRootFunctionSelector with nonce 69 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.372Z mud:common:writeContract calling registerRootFunctionSelector with nonce 70 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.381Z mud:common:writeContract calling registerRootFunctionSelector with nonce 71 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.391Z mud:common:writeContract calling registerRootFunctionSelector with nonce 72 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.401Z mud:common:writeContract calling registerRootFunctionSelector with nonce 73 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.411Z mud:common:writeContract calling registerRootFunctionSelector with nonce 74 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.421Z mud:common:writeContract calling registerRootFunctionSelector with nonce 75 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.431Z mud:common:writeContract calling registerRootFunctionSelector with nonce 76 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.441Z mud:common:writeContract calling registerRootFunctionSelector with nonce 77 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.452Z mud:common:writeContract calling registerRootFunctionSelector with nonce 78 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.463Z mud:common:writeContract calling registerRootFunctionSelector with nonce 79 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.473Z mud:common:writeContract calling registerRootFunctionSelector with nonce 80 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.483Z mud:common:writeContract calling registerRootFunctionSelector with nonce 81 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.494Z mud:common:writeContract calling registerRootFunctionSelector with nonce 82 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.505Z mud:common:writeContract calling registerRootFunctionSelector with nonce 83 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.515Z mud:common:writeContract calling registerRootFunctionSelector with nonce 84 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.526Z mud:common:writeContract calling registerRootFunctionSelector with nonce 85 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.537Z mud:common:writeContract calling registerRootFunctionSelector with nonce 86 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.548Z mud:common:writeContract calling registerRootFunctionSelector with nonce 87 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.558Z mud:common:writeContract calling registerRootFunctionSelector with nonce 88 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.569Z mud:common:writeContract calling registerRootFunctionSelector with nonce 89 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.580Z mud:common:writeContract calling registerRootFunctionSelector with nonce 90 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.591Z mud:common:writeContract calling registerRootFunctionSelector with nonce 91 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.602Z mud:common:writeContract calling registerRootFunctionSelector with nonce 92 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.613Z mud:common:writeContract calling registerRootFunctionSelector with nonce 93 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.624Z mud:common:writeContract calling registerRootFunctionSelector with nonce 94 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.636Z mud:common:writeContract calling registerRootFunctionSelector with nonce 95 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.647Z mud:common:writeContract calling registerRootFunctionSelector with nonce 96 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.659Z mud:common:writeContract calling registerRootFunctionSelector with nonce 97 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.671Z mud:common:writeContract calling registerRootFunctionSelector with nonce 98 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.682Z mud:common:writeContract calling registerRootFunctionSelector with nonce 99 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.694Z mud:common:writeContract calling registerRootFunctionSelector with nonce 100 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.706Z mud:common:writeContract calling registerRootFunctionSelector with nonce 101 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.718Z mud:common:writeContract calling registerRootFunctionSelector with nonce 102 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.730Z mud:common:writeContract calling registerRootFunctionSelector with nonce 103 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.742Z mud:common:writeContract calling registerRootFunctionSelector with nonce 104 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.764Z mud:cli:deploy found UniqueEntityModule module at 0x2fdAF7d037F94dFe75aBAE5e2ed75dbfED8d22D3
2023-12-07T08:26:51.764Z mud:cli:deploy installing modules: UniqueEntityModule
2023-12-07T08:26:51.764Z mud:common:writeContract simulating installRootModule at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.773Z mud:common:writeContract calling installRootModule with nonce 105 at 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342
2023-12-07T08:26:51.791Z mud:cli:deploy waiting for all transactions to confirm
2023-12-07T08:26:55.951Z mud:cli:deploy deploy complete
Executing post deploy script at script/PostDeploy.s.sol
running "forge script PostDeploy --sig run(address) 0x6e9474e9c83676b9a71133ff96db43e7aa0a4342 --broadcast --rpc-url http://127.0.0.1:8545 -vvv"
No files changed, compilation skipped
�[32mScript ran successfully.�[0m
�[33mEIP-3855 is not supported in one or more of the RPCs used.
Unsupported Chain IDs: 31337.
Contracts deployed with a Solidity version equal or higher than 0.8.20 might not work properly.
For more information, please see https://eips.ethereum.org/EIPS/eip-3855�[0m

## Setting up 1 EVM.

==========================

Chain 31337

Estimated gas price: 3 gwei

Estimated total gas used for script: 11850196

Estimated amount required: 0.035550588 ETH

==========================

###
Finding wallets for all the necessary addresses...
##
Sending transactions [0 - 99].

Transactions saved to: /Users/fenghaoming/Documents/Workspace/Solidity/HelheimLabs/autochessia/packages/contracts/broadcast/PostDeploy.s.sol/31337/run-latest.json

Sensitive values saved to: /Users/fenghaoming/Documents/Workspace/Solidity/HelheimLabs/autochessia/packages/contracts/cache/PostDeploy.s.sol/31337/run-latest.json

##
Waiting for receipts.

##### anvil-hardhat
✅  [Success]Hash: 0xe2ff0321239813733905e722ffd6f64fd358766f27c51bd1e4cda9e96eb7a2b0
Contract Address: 0xF8e31cb472bc70500f08Cd84917E5A1912Ec8397
Block: 19
Paid: 0.001178619 ETH (392873 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x2559b111d89bcd8977a9c30fa68b7fb8e4402712bc98440a3866ba8a99390a1b
Block: 19
Paid: 0.000173196 ETH (57732 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x4acd61595ad18a676705427a0eb86a77cd7b8243f1fd0352d5e7f8de37640796
Block: 19
Paid: 0.000327834 ETH (109278 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0xd38ce9f01aa1aef77a927c7505649d277c538dd678b2f8540b2089178367f507
Block: 19
Paid: 0.000396723 ETH (132241 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0xbbd6e407339e97bc4db87ab6df6de8b95572b3bd048b1343f2d1c3a1589ea8d7
Block: 19
Paid: 0.000124218 ETH (41406 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0xe210482113524ad1c1eee8dc4c6e1dc834afd9eea48e4326dad95b5ca6934288
Block: 19
Paid: 0.000187692 ETH (62564 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x5a7dd60f61d7f9aac93163bb282be350a8863a7b6c9ca950696621b41a47df4b
Block: 19
Paid: 0.000187728 ETH (62576 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0xa90e63830e854700c049889bb4116d39f785063c5fbe138e742991b7f15e4195
Block: 19
Paid: 0.000187764 ETH (62588 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x383e5f3e1816e51858850969dfa868e74d84cf7f029011ad8f8d3e0711dfc1b3
Block: 19
Paid: 0.000315999 ETH (105333 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x84538d9f603df5dd40c2aa10f45d8e01b04ae132141541a7323e67c47fb6ca97
Block: 19
Paid: 0.000124254 ETH (41418 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x3cca94a45f2d7c0b696475e20a6115a70f892b8a75802f2dba9471af12c4a10a
Block: 19
Paid: 0.000187728 ETH (62576 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x9533c70b591b306d8bcce30a8bb854b34aaffce8e00d62adcc32d4cb986bcee8
Block: 19
Paid: 0.000187764 ETH (62588 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x5a6eaae864b385593c9594827213797f8486c6cd083b0422f2aa66f0488af06e
Block: 19
Paid: 0.000187764 ETH (62588 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0xbe4ed916ff6524a9fd9138c8345843f3c01c55a524a3a4a89575348ed31efd13
Block: 19
Paid: 0.000315999 ETH (105333 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x82b4971de986c2eeb886ca8036e33cd657464d416c65461935e3a0b749a625de
Block: 19
Paid: 0.00012429 ETH (41430 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0xb1e0c0de2cfc1b57151e755e91a44d8eca83f901212f2739bc5ec7698bc1e1ad
Block: 19
Paid: 0.000187692 ETH (62564 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x5186ac606acbeb7a2f48b138f1f449fce4d7c657f71c13189cf749ce8fed90ae
Block: 19
Paid: 0.000187728 ETH (62576 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x164bd2301c666b5a59404309d6d7a2aaf4c66eaadefdb29e964463617c25802c
Block: 19
Paid: 0.000187728 ETH (62576 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0xcd0d6d66684f1b0ecd84ab489d0ddfae9743f2080e84e02fb7045a6c053d10b4
Block: 19
Paid: 0.000316035 ETH (105345 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0xf345716e9acf69092d4b258725966b708b3944233f3c840985da3b9d81bdd22c
Block: 19
Paid: 0.00012429 ETH (41430 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0xdbe274fae834b1d31622b2b6d4615c000011f2261c11c9540be1fe78e7190879
Block: 19
Paid: 0.000187692 ETH (62564 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0xeeafb3d3aa6c2aad69a3a33f8e9c34cbaf69697e91c8d4023ccc362248871b06
Block: 19
Paid: 0.000187728 ETH (62576 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x65f9e2baff88f3d974d9e65a645c534a7ddd6f1c7b85d82089e40f18d037dbbb
Block: 19
Paid: 0.000187728 ETH (62576 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x1d06d3d507ec041f41993c87b69af11a9c1a812505cd55edaac3644dcddc5160
Block: 19
Paid: 0.000316143 ETH (105381 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0xb87205023edec17cbfc88de7abde2a3a9938de2f6354ba6a733e14368356d757
Block: 19
Paid: 0.000124326 ETH (41442 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x56198e1faac039a0b89d201501074497f916f0f3316279d8e8f6cbbc3fddc926
Block: 19
Paid: 0.000187692 ETH (62564 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x7288b58dbd5a897ad9c7518c5804155511b8ef686e9e793654e1cba03f05ea89
Block: 19
Paid: 0.000187728 ETH (62576 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x2b15e51268267ebbb9b4fe9cddcfc861c21f6724da16c17e7fd3ea7f4150eb3c
Block: 19
Paid: 0.000187728 ETH (62576 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x1ccbc66f085e7b1b371dde1f3540fe1d15843e251bc73052573c936a7dd7eb77
Block: 19
Paid: 0.000316179 ETH (105393 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x2057f1ea91827fef53a7e22ebcacff53a1c5c33502a60d989aab1e09e3e4030a
Block: 19
Paid: 0.000124326 ETH (41442 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x18c7bd14a810f7f0950d817203749cc866997483d138bb9ec11a06cdd9d56de7
Block: 19
Paid: 0.000187692 ETH (62564 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x2396f5d14d689d4c88b8397dc4fdf513173582d7e85bb7d41999f00bd036e0fb
Block: 19
Paid: 0.000187728 ETH (62576 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0xa7ff665aab5c900a8d51ea9456c0866e46474e4ab9e85fc323962df61b1a777a
Block: 19
Paid: 0.000187728 ETH (62576 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0xe1f49546e5bd86a05809497515d68e0235e26ae27efb77171f139740b31fe055
Block: 19
Paid: 0.000316179 ETH (105393 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x2862615de94881dba970179edf835a4ce31ce36c9346bb421058f0458c6a944a
Block: 19
Paid: 0.000124326 ETH (41442 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x637254ca0798bf4dafe90201925707415867b7cce22c7778049c9e13781b6f7f
Block: 19
Paid: 0.000187692 ETH (62564 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x458ead5fe40a73c627a460799c95cb3474f7f6dc542ef93d2e67c2ad634aa0ee
Block: 19
Paid: 0.000187728 ETH (62576 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x7c34eeef24df23d05eddbc14f938df8148582e7761c72fdd66dc806b815061ee
Block: 19
Paid: 0.000187728 ETH (62576 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x84d1aaab33b9072fa1c6174609b308a86db998c888847f11e8043c350736570a
Block: 19
Paid: 0.000316179 ETH (105393 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0xd2cc569ba01ec4be5294a12074161207560a09e04f298ac2dd8e2f92cd76368d
Block: 19
Paid: 0.000124326 ETH (41442 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0xc2e008e1cca58e88ca72b4992115e79fdfbc9c13a5df7e2a6009ccf0a05cf56b
Block: 19
Paid: 0.000187692 ETH (62564 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x0b8b3da81c9b9bd56d74b7acd83f6ff12bedf1decc3fbaa0ffdfb47e78e83178
Block: 19
Paid: 0.000187728 ETH (62576 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x9291cf9726dbf6a1d6c50aa3650ea6c5bcf495a596bb646537dc7fc678c10527
Block: 19
Paid: 0.000187728 ETH (62576 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x59be92ddcd7ea409757464d9b8d9e14288b9c4ad52a523c9733f9a8aaf8aee7e
Block: 19
Paid: 0.000316143 ETH (105381 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x8cc083826c24bce6f1446ac6caaa251b8666865224b966155f120c3de70670f8
Block: 19
Paid: 0.000124326 ETH (41442 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x98363b80e7a9f00fe119e8c89fb331dcbcee167246c3884ab8103e680bf963ae
Block: 19
Paid: 0.000187656 ETH (62552 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x34d1811a79705c728814c05aa937186ab666ebc5c5d01dd2deb74c3b705501b6
Block: 19
Paid: 0.000187692 ETH (62564 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0xd19e0011e5fd86b03f6dc80dd2c4427c7e367341073d6c77250e27b8ff9040d0
Block: 19
Paid: 0.000187692 ETH (62564 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0xc673fae54cb01c5b642f4cdb2167e97c579a5978f774f9c8557221c4a9597327
Block: 19
Paid: 0.000247938 ETH (82646 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x5c2d7904f1fbadd845a4d1b783488b1c6a80051b3fa5052971aad29d17e27ce0
Block: 19
Paid: 0.000124326 ETH (41442 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x6f74646410dcb75e30db89a28faf40b13cab7412e59aeee91f89efd7b7e4c9fd
Block: 19
Paid: 0.000187728 ETH (62576 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x8b2be05fafa6c79ddd494f93672be8ee9ee8549c7eae7c60fcfd5e837495dae2
Block: 19
Paid: 0.000187764 ETH (62588 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x75e149618493a2aabfe06099572517a819bc690377d8aa537872259471b36dbe
Block: 19
Paid: 0.000187764 ETH (62588 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x29e2b97c2a161bb0b4d04ff8b6b78b54908a8e1e9ced7772feb6d1b3564fc98c
Block: 19
Paid: 0.000316179 ETH (105393 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0xc0bbd0feff51ae6623d9b03839f0c7504ac30fcba4d6c2116f3dcb59a51d63b8
Block: 19
Paid: 0.000124362 ETH (41454 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0xb87af56817cca3c912d61355db0012766fd5c36c775fcf4c3871408de7660fa4
Block: 19
Paid: 0.000187728 ETH (62576 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x85e4e2df02e957344691dbcd2935ec02e613cd6d96b6e3d67a5dc230fb94557d
Block: 19
Paid: 0.000187764 ETH (62588 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0xd2d6cf34c75a2d572da4327ab7615c302c9221ec48aea95ae4592affbfc13657
Block: 19
Paid: 0.000187764 ETH (62588 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x80fd2958625cf101eaf65503d8cb5856c563e6d09f04b4f788c897f4616f25e4
Block: 19
Paid: 0.000316107 ETH (105369 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0xfee51b928037ebfe339d4e3d26cd53cab604a34e22cc1a0d9853ad573f982ae9
Block: 19
Paid: 0.000124362 ETH (41454 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0xd1441f2fc0a97576b2d09968a6c49e61287ec35c0fe9f817bbce1009f717cbcc
Block: 19
Paid: 0.000187692 ETH (62564 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0xbdb86d2bbe255b5a408c327da7c6ad8ed558996486183401a628b8523dbcb8ee
Block: 19
Paid: 0.000187728 ETH (62576 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0xd005e3f6428df825f6f44c2cd2c020c201ed96fe29a9617a043ce6ec82080190
Block: 19
Paid: 0.000187728 ETH (62576 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0xd46830ea8bca755c0510e7d168720f1786b79c859814e8cf0c742dcd12c836c1
Block: 19
Paid: 0.000316143 ETH (105381 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x204b4d1629511b6bbb32a05f74a1aa75737fb312abeb187b527373e0cae60f20
Block: 19
Paid: 0.000124362 ETH (41454 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x94c086fbb934a50dce713a94542f500f913d50c5948d7ea371800eaeae2ea22f
Block: 19
Paid: 0.000187692 ETH (62564 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0xd2c330a495e3664a99d25f021bd786d6fee5e405888891ddf3e57d5bea3f2876
Block: 19
Paid: 0.000187728 ETH (62576 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x88c29b5cbbd475686b4746f96caabba5740f91539d1a7283b226ce9d535f12e0
Block: 19
Paid: 0.000187728 ETH (62576 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x6e201012253aef9ee013437dfcd2d09bfc2e311944c0107911ad1f7c20e4e421
Block: 19
Paid: 0.000316215 ETH (105405 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0xdf760e49ca096e4e8d875e1b1b83a5e8b1c103027c7078dee62d15f058c4bd11
Block: 19
Paid: 0.000124362 ETH (41454 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x60f404fb29bf4ee8e1e28fae37a9ed8dcae15461380f27dfb487d42646f0c136
Block: 19
Paid: 0.000187728 ETH (62576 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0xda375a981c4380dfb87312b8e9b6ac6ab24db9dfdbaebd67fcd4f27750a10fc4
Block: 19
Paid: 0.000187764 ETH (62588 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x2c3bf48ca16f38654cd6d7432eebbecfe026960970682d7467ac8b3556bebda5
Block: 19
Paid: 0.000187764 ETH (62588 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x0019554bb77102537248d6591841aa54056b30e965969a10a0de15ab488ce126
Block: 19
Paid: 0.00024801 ETH (82670 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0xa7e89acdeb46977ae68f61b561b946fd3c375b0b3a8c76bcc30d27e82c9611ea
Block: 19
Paid: 0.000124362 ETH (41454 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x99a878066ff0c7556c27504a18b0b24643e3bf355e33696597c33bbd72a3187c
Block: 19
Paid: 0.000187692 ETH (62564 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0xe175113ac1e77309e62b4f94d11d16dcb748f4c0b5edbb8885c0cc59cd2e09dc
Block: 19
Paid: 0.000187728 ETH (62576 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x00aedc8bd85caf0cc02f987cc16965099555bda2e0b58cfe085190b212cdfb7b
Block: 19
Paid: 0.000187764 ETH (62588 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x65f6799e21d4acc35686e855dcfd2107829ccf8a5e98591fcc37634e28964b82
Block: 19
Paid: 0.000315999 ETH (105333 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x4174054e9ae05860922f37b8143747c0730e24987e14457e18b4fa27730c36ce
Block: 19
Paid: 0.000124362 ETH (41454 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x4dbae2b899f7b8ba35cd06854fa553ab1e08b6bed60a98955b7b80f4c46eb88d
Block: 19
Paid: 0.000187692 ETH (62564 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x64a32e1266481bf87b1e436b1806e49376d862d24a31969085d7ff5939303467
Block: 19
Paid: 0.000187728 ETH (62576 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0xa8dc27b3cfa97f463f50ddb88749b29a1608be3ba415b01ef8fca8f657a19503
Block: 19
Paid: 0.000187728 ETH (62576 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x4a294a18be6f3fa871861d59667d6b9b5596ea7ef7a1a0fb53cf229a29a69a66
Block: 19
Paid: 0.00024801 ETH (82670 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x20f50dfda4aebb5397e325cb5648793e3dad43ca31020412fdb04744e79e73a6
Block: 19
Paid: 0.000124362 ETH (41454 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x05e812619c8c87f84d09f80091be4d5575cbd59807ab7b2dd2e60c0694754ad0
Block: 19
Paid: 0.00018762 ETH (62540 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x042a4d7b7c18b5b6041bddbc8ff54a86a23aa203475da04eadd1256db5ac9cdd
Block: 19
Paid: 0.000187656 ETH (62552 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x8792102521cf2ebfb3dad95ee717da5baecf6c6c549581aac671ecec01afd19d
Block: 19
Paid: 0.000187656 ETH (62552 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x0c1d8915a3b44c0d6050779c48d0cfeb466ec394cf8c9d2d7e28951d5155106d
Block: 19
Paid: 0.000247974 ETH (82658 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0xca7bf4e8cff946bfdec408c2d3fa749bcd75886ed057797a1139e9be573b854c
Block: 19
Paid: 0.000187443 ETH (62481 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x8cbf198298e5ce8119291f028e0e98b7c0815dc94530ee5043bedeb875db5f56
Block: 19
Paid: 0.000187479 ETH (62493 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0xbd3eec87acb302e684efac79450230709985fe5eb5d35e17d4bac2dbc763dc6f
Block: 19
Paid: 0.000187479 ETH (62493 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x4e5af9338de02de82dda2b6d4bda9367b72c865a8d92cf8b95d57b19e50811ca
Block: 19
Paid: 0.000187443 ETH (62481 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x521e23340f50cd1b459948f1db72238485967598bf2c62501f1b003078a4463d
Block: 19
Paid: 0.000187443 ETH (62481 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0xd1b82764cabd69c95cc25ea811cac0645ff03fd93818d892fa9b0980d9124599
Block: 19
Paid: 0.000187443 ETH (62481 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x46e837fe3c258258f924809083f0d49cddf4730067ed0c37c5283998be4fdc49
Block: 19
Paid: 0.000187479 ETH (62493 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x51370f03e50c56a8a5ccae4be21ba0edb0086b8758c2b50c3f3bb4ed347ad690
Block: 19
Paid: 0.000187443 ETH (62481 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x5c0b39a9f769f8188d72fccb31fd2f8b44f6f94f7d800c2f5a5744af1bb5d7ca
Block: 19
Paid: 0.000187443 ETH (62481 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x0ec5c6b406b27533a7f74dce613a56bec11296ac7550ca3339efc201df035c68
Block: 19
Paid: 0.000187443 ETH (62481 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x3c2509438cd623c1a55b65aaed7ec7dfd0be9285ef1892cd36e2ef2a17d35717
Block: 19
Paid: 0.000187443 ETH (62481 gas * 3 gwei)


Transactions saved to: /Users/fenghaoming/Documents/Workspace/Solidity/HelheimLabs/autochessia/packages/contracts/broadcast/PostDeploy.s.sol/31337/run-latest.json

Sensitive values saved to: /Users/fenghaoming/Documents/Workspace/Solidity/HelheimLabs/autochessia/packages/contracts/cache/PostDeploy.s.sol/31337/run-latest.json

##
Sending transactions [100 - 123].

Transactions saved to: /Users/fenghaoming/Documents/Workspace/Solidity/HelheimLabs/autochessia/packages/contracts/broadcast/PostDeploy.s.sol/31337/run-latest.json

Sensitive values saved to: /Users/fenghaoming/Documents/Workspace/Solidity/HelheimLabs/autochessia/packages/contracts/cache/PostDeploy.s.sol/31337/run-latest.json

##
Waiting for receipts.

##### anvil-hardhat
✅  [Success]Hash: 0x88149419ab0a18cfdfbb631dc660cbe8b80fa0629267322275d2ef4edc87b584
Block: 20
Paid: 0.000187443 ETH (62481 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0xf4ce0baaf5053ac8a001d716a89ae933f08f840f6470f75479202852b834379e
Block: 20
Paid: 0.000187443 ETH (62481 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x03e81f02c82d4363e7b293f2b46fa57fe87384c5d32e00c99a0dc8be145c22cc
Block: 20
Paid: 0.000187443 ETH (62481 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x6c7c1860cb4c9cdeb70552c4a3c2116f7de93850993c00a0bbaa87ed7d69102f
Block: 20
Paid: 0.000187443 ETH (62481 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x75dd74a1819499d2ea3fc415394a6321ce8a301a7038ad280b52291673d20b41
Block: 20
Paid: 0.000187515 ETH (62505 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x54c67efce781c467d9b066824e012cf59c8952320b2a2070197225a3ce823f16
Block: 20
Paid: 0.000187515 ETH (62505 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x1a67d544eca5128670664195c5e226cfd0f3fa8bb196b377f3c2500860081fc6
Block: 20
Paid: 0.000187587 ETH (62529 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0xaaba95f47176a9b9af9792aebf26edaa906dc0fd266e5a8dacebb7aa491ed839
Block: 20
Paid: 0.000187587 ETH (62529 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0xc6ecc9c6936d28ed82fd3fc959a124224c9227f3a068d35267418f9a2db7e537
Block: 20
Paid: 0.000187728 ETH (62576 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x512e8007485be23d3ed8eaaff5531616d91e3a6efb8b625ff9e9654480ec56e4
Block: 20
Paid: 0.000187728 ETH (62576 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x3126138233e50cf54a50434af40da6b3354970304483b301658bfe1d4762a1af
Block: 20
Paid: 0.000187728 ETH (62576 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0xa8f970e0e91a7105215cdc50865bc88ef3e9f9026448403e37585563360a8278
Block: 20
Paid: 0.000187728 ETH (62576 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x6a8597a07e04796310062ca723d57aa5f3a664e904e794366efed732dbf0afa7
Block: 20
Paid: 0.000187728 ETH (62576 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x428be94c4af1734e98e5346288048dd24cec7f04fedf0e1bba36b5c96db50416
Block: 20
Paid: 0.000187728 ETH (62576 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x1aed4867f26c07e07dfe1b3a42de139682be019f4311db93bb6c38f1ecdc3586
Block: 20
Paid: 0.000187728 ETH (62576 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0xb876a2d385fd3e627be963a78d36868923e670b8b23c2fb41f05da0e4be6bb4f
Block: 20
Paid: 0.000187728 ETH (62576 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x24c40bdcaedc1a016a0e02c5ec1fb2491ab0614ce65432ec22a8584ade413e82
Block: 20
Paid: 0.000187728 ETH (62576 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x54194bcb734a8ddfd2226679ba4fd00804f6683e9a659ec79a32beb8aa809054
Block: 20
Paid: 0.000187764 ETH (62588 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0xafcff6350936a7c60e8761b046b79bfd8c7e209edce2384da55b6c1a70cf50b9
Block: 20
Paid: 0.000187728 ETH (62576 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0xcae4961d18126187d6e907fa2d1765abba2c63492d83f544dfc6161086a61927
Block: 20
Paid: 0.000187728 ETH (62576 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0xd8bc05b2f72a47f2ba52f5dcf735d3e2286b52a18abd4d6e358dacd9ab89c114
Block: 20
Paid: 0.000187728 ETH (62576 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0xc6bcc244ff280b72e283951304c4a65731e033b9de4f2c608f99ed9ba3fb1dea
Block: 20
Paid: 0.000187728 ETH (62576 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x0008cd156281c74c991b6ca159530a095516e44ed703c436f3e6aadb566fc8b3
Block: 20
Paid: 0.000187728 ETH (62576 gas * 3 gwei)


##### anvil-hardhat
✅  [Success]Hash: 0x7c7d0e314ae55928891e82f0b2220a872f6e96c2639d61c9c8dc90731f7314a1
Block: 20
Paid: 0.000187692 ETH (62564 gas * 3 gwei)


Transactions saved to: /Users/fenghaoming/Documents/Workspace/Solidity/HelheimLabs/autochessia/packages/contracts/broadcast/PostDeploy.s.sol/31337/run-latest.json

Sensitive values saved to: /Users/fenghaoming/Documents/Workspace/Solidity/HelheimLabs/autochessia/packages/contracts/cache/PostDeploy.s.sol/31337/run-latest.json



==========================

ONCHAIN EXECUTION COMPLETE & SUCCESSFUL.
Total Paid: 0.025430646 ETH (8476882 gas * avg 3 gwei)

Transactions saved to: /Users/fenghaoming/Documents/Workspace/Solidity/HelheimLabs/autochessia/packages/contracts/broadcast/PostDeploy.s.sol/31337/run-latest.json

Sensitive values saved to: /Users/fenghaoming/Documents/Workspace/Solidity/HelheimLabs/autochessia/packages/contracts/cache/PostDeploy.s.sol/31337/run-latest.json

Deployment completed in 16.547 seconds

 Deployment result (written to ./worlds.json and deploys/31337): 

{
  worldAddress: '0x6e9474e9c83676b9a71133ff96db43e7aa0a4342',
  blockNumber: 8
}

Waiting for file changes…


@noyyyy
Copy link
Member

noyyyy commented Dec 7, 2023

Thanks for your log. I find the reason and fix it via #198

@VictorECDSA
Copy link
Contributor Author

Thanks for your log. I find the reason and fix it via #198

Thanks for fixing. Can I download the new source code now? If not, could you please remind me when it is ok and tell me which git branch (main/develop) it is? I'll try again.

@noyyyy
Copy link
Member

noyyyy commented Dec 7, 2023

Thanks for your log. I find the reason and fix it via #198

Thanks for fixing. Can I download the new source code now? If not, could you please remind me when it is ok and tell me which git branch (main/develop) it is? I'll try again.

You can subscribe to the pr, and you will recieved message when it's updated or merged.

@noyyyy
Copy link
Member

noyyyy commented Dec 11, 2023

fix via #198

@noyyyy noyyyy closed this as completed Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants