sablier 3.3.3 → 3.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -9,6 +9,7 @@ The format is based on [Common Changelog](https://common-changelog.org/).
9
9
  > Starting with v2.0.0, this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). In v1.x, it
10
10
  > did not always follow Semantic Versioning.
11
11
 
12
+ [3.3.4]: https://github.com/sablier-labs/sdk/releases/tag/v3.3.4
12
13
  [3.3.3]: https://github.com/sablier-labs/sdk/releases/tag/v3.3.3
13
14
  [3.3.2]: https://github.com/sablier-labs/sdk/releases/tag/v3.3.2
14
15
  [3.3.1]: https://github.com/sablier-labs/sdk/releases/tag/v3.3.1
@@ -37,6 +38,13 @@ The format is based on [Common Changelog](https://common-changelog.org/).
37
38
  [1.1.0]: https://github.com/sablier-labs/sdk/releases/tag/v1.1.0
38
39
  [1.0.0]: https://github.com/sablier-labs/sdk/releases/tag/v1.0.0
39
40
 
41
+ ## [3.3.4] - 2026-03-25
42
+
43
+ ### Fixed
44
+
45
+ - Correct `SablierBatchLockup` ABIs for Lockup v2.0 and v3.0 ([#166](https://github.com/sablier-labs/sdk/pull/166))
46
+ - Remove erroneously published `abi/comptroller/ERC1967.json` ([#166](https://github.com/sablier-labs/sdk/pull/166))
47
+
40
48
  ## [3.3.3] - 2026-03-24
41
49
 
42
50
  ### Fixed
@@ -29,7 +29,7 @@
29
29
  "internalType": "address"
30
30
  },
31
31
  {
32
- "name": "depositAmount",
32
+ "name": "totalAmount",
33
33
  "type": "uint128",
34
34
  "internalType": "uint128"
35
35
  },
@@ -69,6 +69,23 @@
69
69
  "name": "shape",
70
70
  "type": "string",
71
71
  "internalType": "string"
72
+ },
73
+ {
74
+ "name": "broker",
75
+ "type": "tuple",
76
+ "internalType": "struct Broker",
77
+ "components": [
78
+ {
79
+ "name": "account",
80
+ "type": "address",
81
+ "internalType": "address"
82
+ },
83
+ {
84
+ "name": "fee",
85
+ "type": "uint256",
86
+ "internalType": "UD60x18"
87
+ }
88
+ ]
72
89
  }
73
90
  ]
74
91
  }
@@ -112,7 +129,7 @@
112
129
  "internalType": "address"
113
130
  },
114
131
  {
115
- "name": "depositAmount",
132
+ "name": "totalAmount",
116
133
  "type": "uint128",
117
134
  "internalType": "uint128"
118
135
  },
@@ -164,6 +181,23 @@
164
181
  "name": "shape",
165
182
  "type": "string",
166
183
  "internalType": "string"
184
+ },
185
+ {
186
+ "name": "broker",
187
+ "type": "tuple",
188
+ "internalType": "struct Broker",
189
+ "components": [
190
+ {
191
+ "name": "account",
192
+ "type": "address",
193
+ "internalType": "address"
194
+ },
195
+ {
196
+ "name": "fee",
197
+ "type": "uint256",
198
+ "internalType": "UD60x18"
199
+ }
200
+ ]
167
201
  }
168
202
  ]
169
203
  }
@@ -207,7 +241,7 @@
207
241
  "internalType": "address"
208
242
  },
209
243
  {
210
- "name": "depositAmount",
244
+ "name": "totalAmount",
211
245
  "type": "uint128",
212
246
  "internalType": "uint128"
213
247
  },
@@ -242,6 +276,23 @@
242
276
  "name": "shape",
243
277
  "type": "string",
244
278
  "internalType": "string"
279
+ },
280
+ {
281
+ "name": "broker",
282
+ "type": "tuple",
283
+ "internalType": "struct Broker",
284
+ "components": [
285
+ {
286
+ "name": "account",
287
+ "type": "address",
288
+ "internalType": "address"
289
+ },
290
+ {
291
+ "name": "fee",
292
+ "type": "uint256",
293
+ "internalType": "UD60x18"
294
+ }
295
+ ]
245
296
  }
246
297
  ]
247
298
  }
@@ -285,7 +336,7 @@
285
336
  "internalType": "address"
286
337
  },
287
338
  {
288
- "name": "depositAmount",
339
+ "name": "totalAmount",
289
340
  "type": "uint128",
290
341
  "internalType": "uint128"
291
342
  },
@@ -330,6 +381,23 @@
330
381
  "name": "shape",
331
382
  "type": "string",
332
383
  "internalType": "string"
