@relay-protocol/settlement-abis 2.0.15 → 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 CHANGED
@@ -4915,20 +4915,6 @@ var RelayOracleIdempotencyStore = [
4915
4915
  ],
4916
4916
  stateMutability: "nonpayable"
4917
4917
  },
4918
- {
4919
- type: "function",
4920
- name: "removeSource",
4921
- inputs: [
4922
- {
4923
- name: "source",
4924
- type: "address",
4925
- internalType: "address"
4926
- }
4927
- ],
4928
- outputs: [
4929
- ],
4930
- stateMutability: "nonpayable"
4931
- },
4932
4918
  {
4933
4919
  type: "function",
4934
4920
  name: "renounceRole",
@@ -5126,19 +5112,6 @@ var RelayOracleIdempotencyStore = [
5126
5112
  ],
5127
5113
  anonymous: false
5128
5114
  },
5129
- {
5130
- type: "event",
5131
- name: "SourceRemoved",
5132
- inputs: [
5133
- {
5134
- name: "source",
5135
- type: "address",
5136
- indexed: true,
5137
- internalType: "address"
5138
- }
5139
- ],
5140
- anonymous: false
5141
- },
5142
5115
  {
5143
5116
  type: "error",
5144
5117
  name: "AccessControlBadConfirmation",
@@ -5194,17 +5167,6 @@ var RelayOracleIdempotencyStore = [
5194
5167
  }
5195
5168
  ]
5196
5169
  },
5197
- {
5198
- type: "error",
5199
- name: "SourceNotFound",
5200
- inputs: [
5201
- {
5202
- name: "source",
5203
- type: "address",
5204
- internalType: "address"
5205
- }
5206
- ]
5207
- },
5208
5170
  {
5209
5171
  type: "error",
5210
5172
  name: "TooManySources",
@@ -10904,10 +10866,29 @@ var SignedPricingOracle = [
10904
10866
  name: "solver",
10905
10867
  type: "address",
10906
10868
  internalType: "address"
10869
+ },
10870
+ {
10871
+ name: "relayPriceOracle",
10872
+ type: "address",
10873
+ internalType: "address"
10907
10874
  }
10908
10875
  ],
10909
10876
  stateMutability: "nonpayable"
10910
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
+ },
10911
10892
  {
10912
10893
  type: "function",
10913
10894
  name: "SIGNED_PRICE_TYPEHASH",
@@ -11102,7 +11083,7 @@ var SignedPricingOracle = [
11102
11083
  ]
11103
11084
  }
11104
11085
  ],
11105
- stateMutability: "view"
11086
+ stateMutability: "nonpayable"
11106
11087
  },
11107
11088
  {
11108
11089
  type: "event",
package/dist/index.d.ts CHANGED
@@ -4915,20 +4915,6 @@ var RelayOracleIdempotencyStore = [
4915
4915
  ],
4916
4916
  stateMutability: "nonpayable"
4917
4917
  },
4918
- {
4919
- type: "function",
4920
- name: "removeSource",
4921
- inputs: [
4922
- {
4923
- name: "source",
4924
- type: "address",
4925
- internalType: "address"
4926
- }
4927
- ],
4928
- outputs: [
4929
- ],
4930
- stateMutability: "nonpayable"
4931
- },
4932
4918
  {
4933
4919
  type: "function",
4934
4920
  name: "renounceRole",
@@ -5126,19 +5112,6 @@ var RelayOracleIdempotencyStore = [
5126
5112
  ],
5127
5113
  anonymous: false
5128
5114
  },
5129
- {
5130
- type: "event",
5131
- name: "SourceRemoved",
5132
- inputs: [
5133
- {
5134
- name: "source",
5135
- type: "address",
5136
- indexed: true,
5137
- internalType: "address"
5138
- }
5139
- ],
5140
- anonymous: false
5141
- },
5142
5115
  {
5143
5116
  type: "error",
5144
5117
  name: "AccessControlBadConfirmation",
@@ -5194,17 +5167,6 @@ var RelayOracleIdempotencyStore = [
5194
5167
  }
5195
5168
  ]
5196
5169
  },
5197
- {
5198
- type: "error",
5199
- name: "SourceNotFound",
5200
- inputs: [
5201
- {
5202
- name: "source",
5203
- type: "address",
5204
- internalType: "address"
5205
- }
5206
- ]
5207
- },
5208
5170
  {
5209
5171
  type: "error",
5210
5172
  name: "TooManySources",
@@ -10904,10 +10866,29 @@ var SignedPricingOracle = [
10904
10866
  name: "solver",
10905
10867
  type: "address",
10906
10868
  internalType: "address"
10869
+ },
10870
+ {
10871
+ name: "relayPriceOracle",
10872
+ type: "address",
10873
+ internalType: "address"
10907
10874
  }
10908
10875
  ],
10909
10876
  stateMutability: "nonpayable"
10910
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
+ },
10911
10892
  {
10912
10893
  type: "function",
10913
10894
  name: "SIGNED_PRICE_TYPEHASH",
@@ -11102,7 +11083,7 @@ var SignedPricingOracle = [
11102
11083
  ]
11103
11084
  }
11104
11085
  ],
11105
- stateMutability: "view"
11086
+ stateMutability: "nonpayable"
11106
11087
  },
