mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
Update getMasterSigner.ts
This commit is contained in:
parent
37592c99cb
commit
36b5cd424e
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user