/fvm-calibration-testnet-deployment

This project demonstrates deploying to the FVM Calibration Testnet

Primary LanguageTypeScript

FVM Calibration Testnet Deployment

This project demonstrates deploying to the calibrationnet with 2 outcomes:

  • breaks: using a run script
  • works: using hardhat-deploy plugin

Tasks

Tests

npx hardhat test

Deploy - breaks

npx hardhat run --network calibrationnet scripts/deploy.ts

This execution breaks with the error:

ProviderError: wrong param count (method 'eth_estimateGas'): 2 != 1

Deploy - works

This uses the hardhat-deploy plugin.

npx hardhat deploy  --network calibrationnet

This deploys successfully.

Prettier

Check

npm run lint:check:format

Fix

npm run lint:fix:format