-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2eee3b0
commit cd71856
Showing
55 changed files
with
3,015 additions
and
2,518 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
packages/contracts/contracts/escrow/CollateralUpgradeableBeacon.sol
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
|
||
|
||
pragma solidity >=0.8.0 <0.9.0; | ||
// SPDX-License-Identifier: MIT | ||
|
||
import "@openzeppelin/contracts/proxy/beacon/UpgradeableBeacon.sol"; | ||
|
||
contract CollateralUpgradeableBeacon is UpgradeableBeacon { | ||
|
||
|
||
constructor(address _impl) UpgradeableBeacon(_impl) {} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
8667201 | ||
8689047 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"1676322266__tellerv2_set_lender_manager.ts": 1677101488, | ||
"1677629407__transfer_lendermanager_to_tellerv2.ts": 1677702686 | ||
"1676322266__tellerv2_set_lender_manager.ts": 1679339048, | ||
"1677629407__transfer_lendermanager_to_tellerv2.ts": 1679339057 | ||
} |
56 changes: 28 additions & 28 deletions
56
packages/contracts/deployments/goerli/CollateralEscrow.json
Large diffs are not rendered by default.
Oops, something went wrong.
65 changes: 28 additions & 37 deletions
65
packages/contracts/deployments/goerli/CollateralEscrowBeacon.json
Large diffs are not rendered by default.
Oops, something went wrong.
85 changes: 46 additions & 39 deletions
85
packages/contracts/deployments/goerli/CollateralManager.json
Large diffs are not rendered by default.
Oops, something went wrong.
86 changes: 43 additions & 43 deletions
86
packages/contracts/deployments/goerli/CollateralManager_Implementation.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.