Update getMasterSigner.ts

This commit is contained in:
0xBhavik 2022-03-22 22:15:45 +05:30 committed by GitHub
parent 37592c99cb
commit 36b5cd424e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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