@zkp2p/contracts-v2 0.1.11-rc.3 → 0.1.11-rc.5
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/_cjs/abis/baseStaging/EscrowV2.js +126 -18
- package/_cjs/abis/baseStaging/EscrowV2.json +126 -18
- package/_cjs/abis/baseStaging/RateManagerV1.js +31 -19
- package/_cjs/abis/baseStaging/RateManagerV1.json +31 -19
- package/_cjs/addresses/base.js +1 -1
- package/_cjs/addresses/base.json +1 -1
- package/_cjs/addresses/baseStaging.js +3 -3
- package/_cjs/addresses/baseStaging.json +3 -3
- package/_cjs/addresses/index.json +1 -1
- package/_cjs/constants/index.json +1 -1
- package/_cjs/paymentMethods/base.js +1 -1
- package/_cjs/paymentMethods/base.json +1 -1
- package/_cjs/paymentMethods/baseSepolia.js +1 -1
- package/_cjs/paymentMethods/baseSepolia.json +1 -1
- package/_cjs/paymentMethods/baseStaging.js +1 -1
- package/_cjs/paymentMethods/baseStaging.json +1 -1
- package/_cjs/paymentMethods/index.json +1 -1
- package/_cjs/types/contracts/EscrowV2.js +89 -85
- package/_cjs/types/contracts/RateManagerV1.js +17 -42
- package/_cjs/types/contracts/interfaces/IEscrowV2.js +58 -54
- package/_esm/abis/baseStaging/EscrowV2.js +126 -18
- package/_esm/abis/baseStaging/EscrowV2.json +126 -18
- package/_esm/abis/baseStaging/RateManagerV1.js +31 -19
- package/_esm/abis/baseStaging/RateManagerV1.json +31 -19
- package/_esm/addresses/base.js +1 -1
- package/_esm/addresses/base.json +1 -1
- package/_esm/addresses/baseStaging.js +3 -3
- package/_esm/addresses/baseStaging.json +3 -3
- package/_esm/addresses/index.json +1 -1
- package/_esm/constants/index.json +1 -1
- package/_esm/paymentMethods/base.js +1 -1
- package/_esm/paymentMethods/base.json +1 -1
- package/_esm/paymentMethods/baseSepolia.js +1 -1
- package/_esm/paymentMethods/baseSepolia.json +1 -1
- package/_esm/paymentMethods/baseStaging.js +1 -1
- package/_esm/paymentMethods/baseStaging.json +1 -1
- package/_esm/paymentMethods/index.json +1 -1
- package/_esm/types/contracts/EscrowV2.js +89 -85
- package/_esm/types/contracts/RateManagerV1.js +17 -42
- package/_esm/types/contracts/interfaces/IEscrowV2.js +58 -54
- package/abis/baseStaging/EscrowV2.json +126 -18
- package/abis/baseStaging/RateManagerV1.json +31 -19
- package/addresses/base.json +1 -1
- package/addresses/baseStaging.json +3 -3
- package/addresses/index.json +1 -1
- package/constants/index.json +1 -1
- package/package.json +1 -1
- package/paymentMethods/base.json +1 -1
- package/paymentMethods/baseSepolia.json +1 -1
- package/paymentMethods/baseStaging.json +1 -1
- package/paymentMethods/index.json +1 -1
- package/types/contracts/EscrowV2.ts +89 -85
- package/types/contracts/RateManagerV1.ts +17 -42
- package/types/contracts/interfaces/IEscrowV2.ts +58 -54
|
@@ -666,7 +666,7 @@ const data = [
|
|
|
666
666
|
}
|
|
667
667
|
],
|
|
668
668
|
"indexed": false,
|
|
669
|
-
"internalType": "struct
|
|
669
|
+
"internalType": "struct IEscrowV2.Range",
|
|
670
670
|
"name": "intentAmountRange",
|
|
671
671
|
"type": "tuple"
|
|
672
672
|
}
|
|
@@ -926,7 +926,7 @@ const data = [
|
|
|
926
926
|
}
|
|
927
927
|
],
|
|
928
928
|
"indexed": false,
|
|
929
|
-
"internalType": "struct
|
|
929
|
+
"internalType": "struct IEscrowV2.Range",
|
|
930
930
|
"name": "intentAmountRange",
|
|
931
931
|
"type": "tuple"
|
|
932
932
|
},
|
|
@@ -1305,9 +1305,36 @@ const data = [
|
|
|
1305
1305
|
"internalType": "uint256",
|
|
1306
1306
|
"name": "minConversionRate",
|
|
1307
1307
|
"type": "uint256"
|
|
1308
|
+
},
|
|
1309
|
+
{
|
|
1310
|
+
"components": [
|
|
1311
|
+
{
|
|
1312
|
+
"internalType": "address",
|
|
1313
|
+
"name": "adapter",
|
|
1314
|
+
"type": "address"
|
|
1315
|
+
},
|
|
1316
|
+
{
|
|
1317
|
+
"internalType": "bytes",
|
|
1318
|
+
"name": "adapterConfig",
|
|
1319
|
+
"type": "bytes"
|
|
1320
|
+
},
|
|
1321
|
+
{
|
|
1322
|
+
"internalType": "uint16",
|
|
1323
|
+
"name": "spreadBps",
|
|
1324
|
+
"type": "uint16"
|
|
1325
|
+
},
|
|
1326
|
+
{
|
|
1327
|
+
"internalType": "uint32",
|
|
1328
|
+
"name": "maxStaleness",
|
|
1329
|
+
"type": "uint32"
|
|
1330
|
+
}
|
|
1331
|
+
],
|
|
1332
|
+
"internalType": "struct IEscrowV2.OracleRateConfig",
|
|
1333
|
+
"name": "oracleRateConfig",
|
|
1334
|
+
"type": "tuple"
|
|
1308
1335
|
}
|
|
1309
1336
|
],
|
|
1310
|
-
"internalType": "struct
|
|
1337
|
+
"internalType": "struct IEscrowV2.Currency[]",
|
|
1311
1338
|
"name": "_currencies",
|
|
1312
1339
|
"type": "tuple[]"
|
|
1313
1340
|
}
|
|
@@ -1365,7 +1392,7 @@ const data = [
|
|
|
1365
1392
|
"type": "bytes"
|
|
1366
1393
|
}
|
|
1367
1394
|
],
|
|
1368
|
-
"internalType": "struct
|
|
1395
|
+
"internalType": "struct IEscrowV2.DepositPaymentMethodData[]",
|
|
1369
1396
|
"name": "_paymentMethodData",
|
|
1370
1397
|
"type": "tuple[]"
|
|
1371
1398
|
},
|
|
@@ -1380,9 +1407,36 @@ const data = [
|
|
|
1380
1407
|
"internalType": "uint256",
|
|
1381
1408
|
"name": "minConversionRate",
|
|
1382
1409
|
"type": "uint256"
|
|
1410
|
+
},
|
|
1411
|
+
{
|
|
1412
|
+
"components": [
|
|
1413
|
+
{
|
|
1414
|
+
"internalType": "address",
|
|
1415
|
+
"name": "adapter",
|
|
1416
|
+
"type": "address"
|
|
1417
|
+
},
|
|
1418
|
+
{
|
|
1419
|
+
"internalType": "bytes",
|
|
1420
|
+
"name": "adapterConfig",
|
|
1421
|
+
"type": "bytes"
|
|
1422
|
+
},
|
|
1423
|
+
{
|
|
1424
|
+
"internalType": "uint16",
|
|
1425
|
+
"name": "spreadBps",
|
|
1426
|
+
"type": "uint16"
|
|
1427
|
+
},
|
|
1428
|
+
{
|
|
1429
|
+
"internalType": "uint32",
|
|
1430
|
+
"name": "maxStaleness",
|
|
1431
|
+
"type": "uint32"
|
|
1432
|
+
}
|
|
1433
|
+
],
|
|
1434
|
+
"internalType": "struct IEscrowV2.OracleRateConfig",
|
|
1435
|
+
"name": "oracleRateConfig",
|
|
1436
|
+
"type": "tuple"
|
|
1383
1437
|
}
|
|
1384
1438
|
],
|
|
1385
|
-
"internalType": "struct
|
|
1439
|
+
"internalType": "struct IEscrowV2.Currency[][]",
|
|
1386
1440
|
"name": "_currencies",
|
|
1387
1441
|
"type": "tuple[][]"
|
|
1388
1442
|
}
|
|
@@ -1445,7 +1499,7 @@ const data = [
|
|
|
1445
1499
|
"type": "uint256"
|
|
1446
1500
|
}
|
|
1447
1501
|
],
|
|
1448
|
-
"internalType": "struct
|
|
1502
|
+
"internalType": "struct IEscrowV2.Range",
|
|
1449
1503
|
"name": "intentAmountRange",
|
|
1450
1504
|
"type": "tuple"
|
|
1451
1505
|
},
|
|
@@ -1472,7 +1526,7 @@ const data = [
|
|
|
1472
1526
|
"type": "bytes"
|
|
1473
1527
|
}
|
|
1474
1528
|
],
|
|
1475
|
-
"internalType": "struct
|
|
1529
|
+
"internalType": "struct IEscrowV2.DepositPaymentMethodData[]",
|
|
1476
1530
|
"name": "paymentMethodData",
|
|
1477
1531
|
"type": "tuple[]"
|
|
1478
1532
|
},
|
|
@@ -1487,9 +1541,36 @@ const data = [
|
|
|
1487
1541
|
"internalType": "uint256",
|
|
1488
1542
|
"name": "minConversionRate",
|
|
1489
1543
|
"type": "uint256"
|
|
1544
|
+
},
|
|
1545
|
+
{
|
|
1546
|
+
"components": [
|
|
1547
|
+
{
|
|
1548
|
+
"internalType": "address",
|
|
1549
|
+
"name": "adapter",
|
|
1550
|
+
"type": "address"
|
|
1551
|
+
},
|
|
1552
|
+
{
|
|
1553
|
+
"internalType": "bytes",
|
|
1554
|
+
"name": "adapterConfig",
|
|
1555
|
+
"type": "bytes"
|
|
1556
|
+
},
|
|
1557
|
+
{
|
|
1558
|
+
"internalType": "uint16",
|
|
1559
|
+
"name": "spreadBps",
|
|
1560
|
+
"type": "uint16"
|
|
1561
|
+
},
|
|
1562
|
+
{
|
|
1563
|
+
"internalType": "uint32",
|
|
1564
|
+
"name": "maxStaleness",
|
|
1565
|
+
"type": "uint32"
|
|
1566
|
+
}
|
|
1567
|
+
],
|
|
1568
|
+
"internalType": "struct IEscrowV2.OracleRateConfig",
|
|
1569
|
+
"name": "oracleRateConfig",
|
|
1570
|
+
"type": "tuple"
|
|
1490
1571
|
}
|
|
1491
1572
|
],
|
|
1492
|
-
"internalType": "struct
|
|
1573
|
+
"internalType": "struct IEscrowV2.Currency[][]",
|
|
1493
1574
|
"name": "currencies",
|
|
1494
1575
|
"type": "tuple[][]"
|
|
1495
1576
|
},
|
|
@@ -1509,7 +1590,7 @@ const data = [
|
|
|
1509
1590
|
"type": "bool"
|
|
1510
1591
|
}
|
|
1511
1592
|
],
|
|
1512
|
-
"internalType": "struct
|
|
1593
|
+
"internalType": "struct IEscrowV2.CreateDepositParams",
|
|
1513
1594
|
"name": "_params",
|
|
1514
1595
|
"type": "tuple"
|
|
1515
1596
|
}
|
|
@@ -1587,7 +1668,7 @@ const data = [
|
|
|
1587
1668
|
"type": "uint256"
|
|
1588
1669
|
}
|
|
1589
1670
|
],
|
|
1590
|
-
"internalType": "struct
|
|
1671
|
+
"internalType": "struct IEscrowV2.Range",
|
|
1591
1672
|
"name": "intentAmountRange",
|
|
1592
1673
|
"type": "tuple"
|
|
1593
1674
|
},
|
|
@@ -1614,7 +1695,7 @@ const data = [
|
|
|
1614
1695
|
"type": "bytes"
|
|
1615
1696
|
}
|
|
1616
1697
|
],
|
|
1617
|
-
"internalType": "struct
|
|
1698
|
+
"internalType": "struct IEscrowV2.DepositPaymentMethodData[]",
|
|
1618
1699
|
"name": "paymentMethodData",
|
|
1619
1700
|
"type": "tuple[]"
|
|
1620
1701
|
},
|
|
@@ -1629,9 +1710,36 @@ const data = [
|
|
|
1629
1710
|
"internalType": "uint256",
|
|
1630
1711
|
"name": "minConversionRate",
|
|
1631
1712
|
"type": "uint256"
|
|
1713
|
+
},
|
|
1714
|
+
{
|
|
1715
|
+
"components": [
|
|
1716
|
+
{
|
|
1717
|
+
"internalType": "address",
|
|
1718
|
+
"name": "adapter",
|
|
1719
|
+
"type": "address"
|
|
1720
|
+
},
|
|
1721
|
+
{
|
|
1722
|
+
"internalType": "bytes",
|
|
1723
|
+
"name": "adapterConfig",
|
|
1724
|
+
"type": "bytes"
|
|
1725
|
+
},
|
|
1726
|
+
{
|
|
1727
|
+
"internalType": "uint16",
|
|
1728
|
+
"name": "spreadBps",
|
|
1729
|
+
"type": "uint16"
|
|
1730
|
+
},
|
|
1731
|
+
{
|
|
1732
|
+
"internalType": "uint32",
|
|
1733
|
+
"name": "maxStaleness",
|
|
1734
|
+
"type": "uint32"
|
|
1735
|
+
}
|
|
1736
|
+
],
|
|
1737
|
+
"internalType": "struct IEscrowV2.OracleRateConfig",
|
|
1738
|
+
"name": "oracleRateConfig",
|
|
1739
|
+
"type": "tuple"
|
|
1632
1740
|
}
|
|
1633
1741
|
],
|
|
1634
|
-
"internalType": "struct
|
|
1742
|
+
"internalType": "struct IEscrowV2.Currency[][]",
|
|
1635
1743
|
"name": "currencies",
|
|
1636
1744
|
"type": "tuple[][]"
|
|
1637
1745
|
},
|
|
@@ -1651,7 +1759,7 @@ const data = [
|
|
|
1651
1759
|
"type": "bool"
|
|
1652
1760
|
}
|
|
1653
1761
|
],
|
|
1654
|
-
"internalType": "struct
|
|
1762
|
+
"internalType": "struct IEscrowV2.CreateDepositParams",
|
|
1655
1763
|
"name": "_params",
|
|
1656
1764
|
"type": "tuple"
|
|
1657
1765
|
}
|
|
@@ -1750,7 +1858,7 @@ const data = [
|
|
|
1750
1858
|
"type": "uint256"
|
|
1751
1859
|
}
|
|
1752
1860
|
],
|
|
1753
|
-
"internalType": "struct
|
|
1861
|
+
"internalType": "struct IEscrowV2.Range",
|
|
1754
1862
|
"name": "intentAmountRange",
|
|
1755
1863
|
"type": "tuple"
|
|
1756
1864
|
},
|
|
@@ -1780,7 +1888,7 @@ const data = [
|
|
|
1780
1888
|
"type": "bool"
|
|
1781
1889
|
}
|
|
1782
1890
|
],
|
|
1783
|
-
"internalType": "struct
|
|
1891
|
+
"internalType": "struct IEscrowV2.Deposit",
|
|
1784
1892
|
"name": "",
|
|
1785
1893
|
"type": "tuple"
|
|
1786
1894
|
}
|
|
@@ -1932,7 +2040,7 @@ const data = [
|
|
|
1932
2040
|
"type": "uint256"
|
|
1933
2041
|
}
|
|
1934
2042
|
],
|
|
1935
|
-
"internalType": "struct
|
|
2043
|
+
"internalType": "struct IEscrowV2.Intent",
|
|
1936
2044
|
"name": "",
|
|
1937
2045
|
"type": "tuple"
|
|
1938
2046
|
}
|
|
@@ -2067,7 +2175,7 @@ const data = [
|
|
|
2067
2175
|
"type": "bytes"
|
|
2068
2176
|
}
|
|
2069
2177
|
],
|
|
2070
|
-
"internalType": "struct
|
|
2178
|
+
"internalType": "struct IEscrowV2.DepositPaymentMethodData",
|
|
2071
2179
|
"name": "",
|
|
2072
2180
|
"type": "tuple"
|
|
2073
2181
|
}
|
|
@@ -2524,7 +2632,7 @@ const data = [
|
|
|
2524
2632
|
"type": "uint256"
|
|
2525
2633
|
}
|
|
2526
2634
|
],
|
|
2527
|
-
"internalType": "struct
|
|
2635
|
+
"internalType": "struct IEscrowV2.Range",
|
|
2528
2636
|
"name": "_intentAmountRange",
|
|
2529
2637
|
"type": "tuple"
|
|
2530
2638
|
}
|
|
@@ -666,7 +666,7 @@
|
|
|
666
666
|
}
|
|
667
667
|
],
|
|
668
668
|
"indexed": false,
|
|
669
|
-
"internalType": "struct
|
|
669
|
+
"internalType": "struct IEscrowV2.Range",
|
|
670
670
|
"name": "intentAmountRange",
|
|
671
671
|
"type": "tuple"
|
|
672
672
|
}
|
|
@@ -926,7 +926,7 @@
|
|
|
926
926
|
}
|
|
927
927
|
],
|
|
928
928
|
"indexed": false,
|
|
929
|
-
"internalType": "struct
|
|
929
|
+
"internalType": "struct IEscrowV2.Range",
|
|
930
930
|
"name": "intentAmountRange",
|
|
931
931
|
"type": "tuple"
|
|
932
932
|
},
|
|
@@ -1305,9 +1305,36 @@
|
|
|
1305
1305
|
"internalType": "uint256",
|
|
1306
1306
|
"name": "minConversionRate",
|
|
1307
1307
|
"type": "uint256"
|
|
1308
|
+
},
|
|
1309
|
+
{
|
|
1310
|
+
"components": [
|
|
1311
|
+
{
|
|
1312
|
+
"internalType": "address",
|
|
1313
|
+
"name": "adapter",
|
|
1314
|
+
"type": "address"
|
|
1315
|
+
},
|
|
1316
|
+
{
|
|
1317
|
+
"internalType": "bytes",
|
|
1318
|
+
"name": "adapterConfig",
|
|
1319
|
+
"type": "bytes"
|
|
1320
|
+
},
|
|
1321
|
+
{
|
|
1322
|
+
"internalType": "uint16",
|
|
1323
|
+
"name": "spreadBps",
|
|
1324
|
+
"type": "uint16"
|
|
1325
|
+
},
|
|
1326
|
+
{
|
|
1327
|
+
"internalType": "uint32",
|
|
1328
|
+
"name": "maxStaleness",
|
|
1329
|
+
"type": "uint32"
|
|
1330
|
+
}
|
|
1331
|
+
],
|
|
1332
|
+
"internalType": "struct IEscrowV2.OracleRateConfig",
|
|
1333
|
+
"name": "oracleRateConfig",
|
|
1334
|
+
"type": "tuple"
|
|
1308
1335
|
}
|
|
1309
1336
|
],
|
|
1310
|
-
"internalType": "struct
|
|
1337
|
+
"internalType": "struct IEscrowV2.Currency[]",
|
|
1311
1338
|
"name": "_currencies",
|
|
1312
1339
|
"type": "tuple[]"
|
|
1313
1340
|
}
|
|
@@ -1365,7 +1392,7 @@
|
|
|
1365
1392
|
"type": "bytes"
|
|
1366
1393
|
}
|
|
1367
1394
|
],
|
|
1368
|
-
"internalType": "struct
|
|
1395
|
+
"internalType": "struct IEscrowV2.DepositPaymentMethodData[]",
|
|
1369
1396
|
"name": "_paymentMethodData",
|
|
1370
1397
|
"type": "tuple[]"
|
|
1371
1398
|
},
|
|
@@ -1380,9 +1407,36 @@
|
|
|
1380
1407
|
"internalType": "uint256",
|
|
1381
1408
|
"name": "minConversionRate",
|
|
1382
1409
|
"type": "uint256"
|
|
1410
|
+
},
|
|
1411
|
+
{
|
|
1412
|
+
"components": [
|
|
1413
|
+
{
|
|
1414
|
+
"internalType": "address",
|
|
1415
|
+
"name": "adapter",
|
|
1416
|
+
"type": "address"
|
|
1417
|
+
},
|
|
1418
|
+
{
|
|
1419
|
+
"internalType": "bytes",
|
|
1420
|
+
"name": "adapterConfig",
|
|
1421
|
+
"type": "bytes"
|
|
1422
|
+
},
|
|
1423
|
+
{
|
|
1424
|
+
"internalType": "uint16",
|
|
1425
|
+
"name": "spreadBps",
|
|
1426
|
+
"type": "uint16"
|
|
1427
|
+
},
|
|
1428
|
+
{
|
|
1429
|
+
"internalType": "uint32",
|
|
1430
|
+
"name": "maxStaleness",
|
|
1431
|
+
"type": "uint32"
|
|
1432
|
+
}
|
|
1433
|
+
],
|
|
1434
|
+
"internalType": "struct IEscrowV2.OracleRateConfig",
|
|
1435
|
+
"name": "oracleRateConfig",
|
|
1436
|
+
"type": "tuple"
|
|
1383
1437
|
}
|
|
1384
1438
|
],
|
|
1385
|
-
"internalType": "struct
|
|
1439
|
+
"internalType": "struct IEscrowV2.Currency[][]",
|
|
1386
1440
|
"name": "_currencies",
|
|
1387
1441
|
"type": "tuple[][]"
|
|
1388
1442
|
}
|
|
@@ -1445,7 +1499,7 @@
|
|
|
1445
1499
|
"type": "uint256"
|
|
1446
1500
|
}
|
|
1447
1501
|
],
|
|
1448
|
-
"internalType": "struct
|
|
1502
|
+
"internalType": "struct IEscrowV2.Range",
|
|
1449
1503
|
"name": "intentAmountRange",
|
|
1450
1504
|
"type": "tuple"
|
|
1451
1505
|
},
|
|
@@ -1472,7 +1526,7 @@
|
|
|
1472
1526
|
"type": "bytes"
|
|
1473
1527
|
}
|
|
1474
1528
|
],
|
|
1475
|
-
"internalType": "struct
|
|
1529
|
+
"internalType": "struct IEscrowV2.DepositPaymentMethodData[]",
|
|
1476
1530
|
"name": "paymentMethodData",
|
|
1477
1531
|
"type": "tuple[]"
|
|
1478
1532
|
},
|
|
@@ -1487,9 +1541,36 @@
|
|
|
1487
1541
|
"internalType": "uint256",
|
|
1488
1542
|
"name": "minConversionRate",
|
|
1489
1543
|
"type": "uint256"
|
|
1544
|
+
},
|
|
1545
|
+
{
|
|
1546
|
+
"components": [
|
|
1547
|
+
{
|
|
1548
|
+
"internalType": "address",
|
|
1549
|
+
"name": "adapter",
|
|
1550
|
+
"type": "address"
|
|
1551
|
+
},
|
|
1552
|
+
{
|
|
1553
|
+
"internalType": "bytes",
|
|
1554
|
+
"name": "adapterConfig",
|
|
1555
|
+
"type": "bytes"
|
|
1556
|
+
},
|
|
1557
|
+
{
|
|
1558
|
+
"internalType": "uint16",
|
|
1559
|
+
"name": "spreadBps",
|
|
1560
|
+
"type": "uint16"
|
|
1561
|
+
},
|
|
1562
|
+
{
|
|
1563
|
+
"internalType": "uint32",
|
|
1564
|
+
"name": "maxStaleness",
|
|
1565
|
+
"type": "uint32"
|
|
1566
|
+
}
|
|
1567
|
+
],
|
|
1568
|
+
"internalType": "struct IEscrowV2.OracleRateConfig",
|
|
1569
|
+
"name": "oracleRateConfig",
|
|
1570
|
+
"type": "tuple"
|
|
1490
1571
|
}
|
|
1491
1572
|
],
|
|
1492
|
-
"internalType": "struct
|
|
1573
|
+
"internalType": "struct IEscrowV2.Currency[][]",
|
|
1493
1574
|
"name": "currencies",
|
|
1494
1575
|
"type": "tuple[][]"
|
|
1495
1576
|
},
|
|
@@ -1509,7 +1590,7 @@
|
|
|
1509
1590
|
"type": "bool"
|
|
1510
1591
|
}
|
|
1511
1592
|
],
|
|
1512
|
-
"internalType": "struct
|
|
1593
|
+
"internalType": "struct IEscrowV2.CreateDepositParams",
|
|
1513
1594
|
"name": "_params",
|
|
1514
1595
|
"type": "tuple"
|
|
1515
1596
|
}
|
|
@@ -1587,7 +1668,7 @@
|
|
|
1587
1668
|
"type": "uint256"
|
|
1588
1669
|
}
|
|
1589
1670
|
],
|
|
1590
|
-
"internalType": "struct
|
|
1671
|
+
"internalType": "struct IEscrowV2.Range",
|
|
1591
1672
|
"name": "intentAmountRange",
|
|
1592
1673
|
"type": "tuple"
|
|
1593
1674
|
},
|
|
@@ -1614,7 +1695,7 @@
|
|
|
1614
1695
|
"type": "bytes"
|
|
1615
1696
|
}
|
|
1616
1697
|
],
|
|
1617
|
-
"internalType": "struct
|
|
1698
|
+
"internalType": "struct IEscrowV2.DepositPaymentMethodData[]",
|
|
1618
1699
|
"name": "paymentMethodData",
|
|
1619
1700
|
"type": "tuple[]"
|
|
1620
1701
|
},
|
|
@@ -1629,9 +1710,36 @@
|
|
|
1629
1710
|
"internalType": "uint256",
|
|
1630
1711
|
"name": "minConversionRate",
|
|
1631
1712
|
"type": "uint256"
|
|
1713
|
+
},
|
|
1714
|
+
{
|
|
1715
|
+
"components": [
|
|
1716
|
+
{
|
|
1717
|
+
"internalType": "address",
|
|
1718
|
+
"name": "adapter",
|
|
1719
|
+
"type": "address"
|
|
1720
|
+
},
|
|
1721
|
+
{
|
|
1722
|
+
"internalType": "bytes",
|
|
1723
|
+
"name": "adapterConfig",
|
|
1724
|
+
"type": "bytes"
|
|
1725
|
+
},
|
|
1726
|
+
{
|
|
1727
|
+
"internalType": "uint16",
|
|
1728
|
+
"name": "spreadBps",
|
|
1729
|
+
"type": "uint16"
|
|
1730
|
+
},
|
|
1731
|
+
{
|
|
1732
|
+
"internalType": "uint32",
|
|
1733
|
+
"name": "maxStaleness",
|
|
1734
|
+
"type": "uint32"
|
|
1735
|
+
}
|
|
1736
|
+
],
|
|
1737
|
+
"internalType": "struct IEscrowV2.OracleRateConfig",
|
|
1738
|
+
"name": "oracleRateConfig",
|
|
1739
|
+
"type": "tuple"
|
|
1632
1740
|
}
|
|
1633
1741
|
],
|
|
1634
|
-
"internalType": "struct
|
|
1742
|
+
"internalType": "struct IEscrowV2.Currency[][]",
|
|
1635
1743
|
"name": "currencies",
|
|
1636
1744
|
"type": "tuple[][]"
|
|
1637
1745
|
},
|
|
@@ -1651,7 +1759,7 @@
|
|
|
1651
1759
|
"type": "bool"
|
|
1652
1760
|
}
|
|
1653
1761
|
],
|
|
1654
|
-
"internalType": "struct
|
|
1762
|
+
"internalType": "struct IEscrowV2.CreateDepositParams",
|
|
1655
1763
|
"name": "_params",
|
|
1656
1764
|
"type": "tuple"
|
|
1657
1765
|
}
|
|
@@ -1750,7 +1858,7 @@
|
|
|
1750
1858
|
"type": "uint256"
|
|
1751
1859
|
}
|
|
1752
1860
|
],
|
|
1753
|
-
"internalType": "struct
|
|
1861
|
+
"internalType": "struct IEscrowV2.Range",
|
|
1754
1862
|
"name": "intentAmountRange",
|
|
1755
1863
|
"type": "tuple"
|
|
1756
1864
|
},
|
|
@@ -1780,7 +1888,7 @@
|
|
|
1780
1888
|
"type": "bool"
|
|
1781
1889
|
}
|
|
1782
1890
|
],
|
|
1783
|
-
"internalType": "struct
|
|
1891
|
+
"internalType": "struct IEscrowV2.Deposit",
|
|
1784
1892
|
"name": "",
|
|
1785
1893
|
"type": "tuple"
|
|
1786
1894
|
}
|
|
@@ -1932,7 +2040,7 @@
|
|
|
1932
2040
|
"type": "uint256"
|
|
1933
2041
|
}
|
|
1934
2042
|
],
|
|
1935
|
-
"internalType": "struct
|
|
2043
|
+
"internalType": "struct IEscrowV2.Intent",
|
|
1936
2044
|
"name": "",
|
|
1937
2045
|
"type": "tuple"
|
|
1938
2046
|
}
|
|
@@ -2067,7 +2175,7 @@
|
|
|
2067
2175
|
"type": "bytes"
|
|
2068
2176
|
}
|
|
2069
2177
|
],
|
|
2070
|
-
"internalType": "struct
|
|
2178
|
+
"internalType": "struct IEscrowV2.DepositPaymentMethodData",
|
|
2071
2179
|
"name": "",
|
|
2072
2180
|
"type": "tuple"
|
|
2073
2181
|
}
|
|
@@ -2524,7 +2632,7 @@
|
|
|
2524
2632
|
"type": "uint256"
|
|
2525
2633
|
}
|
|
2526
2634
|
],
|
|
2527
|
-
"internalType": "struct
|
|
2635
|
+
"internalType": "struct IEscrowV2.Range",
|
|
2528
2636
|
"name": "_intentAmountRange",
|
|
2529
2637
|
"type": "tuple"
|
|
2530
2638
|
}
|
|
@@ -260,6 +260,12 @@ const data = [
|
|
|
260
260
|
"internalType": "uint32",
|
|
261
261
|
"name": "maxStaleness",
|
|
262
262
|
"type": "uint32"
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"indexed": false,
|
|
266
|
+
"internalType": "bool",
|
|
267
|
+
"name": "enabled",
|
|
268
|
+
"type": "bool"
|
|
263
269
|
}
|
|
264
270
|
],
|
|
265
271
|
"name": "DepositorFloorSet",
|
|
@@ -508,6 +514,11 @@ const data = [
|
|
|
508
514
|
"name": "fee",
|
|
509
515
|
"type": "uint256"
|
|
510
516
|
},
|
|
517
|
+
{
|
|
518
|
+
"internalType": "uint256",
|
|
519
|
+
"name": "minLiquidity",
|
|
520
|
+
"type": "uint256"
|
|
521
|
+
},
|
|
511
522
|
{
|
|
512
523
|
"internalType": "string",
|
|
513
524
|
"name": "name",
|
|
@@ -580,6 +591,11 @@ const data = [
|
|
|
580
591
|
"outputs": [
|
|
581
592
|
{
|
|
582
593
|
"components": [
|
|
594
|
+
{
|
|
595
|
+
"internalType": "bool",
|
|
596
|
+
"name": "enabled",
|
|
597
|
+
"type": "bool"
|
|
598
|
+
},
|
|
583
599
|
{
|
|
584
600
|
"internalType": "uint256",
|
|
585
601
|
"name": "floorFixed",
|
|
@@ -738,6 +754,11 @@ const data = [
|
|
|
738
754
|
"name": "fee",
|
|
739
755
|
"type": "uint256"
|
|
740
756
|
},
|
|
757
|
+
{
|
|
758
|
+
"internalType": "uint256",
|
|
759
|
+
"name": "minLiquidity",
|
|
760
|
+
"type": "uint256"
|
|
761
|
+
},
|
|
741
762
|
{
|
|
742
763
|
"internalType": "string",
|
|
743
764
|
"name": "name",
|
|
@@ -815,25 +836,6 @@ const data = [
|
|
|
815
836
|
"stateMutability": "view",
|
|
816
837
|
"type": "function"
|
|
817
838
|
},
|
|
818
|
-
{
|
|
819
|
-
"inputs": [
|
|
820
|
-
{
|
|
821
|
-
"internalType": "bytes32",
|
|
822
|
-
"name": "",
|
|
823
|
-
"type": "bytes32"
|
|
824
|
-
}
|
|
825
|
-
],
|
|
826
|
-
"name": "minLiquidity",
|
|
827
|
-
"outputs": [
|
|
828
|
-
{
|
|
829
|
-
"internalType": "uint256",
|
|
830
|
-
"name": "",
|
|
831
|
-
"type": "uint256"
|
|
832
|
-
}
|
|
833
|
-
],
|
|
834
|
-
"stateMutability": "view",
|
|
835
|
-
"type": "function"
|
|
836
|
-
},
|
|
837
839
|
{
|
|
838
840
|
"inputs": [
|
|
839
841
|
{
|
|
@@ -977,6 +979,11 @@ const data = [
|
|
|
977
979
|
},
|
|
978
980
|
{
|
|
979
981
|
"components": [
|
|
982
|
+
{
|
|
983
|
+
"internalType": "bool",
|
|
984
|
+
"name": "enabled",
|
|
985
|
+
"type": "bool"
|
|
986
|
+
},
|
|
980
987
|
{
|
|
981
988
|
"internalType": "uint256",
|
|
982
989
|
"name": "floorFixed",
|
|
@@ -1042,6 +1049,11 @@ const data = [
|
|
|
1042
1049
|
},
|
|
1043
1050
|
{
|
|
1044
1051
|
"components": [
|
|
1052
|
+
{
|
|
1053
|
+
"internalType": "bool",
|
|
1054
|
+
"name": "enabled",
|
|
1055
|
+
"type": "bool"
|
|
1056
|
+
},
|
|
1045
1057
|
{
|
|
1046
1058
|
"internalType": "uint256",
|
|
1047
1059
|
"name": "floorFixed",
|