@relay-protocol/settlement-abis 2.0.13 → 2.0.14
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/dist/index.d.mts +16 -0
- package/dist/index.d.ts +16 -0
- package/dist/index.js +16 -0
- package/dist/index.mjs +16 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -9798,6 +9798,22 @@ var PoolDrawResolver = [
|
|
|
9798
9798
|
],
|
|
9799
9799
|
anonymous: false
|
|
9800
9800
|
},
|
|
9801
|
+
{
|
|
9802
|
+
type: "error",
|
|
9803
|
+
name: "AuthorizationCountMismatch",
|
|
9804
|
+
inputs: [
|
|
9805
|
+
{
|
|
9806
|
+
name: "legs",
|
|
9807
|
+
type: "uint256",
|
|
9808
|
+
internalType: "uint256"
|
|
9809
|
+
},
|
|
9810
|
+
{
|
|
9811
|
+
name: "authorizations",
|
|
9812
|
+
type: "uint256",
|
|
9813
|
+
internalType: "uint256"
|
|
9814
|
+
}
|
|
9815
|
+
]
|
|
9816
|
+
},
|
|
9801
9817
|
{
|
|
9802
9818
|
type: "error",
|
|
9803
9819
|
name: "InsufficientDrawLegOutput",
|
package/dist/index.d.ts
CHANGED
|
@@ -9798,6 +9798,22 @@ var PoolDrawResolver = [
|
|
|
9798
9798
|
],
|
|
9799
9799
|
anonymous: false
|
|
9800
9800
|
},
|
|
9801
|
+
{
|
|
9802
|
+
type: "error",
|
|
9803
|
+
name: "AuthorizationCountMismatch",
|
|
9804
|
+
inputs: [
|
|
9805
|
+
{
|
|
9806
|
+
name: "legs",
|
|
9807
|
+
type: "uint256",
|
|
9808
|
+
internalType: "uint256"
|
|
9809
|
+
},
|
|
9810
|
+
{
|
|
9811
|
+
name: "authorizations",
|
|
9812
|
+
type: "uint256",
|
|
9813
|
+
internalType: "uint256"
|
|
9814
|
+
}
|
|
9815
|
+
]
|
|
9816
|
+
},
|
|
9801
9817
|
{
|
|
9802
9818
|
type: "error",
|
|
9803
9819
|
name: "InsufficientDrawLegOutput",
|
package/dist/index.js
CHANGED
|
@@ -9763,6 +9763,22 @@ var PoolDrawResolver_default = [
|
|
|
9763
9763
|
],
|
|
9764
9764
|
anonymous: false
|
|
9765
9765
|
},
|
|
9766
|
+
{
|
|
9767
|
+
type: "error",
|
|
9768
|
+
name: "AuthorizationCountMismatch",
|
|
9769
|
+
inputs: [
|
|
9770
|
+
{
|
|
9771
|
+
name: "legs",
|
|
9772
|
+
type: "uint256",
|
|
9773
|
+
internalType: "uint256"
|
|
9774
|
+
},
|
|
9775
|
+
{
|
|
9776
|
+
name: "authorizations",
|
|
9777
|
+
type: "uint256",
|
|
9778
|
+
internalType: "uint256"
|
|
9779
|
+
}
|
|
9780
|
+
]
|
|
9781
|
+
},
|
|
9766
9782
|
{
|
|
9767
9783
|
type: "error",
|
|
9768
9784
|
name: "InsufficientDrawLegOutput",
|
package/dist/index.mjs
CHANGED
|
@@ -9640,6 +9640,22 @@ var PoolDrawResolver_default = [
|
|
|
9640
9640
|
],
|
|
9641
9641
|
anonymous: false
|
|
9642
9642
|
},
|
|
9643
|
+
{
|
|
9644
|
+
type: "error",
|
|
9645
|
+
name: "AuthorizationCountMismatch",
|
|
9646
|
+
inputs: [
|
|
9647
|
+
{
|
|
9648
|
+
name: "legs",
|
|
9649
|
+
type: "uint256",
|
|
9650
|
+
internalType: "uint256"
|
|
9651
|
+
},
|
|
9652
|
+
{
|
|
9653
|
+
name: "authorizations",
|
|
9654
|
+
type: "uint256",
|
|
9655
|
+
internalType: "uint256"
|
|
9656
|
+
}
|
|
9657
|
+
]
|
|
9658
|
+
},
|
|
9643
9659
|
{
|
|
9644
9660
|
type: "error",
|
|
9645
9661
|
name: "InsufficientDrawLegOutput",
|