Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.12 KB

File metadata and controls

21 lines (13 loc) · 1.12 KB

FAQ & Troubleshooting

  • Ethers v5 vs v6?

    • TypeScript SDK and scenarios use ethers v6. The Hardhat plugin and CLI templates use v5. Prefer one version in your app; see TS SDK and Hardhat plugin.
  • Sepolia/testnet addresses differ between SDKs

    • Verify each SDK’s network map: TS SDK (packages/sdk/src/config/networks.ts) and Python SDK (packages/python-sdk/src/comet_devx/config/networks.py).
  • hardhat_impersonateAccount fails

  • Slither not found

    • Install Slither (pipx install slither-analyzer) and try the slither task again.
  • Foundry forge not found

  • Where do I start?