Skip to content

Commit 959d73d

Browse files
authored
[FIL1336/FIL-1337] Add SLIOracle and SLIScorer contracts. Move types to library (#11)
* Add SLIOracle and SLIScorer contracts. Move types to library
1 parent cbaa5b3 commit 959d73d

19 files changed

+1656
-77
lines changed

abis/PoRepMarket.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
{
104104
"name": "requirements",
105105
"type": "tuple",
106-
"internalType": "struct SLIThresholds",
106+
"internalType": "struct SLITypes.SLIThresholds",
107107
"components": [
108108
{
109109
"name": "retrievabilityPct",
@@ -243,7 +243,7 @@
243243
{
244244
"name": "requirements",
245245
"type": "tuple",
246-
"internalType": "struct SLIThresholds",
246+
"internalType": "struct SLITypes.SLIThresholds",
247247
"components": [
248248
{
249249
"name": "retrievabilityPct",
@@ -270,7 +270,7 @@
270270
{
271271
"name": "terms",
272272
"type": "tuple",
273-
"internalType": "struct DealTerms",
273+
"internalType": "struct SLITypes.DealTerms",
274274
"components": [
275275
{
276276
"name": "dealSizeBytes",
@@ -486,7 +486,7 @@
486486
"name": "requirements",
487487
"type": "tuple",
488488
"indexed": false,
489-
"internalType": "struct SLIThresholds",
489+
"internalType": "struct SLITypes.SLIThresholds",
490490
"components": [
491491
{
492492
"name": "retrievabilityPct",

0 commit comments

Comments
 (0)