Closed noyyyy closed 11 months ago
"build": "pnpm run build:mud && pnpm run build:abi && pnpm run build:abi-ts", "build:abi": "rimraf abi && forge build --extra-output-files abi --out abi --skip test script MudTest.sol", "build:abi-ts": "mud abi-ts --input 'abi/IWorld.sol/IWorld.abi.json' && prettier --write '**/*.abi.json.d.ts'",
The output file is still the abi Maybe we need to update to the latest version
The package is the latest version, but other config is not. We can modify when we need.
"build": "pnpm run build:mud && pnpm run build:abi && pnpm run build:abi-ts", "build:abi": "rimraf abi && forge build --extra-output-files abi --out abi --skip test script MudTest.sol", "build:abi-ts": "mud abi-ts --input 'abi/IWorld.sol/IWorld.abi.json' && prettier --write '**/*.abi.json.d.ts'",
The output file is still the abi Maybe we need to update to the latest version
Fixed it. any other problem?
Deploy preview for vercel-autochessia ready!
✅ Preview https://vercel-autochessia-qvpblvky1-aliez.vercel.app
Built with commit 75c9302fa38349b5c505636df3474f855e76d479. This pull request is being automatically deployed with vercel-action
The output file is still the abi Maybe we need to update to the latest version