mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
address checksum bug
This commit is contained in:
parent
aafe8e28c4
commit
523d593eb4
|
@ -17,7 +17,7 @@ abstract contract InstaLiteConnector is Events, Basic {
|
|||
TokenInterface internal constant stethToken =
|
||||
TokenInterface(0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84);
|
||||
address internal constant ethVaultAddr =
|
||||
0xc383a3833a87009fd9597f8184979af5edfad019;
|
||||
0xc383a3833A87009fD9597F8184979AF5eDFad019;
|
||||
|
||||
/**
|
||||
* @dev Supply ETH/ERC20
|
||||
|
|
Loading…
Reference in New Issue
Block a user