@relay-protocol/settlement-abis 2.0.17 → 2.0.18

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
@@ -11092,6 +11092,46 @@ var SignedPricingOracle = [
11092
11092
  ],
11093
11093
  anonymous: false
11094
11094
  },
11095
+ {
11096
+ type: "event",
11097
+ name: "PricesResolved",
11098
+ inputs: [
11099
+ {
11100
+ name: "prices",
11101
+ type: "tuple[]",
11102
+ indexed: false,
11103
+ internalType: "struct Price[]",
11104
+ components: [
11105
+ {
11106
+ name: "usdPrice",
11107
+ type: "uint256",
11108
+ internalType: "uint256"
11109
+ },
11110
+ {
11111
+ name: "usdPriceDecimals",
11112
+ type: "uint8",
11113
+ internalType: "uint8"
11114
+ },
11115
+ {
11116
+ name: "currencyDecimals",
11117
+ type: "uint8",
11118
+ internalType: "uint8"
11119
+ },
11120
+ {
11121
+ name: "publishTime",
11122
+ type: "uint256",
11123
+ internalType: "uint256"
11124
+ },
11125
+ {
11126
+ name: "expiration",
11127
+ type: "uint256",
11128
+ internalType: "uint256"
11129
+ }
11130
+ ]
11131
+ }
11132
+ ],
11133
+ anonymous: false
11134
+ },
11095
11135
  {
11096
11136
  type: "error",
11097
11137
  name: "CurrencyMismatch",
package/dist/index.d.ts CHANGED
@@ -11092,6 +11092,46 @@ var SignedPricingOracle = [
11092
11092
  ],
11093
11093
  anonymous: false
11094
11094
  },
11095
+ {
11096
+ type: "event",
11097
+ name: "PricesResolved",
11098
+ inputs: [
11099
+ {
11100
+ name: "prices",
11101
+ type: "tuple[]",
11102
+ indexed: false,
11103
+ internalType: "struct Price[]",
11104
+ components: [
11105
+ {
11106
+ name: "usdPrice",
11107
+ type: "uint256",
11108
+ internalType: "uint256"
11109
+ },
11110
+ {
11111
+ name: "usdPriceDecimals",
11112
+ type: "uint8",
11113
+ internalType: "uint8"
11114
+ },
11115
+ {
11116
+ name: "currencyDecimals",
11117
+ type: "uint8",
11118
+ internalType: "uint8"
11119
+ },
11120
+ {
11121
+ name: "publishTime",
11122
+ type: "uint256",
11123
+ internalType: "uint256"
11124
+ },
11125
+ {
11126
+ name: "expiration",
11127
+ type: "uint256",
11128
+ internalType: "uint256"
11129
+ }
11130
+ ]
11131
+ }
11132
+ ],
11133
+ anonymous: false
11134
+ },
11095
11135
  {
11096
11136
  type: "error",
11097
11137
  name: "CurrencyMismatch",
package/dist/index.js CHANGED
@@ -11038,6 +11038,46 @@ var SignedPricingOracle_default = [
11038
11038
  inputs: [],
11039
11039
  anonymous: false
11040
11040
  },
11041
+ {
11042
+ type: "event",
11043
+ name: "PricesResolved",
11044
+ inputs: [
11045
+ {
11046
+ name: "prices",
11047
+ type: "tuple[]",
11048
+ indexed: false,
11049
+ internalType: "struct Price[]",
11050
+ components: [
11051
+ {
11052
+ name: "usdPrice",
11053
+ type: "uint256",
11054
+ internalType: "uint256"
11055
+ },
11056
+ {
11057
+ name: "usdPriceDecimals",
11058
+ type: "uint8",
11059
+ internalType: "uint8"
11060
+ },
11061
+ {
11062
+ name: "currencyDecimals",
11063
+ type: "uint8",
11064
+ internalType: "uint8"
11065
+ },
11066
+ {
11067
+ name: "publishTime",
11068
+ type: "uint256",
11069
+ internalType: "uint256"
11070
+ },
11071
+ {
11072
+ name: "expiration",
11073
+ type: "uint256",
11074
+ internalType: "uint256"
11075
+ }
11076
+ ]
11077
+ }
11078
+ ],
11079
+ anonymous: false
11080
+ },
11041
11081
  {
11042
11082
  type: "error",
11043
11083
  name: "CurrencyMismatch",
package/dist/index.mjs CHANGED
@@ -10925,6 +10925,46 @@ var SignedPricingOracle_default = [
10925
10925
  inputs: [],
10926
10926
  anonymous: false
10927
10927
  },
10928
+ {
10929
+ type: "event",
10930
+ name: "PricesResolved",
10931
+ inputs: [
10932
+ {
10933
+ name: "prices",
10934
+ type: "tuple[]",
10935
+ indexed: false,
10936
+ internalType: "struct Price[]",
10937
+ components: [
10938
+ {
10939
+ name: "usdPrice",
10940
+ type: "uint256",
10941
+ internalType: "uint256"
10942
+ },
10943
+ {
10944
+ name: "usdPriceDecimals",
10945
+ type: "uint8",
10946
+ internalType: "uint8"
10947
+ },
10948
+ {
10949
+ name: "currencyDecimals",
10950
+ type: "uint8",
10951
+ internalType: "uint8"
10952
+ },
10953
+ {
10954
+ name: "publishTime",
10955
+ type: "uint256",
10956
+ internalType: "uint256"
10957
+ },
10958
+ {
10959
+ name: "expiration",
10960
+ type: "uint256",
10961
+ internalType: "uint256"
10962
+ }
10963
+ ]
10964
+ }
10965
+ ],
10966
+ anonymous: false
10967
+ },
10928
10968
  {
10929
10969
  type: "error",
10930
10970
  name: "CurrencyMismatch",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@relay-protocol/settlement-abis",
3
- "version": "2.0.17",
3
+ "version": "2.0.18",
4
4
  "description": "Relay protocol contract ABIs",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",