mirror of
https://github.com/Instadapp/dsa-connectors-2.0.git
synced 2024-07-29 21:57:39 +00:00
feat: update fluid tests
This commit is contained in:
parent
a4d8191c89
commit
bcc7bbfd15
|
@ -34,8 +34,6 @@ interface IVault {
|
||||||
uint8 supplyDecimals;
|
uint8 supplyDecimals;
|
||||||
uint8 borrowDecimals;
|
uint8 borrowDecimals;
|
||||||
uint vaultId;
|
uint vaultId;
|
||||||
bytes32 liquidityTotalSupplySlot;
|
|
||||||
bytes32 liquidityTotalBorrowSlot;
|
|
||||||
bytes32 liquiditySupplyExchangePriceSlot;
|
bytes32 liquiditySupplyExchangePriceSlot;
|
||||||
bytes32 liquidityBorrowExchangePriceSlot;
|
bytes32 liquidityBorrowExchangePriceSlot;
|
||||||
bytes32 liquidityUserSupplySlot;
|
bytes32 liquidityUserSupplySlot;
|
||||||
|
|
|
@ -256,5 +256,5 @@ abstract contract FluidConnector is Events, Stores {
|
||||||
}
|
}
|
||||||
|
|
||||||
contract ConnectV2Fluid is FluidConnector {
|
contract ConnectV2Fluid is FluidConnector {
|
||||||
string public constant name = "Fluid-v1.0";
|
string public constant name = "Fluid-v1.1";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user