feat: add deployment configurations for Goerli, Polygon Mumbai, RSK Testnet, and Sepolia networks
refactor: update Hardhat config for cleaner network setup chore: remove outdated MockToken documentation fix: correct DEFAULT_SUPPLY initialization in MockToken module
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { buildModule } from "@nomicfoundation/hardhat-ignition/modules";
|
||||
import { ethers } from "ethers";
|
||||
|
||||
const DEFAULT_SUPPLY = ethers.utils
|
||||
const DEFAULT_SUPPLY = ethers
|
||||
.parseEther("20000000")
|
||||
.toString();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user