384
+ },
385
+ {
386
+ "name": "broker",
387
+ "type": "tuple",
388
+ "internalType": "struct Broker",
389
+ "components": [
390
+ {
391
+ "name": "account",
392
+ "type": "address",
393
+ "internalType": "address"
394
+ },
395
+ {
396
+ "name": "fee",
397
+ "type": "uint256",
398
+ "internalType": "UD60x18"
399
+ }
400
+ ]
333
401
  }
334
402
  ]
335
403
  }
@@ -373,7 +441,7 @@
373
441
  "internalType": "address"
374
442
  },
375
443
  {
376
- "name": "depositAmount",
444
+ "name": "totalAmount",
377
445
  "type": "uint128",
378
446
  "internalType": "uint128"
379
447
  },
@@ -430,6 +498,23 @@
430
498
  "name": "shape",
431
499
  "type": "string",
432
500
  "internalType": "string"
501
+ },
502
+ {
503
+ "name": "broker",
504
+ "type": "tuple",
505
+ "internalType": "struct Broker",
506
+ "components": [
507
+ {
508
+ "name": "account",
509
+ "type": "address",
510
+ "internalType": "address"
511
+ },
512
+ {
513
+ "name": "fee",
514
+ "type": "uint256",
515
+ "internalType": "UD60x18"
516
+ }
517
+ ]
433
518
  }
434
519
  ]
435
520
  }
@@ -473,7 +558,7 @@
473
558
  "internalType": "address"
474
559
  },
475
560
  {
476
- "name": "depositAmount",
561
+ "name": "totalAmount",
477
562
  "type": "uint128",
478
563
  "internalType": "uint128"
479
564
  },
@@ -513,6 +598,23 @@
513
598
  "name": "shape",
514
599
  "type": "string",
515
600
  "internalType": "string"
601
+ },
602
+ {
603
+ "name": "broker",
604
+ "type": "tuple",
605
+ "internalType": "struct Broker",
606
+ "components": [
607
+ {
608
+ "name": "account",
609
+ "type": "address",
610
+ "internalType": "address"
611
+ },
612
+ {
613
+ "name": "fee",
614
+ "type": "uint256",
615
+ "internalType": "UD60x18"
616
+ }
617
+ ]
516
618
  }
517
619
  ]
518
620
  }
@@ -527,29 +629,31 @@
527
629
  "stateMutability": "nonpayable"
528
630
  },
529
631
  {
530
- "type": "event",
531
- "name": "CreateLockupBatch",
632
+ "type": "error",
633
+ "name": "AddressEmptyCode",
532
634
  "inputs": [
533
635
  {
534
- "name": "funder",
636
+ "name": "target",
535
637
  "type": "address",
536
- "indexed": true,
537
638
  "internalType": "address"
538
- },
639
+ }
640
+ ]
641
+ },
642
+ {
643
+ "type": "error",
644
+ "name": "AddressInsufficientBalance",
645
+ "inputs": [
539
646
  {
540
- "name": "lockup",
647
+ "name": "account",
541
648
  "type": "address",
542
- "indexed": true,
543
- "internalType": "contract ISablierLockup"
544
- },
545
- {
546
- "name": "streamIds",
547
- "type": "uint256[]",
548
- "indexed": false,
549
- "internalType": "uint256[]"
649
+ "internalType": "address"
550
650
  }
551
- ],
552
- "anonymous": false
651
+ ]
652
+ },
653
+ {
654
+ "type": "error",
655
+ "name": "FailedInnerCall",
656
+ "inputs": []
553
657
  },
554
658
  {
555
659
  "type": "error",
@@ -29,7 +29,7 @@
29
29
  "internalType": "address"
30
30
  },
31
31
  {
32
- "name": "totalAmount",
32
+ "name": "depositAmount",
33
33
  "type": "uint128",
34
34
  "internalType": "uint128"
35
35
  },
@@ -69,23 +69,6 @@
69
69
  "name": "shape",
70
70
  "type": "string",
71
71
  "internalType": "string"
72
- },
73
- {
74
- "name": "broker",
75
- "type": "tuple",
76
- "internalType": "struct Broker",
77
- "components": [
78
- {
79
- "name": "account",
80
- "type": "address",
81
- "internalType": "address"
82
- },
83
- {
84
- "name": "fee",
85
- "type": "uint256",
86
- "internalType": "UD60x18"
87
- }
88
- ]
89
72
  }
90
73
  ]
91
74
  }
@@ -129,7 +112,7 @@
129
112
  "internalType": "address"
130
113
  },
131
114
  {
132
- "name": "totalAmount",
115
+ "name": "depositAmount",
133
116
  "type": "uint128",
134
117
  "internalType": "uint128"
135
118
  },
@@ -181,23 +164,6 @@
181
164
  "name": "shape",
182
165
  "type": "string",
183
166
  "internalType": "string"
184
- },
185
- {
186
- "name": "broker",
187
- "type": "tuple",
188
- "internalType": "struct Broker",
189
- "components": [
190
- {
191
- "name": "account",
192
- "type": "address",
193
- "internalType": "address"
194
- },
195
- {
196
- "name": "fee",
197
- "type": "uint256",
198
- "internalType": "UD60x18"
199
- }
200
- ]
201
167
  }
