minor fix

This commit is contained in:
Thrilok kumar 2022-01-17 00:22:28 +05:30
parent 2ec9c80980
commit 5270c092b8

View File

@ -28,7 +28,7 @@ export async function getMasterSigner() {
await network.provider.send("hardhat_setBalance", [
masterAddress,
"0x8ac7230489e80000", // 1e19 wei
"0x21e19e0c9bab2400000", // 1e22 wei
]);
return await ethers.getSigner(masterAddress);