@metamask-previews/claims-controller 0.1.0-preview-98314cb → 0.1.0-preview-bf3ab7d
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/CHANGELOG.md +7 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
### Added
|
|
11
|
+
|
|
12
|
+
- Added new public method, `fetchClaimsConfigurations` to fetch the claims configuration from the Claims backend. ([#7109](https://github.com/MetaMask/core/pull/7109))
|
|
13
|
+
- Added new states fields, `validSubmissionWindowDays` and `supportedNetworks` to the controller state. ([#7109](https://github.com/MetaMask/core/pull/7109))
|
|
14
|
+
- `validSubmissionWindowDays` - number of days the claim is valid for submission.
|
|
15
|
+
- `supportedNetworks` - supported networks for the claim submission.
|
|
16
|
+
|
|
10
17
|
## [0.1.0]
|
|
11
18
|
|
|
12
19
|
### Added
|