202
168
  ]
203
169
  }
@@ -241,7 +207,7 @@
241
207
  "internalType": "address"
242
208
  },
243
209
  {
244
- "name": "totalAmount",
210
+ "name": "depositAmount",
245
211
  "type": "uint128",
246
212
  "internalType": "uint128"
247
213
  },
@@ -276,23 +242,6 @@
276
242
  "name": "shape",
277
243
  "type": "string",
278
244
  "internalType": "string"
279
- },
280
- {
281
- "name": "broker",
282
- "type": "tuple",
283
- "internalType": "struct Broker",
284
- "components": [
285
- {
286
- "name": "account",
287
- "type": "address",
288
- "internalType": "address"
289
- },
290
- {
291
- "name": "fee",
292
- "type": "uint256",
293
- "internalType": "UD60x18"
294
- }
295
- ]
296
245
  }
297
246
  ]
298
247
  }
@@ -336,7 +285,7 @@
336
285
  "internalType": "address"
337
286
  },
338
287
  {
339
- "name": "totalAmount",
288
+ "name": "depositAmount",
340
289
  "type": "uint128",
341
290
  "internalType": "uint128"
342
291
  },
@@ -381,23 +330,6 @@
381
330
  "name": "shape",
382
331
  "type": "string",
383
332
  "internalType": "string"
384
- },
385
- {
386
- "name": "broker",
387
- "type": "tuple",
388
- "internalType": "struct Broker",
389
- "components": [
390
- {
391
- "name": "account",
392
- "type": "address",
393
- "internalType": "address"
394
- },
395
- {
396
- "name": "fee",
397
- "type": "uint256",
398
- "internalType": "UD60x18"
399
- }
400
- ]
401
333
  }
402
334
  ]
403
335
  }
@@ -441,7 +373,7 @@
441
373
  "internalType": "address"
442
374
  },
443
375
  {
444
- "name": "totalAmount",
376
+ "name": "depositAmount",
445
377
  "type": "uint128",
446
378
  "internalType": "uint128"
447
379
  },
@@ -498,23 +430,6 @@
498
430
  "name": "shape",
499
431
  "type": "string",
500
432
  "internalType": "string"
501
- },
502
- {
503
- "name": "broker",
504
- "type": "tuple",
505
- "internalType": "struct Broker",
506
- "components": [
507
- {
508
- "name": "account",
509
- "type": "address",
510
- "internalType": "address"
511
- },
512
- {
513
- "name": "fee",
514
- "type": "uint256",
515
- "internalType": "UD60x18"
516
- }
517
- ]
518
433
  }
519
434
  ]
520
435
  }
@@ -558,7 +473,7 @@
558
473
  "internalType": "address"
559
474
  },
560
475
  {
561
- "name": "totalAmount",
476
+ "name": "depositAmount",
562
477
  "type": "uint128",
563
478
  "internalType": "uint128"
564
479
  },
@@ -598,23 +513,6 @@
598
513
  "name": "shape",
599
514
  "type": "string",
600
515
  "internalType": "string"
601
- },
602
- {
603
- "name": "broker",
604
- "type": "tuple",
605
- "internalType": "struct Broker",
606
- "components": [
607
- {
608
- "name": "account",
609
- "type": "address",
610
- "internalType": "address"
611
- },
612
- {
613
- "name": "fee",
614
- "type": "uint256",
615
- "internalType": "UD60x18"
616
- }
617
- ]
618
516
  }
619
517
  ]
620
518
  }
@@ -629,31 +527,29 @@
629
527
  "stateMutability": "nonpayable"
630
528
  },
631
529
  {
632
- "type": "error",
633
- "name": "AddressEmptyCode",
530
+ "type": "event",
531
+ "name": "CreateLockupBatch",
634
532
  "inputs": [
635
533
  {
636
- "name": "target",
534
+ "name": "funder",
637
535
  "type": "address",
536
+ "indexed": true,
638
537
  "internalType": "address"
639
- }
640
- ]
641
- },
642
- {
643
- "type": "error",
644
- "name": "AddressInsufficientBalance",
645
- "inputs": [
538
+ },
646
539
  {
647
- "name": "account",
540
+ "name": "lockup",
648
541
  "type": "address",
649
- "internalType": "address"
542
+ "indexed": true,
543
+ "internalType": "contract ISablierLockup"
544
+ },
545
+ {
546
+ "name": "streamIds",
547
+ "type": "uint256[]",
548
+ "indexed": false,
549
+ "internalType": "uint256[]"
650
550
  }
651
- ]
652
- },
653
- {
654
- "type": "error",
655
- "name": "FailedInnerCall",
656
- "inputs": []
551
+ ],
552
+ "anonymous": false
657
553
  },
658
554
  {
659
555
  "type": "error",