update test case

This commit is contained in:
Mubaris NK 2021-04-15 17:47:42 +05:30
parent e01f60eaf4
commit 03be2cca48
No known key found for this signature in database
GPG Key ID: 9AC09AD0F8D68561

View File

@ -98,7 +98,7 @@ describe("Migrator", function() {
const sourceAddr = '0x42c7788dd1cef71cf04ae4d6bca37d129c27e001'
const rawData = {
targetDsa: sourceAddr,
supplyTokens: [eth],
supplyTokens: [weth],
borrowTokens: [usdc],
supplyAmts: [ethers.utils.parseEther('20')],
variableBorrowAmts: [ethers.utils.parseUnits('10000', 6)],