Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@
"@metamask/preinstalled-example-snap": "^0.7.2",
"@metamask/profile-metrics-controller": "^3.1.0",
"@metamask/profile-sync-controller": "^28.0.0",
"@metamask/ramps-controller": "^12.0.0",
"@metamask/ramps-controller": "^12.0.1",
"@metamask/react-native-acm": "1.2.0",
"@metamask/react-native-actionsheet": "2.4.2",
"@metamask/react-native-button": "^3.0.0",
Expand Down
49 changes: 49 additions & 0 deletions tests/framework/fixtures/json/default-fixture.json
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,55 @@
"useTransactionSimulations": true
},
"RampsController": {
"countries": {
"data": [],
"error": null,
"isLoading": false,
"selected": null
},
"nativeProviders": {
"transak": {
"buyQuote": {
"data": null,
"error": null,
"isLoading": false,
"selected": null
},
"isAuthenticated": false,
"kycRequirement": {
"data": null,
"error": null,
"isLoading": false,
"selected": null
},
"userDetails": {
"data": null,
"error": null,
"isLoading": false,
"selected": null
}
}
},
"orders": [],
"paymentMethods": {
"data": [],
"error": null,
"isLoading": false,
"selected": null
},
"providers": {
"data": [],
"error": null,
"isLoading": false,
"selected": null
},
"requests": {},
"tokens": {
"data": null,
"error": null,
"isLoading": false,
"selected": null
},
"userRegion": null
},
"RemoteFeatureFlagController": {
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9387,14 +9387,14 @@ __metadata:
languageName: node
linkType: hard

"@metamask/ramps-controller@npm:^12.0.0":
version: 12.0.0
resolution: "@metamask/ramps-controller@npm:12.0.0"
"@metamask/ramps-controller@npm:^12.0.1":
version: 12.0.1
resolution: "@metamask/ramps-controller@npm:12.0.1"
dependencies:
"@metamask/base-controller": "npm:^9.0.0"
"@metamask/controller-utils": "npm:^11.19.0"
"@metamask/messenger": "npm:^0.3.0"
checksum: 10/fb22bbab95045b7c5d80d3fb24bd41b831e0516733cdf1a0159514cbd8b0aededd599818adecfbc86802299095a223251733c271a8d0b6db2d88b25c971da1ed
checksum: 10/a7f9428cb824bd0175ee1cc603d77c650fa7a23c7183e2cc0a0f21ee9b6378d80bbd1e496654e40d2edcfc840e60dd4a09d80feacb1746087a67b66761e1e6c7
languageName: node
linkType: hard

Expand Down Expand Up @@ -35597,7 +35597,7 @@ __metadata:
"@metamask/profile-metrics-controller": "npm:^3.1.0"
"@metamask/profile-sync-controller": "npm:^28.0.0"
"@metamask/providers": "npm:^18.3.1"
"@metamask/ramps-controller": "npm:^12.0.0"
"@metamask/ramps-controller": "npm:^12.0.1"
"@metamask/react-native-acm": "npm:1.2.0"
"@metamask/react-native-actionsheet": "npm:2.4.2"
"@metamask/react-native-button": "npm:^3.0.0"
Expand Down
Loading