Skip to content

Commit 94293a4

Browse files
committed
Register mock tokens in json database
Allows all steps of the aave:dev task to run successfully
1 parent eea6d38 commit 94293a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

helpers/contracts-deployments.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@ export const deployAllMockTokens = async (verify?: boolean) => {
387387
[tokenSymbol, tokenSymbol, configData ? configData.reserveDecimals : decimals],
388388
verify
389389
);
390+
await registerContractInJsonDb(tokenSymbol.toUpperCase(), tokens[tokenSymbol]);
390391
}
391392
return tokens;
392393
};

0 commit comments

Comments
 (0)