Add unit tests for fill service

This commit is contained in:
2022-04-21 17:03:59 +05:30
committed by prathamesh
parent 2be2a06575
commit 56c85709c1
13 changed files with 515 additions and 44 deletions
+2
View File
@@ -34,3 +34,5 @@ async function getStorageSlotKey(contractName, variableName) {
key = utils.hexlify(BigNumber.from(targetState.slot));
return key
};
module.exports = { getStorageSlotKey }