11107
11088
  {
11108
11089
  type: "event",
package/dist/index.js CHANGED
@@ -4938,19 +4938,6 @@ var RelayOracleIdempotencyStore_default = [
4938
4938
  outputs: [],
4939
4939
  stateMutability: "nonpayable"
4940
4940
  },
4941
- {
4942
- type: "function",
4943
- name: "removeSource",
4944
- inputs: [
4945
- {
4946
- name: "source",
4947
- type: "address",
4948
- internalType: "address"
4949
- }
4950
- ],
4951
- outputs: [],
4952
- stateMutability: "nonpayable"
4953
- },
4954
4941
  {
4955
4942
  type: "function",
4956
4943
  name: "renounceRole",
@@ -5145,19 +5132,6 @@ var RelayOracleIdempotencyStore_default = [
5145
5132
  ],
5146
5133
  anonymous: false
5147
5134
  },
5148
- {
5149
- type: "event",
5150
- name: "SourceRemoved",
5151
- inputs: [
5152
- {
5153
- name: "source",
5154
- type: "address",
5155
- indexed: true,
5156
- internalType: "address"
5157
- }
5158
- ],
5159
- anonymous: false
5160
- },
5161
5135
  {
5162
5136
  type: "error",
5163
5137
  name: "AccessControlBadConfirmation",
@@ -5212,17 +5186,6 @@ var RelayOracleIdempotencyStore_default = [
5212
5186
  }
5213
5187
  ]
5214
5188
  },
5215
- {
5216
- type: "error",
5217
- name: "SourceNotFound",
5218
- inputs: [
5219
- {
5220
- name: "source",
5221
- type: "address",
5222
- internalType: "address"
5223
- }
5224
- ]
5225
- },
5226
5189
  {
5227
5190
  type: "error",
5228
5191
  name: "TooManySources",
@@ -10854,10 +10817,28 @@ var SignedPricingOracle_default = [
10854
10817
  name: "solver",
10855
10818
  type: "address",
10856
10819
  internalType: "address"
10820
+ },
10821
+ {
10822
+ name: "relayPriceOracle",
10823
+ type: "address",
10824
+ internalType: "address"
10857
10825
  }
10858
10826
  ],
10859
10827
  stateMutability: "nonpayable"
10860
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
+ },
10861
10842
  {
10862
10843
  type: "function",
10863
10844
  name: "SIGNED_PRICE_TYPEHASH",
@@ -11049,7 +11030,7 @@ var SignedPricingOracle_default = [
11049
11030
  ]
11050
11031
  }
11051
11032
  ],
11052
- stateMutability: "view"
11033
+ stateMutability: "nonpayable"
11053
11034
  },
11054
11035
  {
11055
11036
  type: "event",
package/dist/index.mjs CHANGED
@@ -4825,19 +4825,6 @@ var RelayOracleIdempotencyStore_default = [
4825
4825
  outputs: [],
4826
4826
  stateMutability: "nonpayable"
4827
4827
  },
4828
- {
4829
- type: "function",
4830
- name: "removeSource",
4831
- inputs: [
4832
- {
4833
- name: "source",
4834
- type: "address",
4835
- internalType: "address"
4836
- }
4837
- ],
4838
- outputs: [],
4839
- stateMutability: "nonpayable"
4840
- },
4841
4828
  {
4842
4829
  type: "function",
4843
4830
  name: "renounceRole",
@@ -5032,19 +5019,6 @@ var RelayOracleIdempotencyStore_default = [
5032
5019
  ],
5033
5020
  anonymous: false
5034
5021
  },
5035
- {
5036
- type: "event",
5037
- name: "SourceRemoved",
5038
- inputs: [
5039
- {
5040
- name: "source",
5041
- type: "address",
5042
- indexed: true,
5043
- internalType: "address"
5044
- }
5045
- ],
5046
- anonymous: false
5047
- },
5048
5022
  {
5049
5023
  type: "error",
5050
5024
  name: "AccessControlBadConfirmation",
@@ -5099,17 +5073,6 @@ var RelayOracleIdempotencyStore_default = [
5099
5073
  }
5100
5074
  ]
5101
5075
  },
5102
- {
5103
- type: "error",
5104
- name: "SourceNotFound",
5105
- inputs: [
5106
- {
5107
- name: "source",
5108
- type: "address",
5109
- internalType: "address"
5110
- }
5111
- ]
5112
- },
5113
5076
  {
5114
5077
  type: "error",
5115
5078
  name: "TooManySources",
@@ -10741,10 +10704,28 @@ var SignedPricingOracle_default = [
10741
10704
  name: "solver",
10742
10705
  type: "address",
10743
10706
  internalType: "address"
10707
+ },
10708
+ {
10709
+ name: "relayPriceOracle",
10710
+ type: "address",
10711
+ internalType: "address"
10744
10712
  }
10745
10713
  ],
10746
10714
  stateMutability: "nonpayable"
10747
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
+ },
10748
10729
  {
10749
10730
  type: "function",
10750
10731
  name: "SIGNED_PRICE_TYPEHASH",
@@ -10936,7 +10917,7 @@ var SignedPricingOracle_default = [
10936
10917
  ]
10937
10918
  }
10938
10919
  ],
10939
- stateMutability: "view"
10920
+ stateMutability: "nonpayable"
10940
10921
  },
10941
10922
  {
10942
10923
  type: "event",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@relay-protocol/settlement-abis",
3
- "version": "2.0.15",
3
+ "version": "2.0.17",
4
4
  "description": "Relay protocol contract ABIs",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",