From 9f89eb940c96dfab6ac58454baa83d6d2456da3f Mon Sep 17 00:00:00 2001 From: Zer0dot Date: Sat, 6 Feb 2021 22:12:11 -0500 Subject: [PATCH] Replaced 'ETH' with 'WETH' --- test/helpers/scenarios/borrow-repay-variable.json | 12 ++++++------ test/helpers/scenarios/swap-rate-mode.json | 2 +- test/helpers/scenarios/withdraw.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/test/helpers/scenarios/borrow-repay-variable.json b/test/helpers/scenarios/borrow-repay-variable.json index 3c4ce368..aa269fd7 100644 --- a/test/helpers/scenarios/borrow-repay-variable.json +++ b/test/helpers/scenarios/borrow-repay-variable.json @@ -243,7 +243,7 @@ ] }, { - "description": "User 0 deposits 1 WETH, user 1 deposits 100 LINK as collateral and borrows 0.5 ETH at variable rate", + "description": "User 0 deposits 1 WETH, user 1 deposits 100 LINK as collateral and borrows 0.5 WETH at variable rate", "actions": [ { "name": "mint", @@ -312,7 +312,7 @@ ] }, { - "description": "User 1 tries to repay 0 ETH", + "description": "User 1 tries to repay 0 WETH", "actions": [ { "name": "repay", @@ -660,7 +660,7 @@ ] }, { - "description": "user 3 deposits 0.1 ETH collateral to borrow 100 DAI; 0.1 ETH is not enough to borrow 100 DAI (revert expected)", + "description": "user 3 deposits 0.1 WETH collateral to borrow 100 DAI; 0.1 WETH is not enough to borrow 100 DAI (revert expected)", "actions": [ { "name": "mint", @@ -702,7 +702,7 @@ ] }, { - "description": "user 3 withdraws the 0.1 ETH", + "description": "user 3 withdraws the 0.1 WETH", "actions": [ { "name": "withdraw", @@ -758,7 +758,7 @@ ] }, { - "description": "user 3 deposits 0.1 ETH collateral to borrow 100 USDC; 0.1 ETH is not enough to borrow 100 USDC (revert expected)", + "description": "user 3 deposits 0.1 WETH collateral to borrow 100 USDC; 0.1 WETH is not enough to borrow 100 USDC (revert expected)", "actions": [ { "name": "mint", @@ -800,7 +800,7 @@ ] }, { - "description": "user 3 withdraws the 0.1 ETH", + "description": "user 3 withdraws the 0.1 WETH", "actions": [ { "name": "withdraw", diff --git a/test/helpers/scenarios/swap-rate-mode.json b/test/helpers/scenarios/swap-rate-mode.json index e966af9a..137196cf 100644 --- a/test/helpers/scenarios/swap-rate-mode.json +++ b/test/helpers/scenarios/swap-rate-mode.json @@ -33,7 +33,7 @@ ] }, { - "description": "User 0 deposits 1000 DAI, user 1 deposits 2 ETH as collateral, borrows 100 DAI at variable rate and swaps to stable after one year", + "description": "User 0 deposits 1000 DAI, user 1 deposits 2 WETH as collateral, borrows 100 DAI at variable rate and swaps to stable after one year", "actions": [ { "name": "mint", diff --git a/test/helpers/scenarios/withdraw.json b/test/helpers/scenarios/withdraw.json index 5f183eca..19968ccc 100644 --- a/test/helpers/scenarios/withdraw.json +++ b/test/helpers/scenarios/withdraw.json @@ -166,7 +166,7 @@ ] }, { - "description": "User 0 withdraws remaining half of the deposited ETH", + "description": "User 0 withdraws remaining half of the deposited WETH", "actions": [ { "name": "withdraw",