Skip to content

Commit

Permalink
Rename contract to LendingPoolAddressesProviderMock (#126)
Browse files Browse the repository at this point in the history
* Rename contract to LendingPoolAddressesProviderMock

* Bump package to 0.0.51
  • Loading branch information
0xSachinK authored Aug 19, 2021
1 parent 8605312 commit df81804
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions contracts/mocks/external/LendingPoolAddressProviderMock.sol
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
pragma solidity 0.6.10;

/**
* @title LendingPoolAddressProviderMock
* @title LendingPoolAddressesProviderMock
* @author Set Protocol
* @notice Mock contract for Aave's LendingPoolAddressProvider
* @notice Mock contract for Aave's LendingPoolAddressesProvider
*/
contract LendingPoolAddressProviderMock {
contract LendingPoolAddressesProviderMock {
function getLendingPool() external pure returns (address) {
return address(0);
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@setprotocol/set-protocol-v2",
"version": "0.0.50",
"version": "0.0.51",
"description": "",
"main": "dist",
"types": "dist/types",
Expand Down

0 comments on commit df81804

Please sign in to comment.