You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running pnpm mock-data the following error messages are printed to the console:
[⠒] Compiling...
No files changed, compilation skipped
Script ran successfully.
## Setting up 1 EVM.
==========================
Chain 31337
Estimated gas price: 0.000000001 gwei
Estimated total gas used for script: 5806620
Estimated amount required: 0.00000000000580662 ETH
==========================
Transactions saved to: /home/richardslater/evefrontier/ccp-builder-examples/smart-gate/packages/contracts/broadcast/MockData.s.sol/31337/run-latest.json
Sensitive values saved to: /home/richardslater/evefrontier/ccp-builder-examples/smart-gate/packages/contracts/cache/MockData.s.sol/31337/run-latest.json
Error: Failure on receiving a receipt for 0x9f3c8ad6c143e758ce94a2b55167f3f970c65d41d1018997d00d40ffb9088a2a:
deserialization error: duplicate field `status` at line 1 column 4861
Failure on receiving a receipt for 0xef4778792678850e1223fe76368e16487ffb65555638eb59a65ba1d70fbb69b4:
deserialization error: duplicate field `status` at line 1 column 4861
Failure on receiving a receipt for 0x03dd59ac2db77b4cb6990b0a8ad5c0c575a54ad7627971179bed70470e3367b0:
deserialization error: duplicate field `status` at line 1 column 17486
Failure on receiving a receipt for 0x897ce976e14b284516344bf6b8261981c7098b7f983ac2b1873682e53091547e:
deserialization error: duplicate field `status` at line 1 column 8641
Failure on receiving a receipt for 0xb91edb4ebb9a7c18d1dba6136b8744e9c0944c456caae96f3ded135ff44c5752:
deserialization error: duplicate field `status` at line 1 column 8641
Failure on receiving a receipt for 0x71c8f4bcfea1775550f0164749e07337894c07eee0925b6ce52cac556b60da9a:
deserialization error: duplicate field `status` at line 1 column 17492
Failure on receiving a receipt for 0xa028a09b4dbc87ee84f05025804b93872aab27a7125f152c56455b8c1e1c859f:
deserialization error: duplicate field `status` at line 1 column 11362
Add `--resume` to your command to try and continue broadcasting
the transactions.
ELIFECYCLE Command failed with exit code 1.
It appears that the broadcast stops at this point resulting in failure.
Steps to Reproduce
Install Node 18 and pnpm 8 or 9
Checkout repository as per normal and cd into it
cd into smart-gate
run pnpm install (this will succeed)
run pnpm mock-data will fail with the above.
This also happens for smart-gate and smart-storage-unit.
The text was updated successfully, but these errors were encountered:
Summary
When running
pnpm mock-data
the following error messages are printed to the console:It appears that the broadcast stops at this point resulting in failure.
Steps to Reproduce
cd
into itsmart-gate
pnpm install
(this will succeed)pnpm mock-data
will fail with the above.This also happens for
smart-gate
andsmart-storage-unit
.The text was updated successfully, but these errors were encountered: