@relay-protocol/settlement-abis 2.0.15 → 2.0.16
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 +0 -38
- package/dist/index.d.ts +0 -38
- package/dist/index.js +0 -37
- package/dist/index.mjs +0 -37
- package/package.json +1 -1
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",
|
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",
|
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",
|
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",
|