@relay-protocol/settlement-abis 2.0.16 → 2.0.17
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 +20 -1
- package/dist/index.d.ts +20 -1
- package/dist/index.js +19 -1
- package/dist/index.mjs +19 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -10866,10 +10866,29 @@ var SignedPricingOracle = [
|
|
|
10866
10866
|
name: "solver",
|
|
10867
10867
|
type: "address",
|
|
10868
10868
|
internalType: "address"
|
|
10869
|
+
},
|
|
10870
|
+
{
|
|
10871
|
+
name: "relayPriceOracle",
|
|
10872
|
+
type: "address",
|
|
10873
|
+
internalType: "address"
|
|
10869
10874
|
}
|
|
10870
10875
|
],
|
|
10871
10876
|
stateMutability: "nonpayable"
|
|
10872
10877
|
},
|
|
10878
|
+
{
|
|
10879
|
+
type: "function",
|
|
10880
|
+
name: "RELAY_PRICE_ORACLE",
|
|
10881
|
+
inputs: [
|
|
10882
|
+
],
|
|
10883
|
+
outputs: [
|
|
10884
|
+
{
|
|
10885
|
+
name: "",
|
|
10886
|
+
type: "address",
|
|
10887
|
+
internalType: "contract RelayPriceOracle"
|
|
10888
|
+
}
|
|
10889
|
+
],
|
|
10890
|
+
stateMutability: "view"
|
|
10891
|
+
},
|
|
10873
10892
|
{
|
|
10874
10893
|
type: "function",
|
|
10875
10894
|
name: "SIGNED_PRICE_TYPEHASH",
|
|
@@ -11064,7 +11083,7 @@ var SignedPricingOracle = [
|
|
|
11064
11083
|
]
|
|
11065
11084
|
}
|
|
11066
11085
|
],
|
|
11067
|
-
stateMutability: "
|
|
11086
|
+
stateMutability: "nonpayable"
|
|
11068
11087
|
},
|
|
11069
11088
|
{
|
|
11070
11089
|
type: "event",
|
package/dist/index.d.ts
CHANGED
|
@@ -10866,10 +10866,29 @@ var SignedPricingOracle = [
|
|
|
10866
10866
|
name: "solver",
|
|
10867
10867
|
type: "address",
|
|
10868
10868
|
internalType: "address"
|
|
10869
|
+
},
|
|
10870
|
+
{
|
|
10871
|
+
name: "relayPriceOracle",
|
|
10872
|
+
type: "address",
|
|
10873
|
+
internalType: "address"
|
|
10869
10874
|
}
|
|
10870
10875
|
],
|
|
10871
10876
|
stateMutability: "nonpayable"
|
|
10872
10877
|
},
|
|
10878
|
+
{
|
|
10879
|
+
type: "function",
|
|
10880
|
+
name: "RELAY_PRICE_ORACLE",
|
|
10881
|
+
inputs: [
|
|
10882
|
+
],
|
|
10883
|
+
outputs: [
|
|
10884
|
+
{
|
|
10885
|
+
name: "",
|
|
10886
|
+
type: "address",
|
|
10887
|
+
internalType: "contract RelayPriceOracle"
|
|
10888
|
+
}
|
|
10889
|
+
],
|
|
10890
|
+
stateMutability: "view"
|
|
10891
|
+
},
|
|
10873
10892
|
{
|
|
10874
10893
|
type: "function",
|
|
10875
10894
|
name: "SIGNED_PRICE_TYPEHASH",
|
|
@@ -11064,7 +11083,7 @@ var SignedPricingOracle = [
|
|
|
11064
11083
|
]
|
|
11065
11084
|
}
|
|
11066
11085
|
],
|
|
11067
|
-
stateMutability: "
|
|
11086
|
+
stateMutability: "nonpayable"
|
|
11068
11087
|
},
|
|
11069
11088
|
{
|
|
11070
11089
|
type: "event",
|
package/dist/index.js
CHANGED
|
@@ -10817,10 +10817,28 @@ var SignedPricingOracle_default = [
|
|
|
10817
10817
|
name: "solver",
|
|
10818
10818
|
type: "address",
|
|
10819
10819
|
internalType: "address"
|
|
10820
|
+
},
|
|
10821
|
+
{
|
|
10822
|
+
name: "relayPriceOracle",
|
|
10823
|
+
type: "address",
|
|
10824
|
+
internalType: "address"
|
|
10820
10825
|
}
|
|
10821
10826
|
],
|
|
10822
10827
|
stateMutability: "nonpayable"
|
|
10823
10828
|
},
|
|
10829
|
+
{
|
|
10830
|
+
type: "function",
|
|
10831
|
+
name: "RELAY_PRICE_ORACLE",
|
|
10832
|
+
inputs: [],
|
|
10833
|
+
outputs: [
|
|
10834
|
+
{
|
|
10835
|
+
name: "",
|
|
10836
|
+
type: "address",
|
|
10837
|
+
internalType: "contract RelayPriceOracle"
|
|
10838
|
+
}
|
|
10839
|
+
],
|
|
10840
|
+
stateMutability: "view"
|
|
10841
|
+
},
|
|
10824
10842
|
{
|
|
10825
10843
|
type: "function",
|
|
10826
10844
|
name: "SIGNED_PRICE_TYPEHASH",
|
|
@@ -11012,7 +11030,7 @@ var SignedPricingOracle_default = [
|
|
|
11012
11030
|
]
|
|
11013
11031
|
}
|
|
11014
11032
|
],
|
|
11015
|
-
stateMutability: "
|
|
11033
|
+
stateMutability: "nonpayable"
|
|
11016
11034
|
},
|
|
11017
11035
|
{
|
|
11018
11036
|
type: "event",
|
package/dist/index.mjs
CHANGED
|
@@ -10704,10 +10704,28 @@ var SignedPricingOracle_default = [
|
|
|
10704
10704
|
name: "solver",
|
|
10705
10705
|
type: "address",
|
|
10706
10706
|
internalType: "address"
|
|
10707
|
+
},
|
|
10708
|
+
{
|
|
10709
|
+
name: "relayPriceOracle",
|
|
10710
|
+
type: "address",
|
|
10711
|
+
internalType: "address"
|
|
10707
10712
|
}
|
|
10708
10713
|
],
|
|
10709
10714
|
stateMutability: "nonpayable"
|
|
10710
10715
|
},
|
|
10716
|
+
{
|
|
10717
|
+
type: "function",
|
|
10718
|
+
name: "RELAY_PRICE_ORACLE",
|
|
10719
|
+
inputs: [],
|
|
10720
|
+
outputs: [
|
|
10721
|
+
{
|
|
10722
|
+
name: "",
|
|
10723
|
+
type: "address",
|
|
10724
|
+
internalType: "contract RelayPriceOracle"
|
|
10725
|
+
}
|
|
10726
|
+
],
|
|
10727
|
+
stateMutability: "view"
|
|
10728
|
+
},
|
|
10711
10729
|
{
|
|
10712
10730
|
type: "function",
|
|
10713
10731
|
name: "SIGNED_PRICE_TYPEHASH",
|
|
@@ -10899,7 +10917,7 @@ var SignedPricingOracle_default = [
|
|
|
10899
10917
|
]
|
|
10900
10918
|
}
|
|
10901
10919
|
],
|
|
10902
|
-
stateMutability: "
|
|
10920
|
+
stateMutability: "nonpayable"
|
|
10903
10921
|
},
|
|
10904
10922
|
{
|
|
10905
10923
|
type: "event",
|