Replaced 'ETH' with 'WETH'

This commit is contained in:
Zer0dot 2021-02-06 22:12:11 -05:00
parent fcf44f3abb
commit 9f89eb940c
3 changed files with 8 additions and 8 deletions

View File

@ -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",

View File

@ -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",

View File

@ -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",