Skip to content

Commit fe7f1d2

Browse files
committed
Merge branch 'main' into hm/refactor-snaps-ui-tests
2 parents dae0d66 + 2c2f546 commit fe7f1d2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

e2e/specs/ramps/onramp.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ describe(SmokeTrade('Buy Crypto'), () => {
6565
await BuildQuoteView.tapCancelButton();
6666
});
6767

68-
it('should change parameters and select a quote', async () => {
68+
it.skip('should change parameters and select a quote', async () => {
6969
const platform = device.getPlatform();
7070

7171
let paymentMethod;

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
},
149149
"dependencies": {
150150
"@config-plugins/detox": "^8.0.0",
151-
"@consensys/on-ramp-sdk": "^2.0.14",
151+
"@consensys/on-ramp-sdk": "^2.1.5",
152152
"@keystonehq/bc-ur-registry-eth": "^0.21.0",
153153
"@keystonehq/metamask-airgapped-keyring": "^0.15.2",
154154
"@keystonehq/ur-decoder": "^0.12.2",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1433,10 +1433,10 @@
14331433
dependencies:
14341434
expo-build-properties "~0.12.1"
14351435

1436-
"@consensys/on-ramp-sdk@^2.0.14":
1437-
version "2.0.14"
1438-
resolved "https://registry.yarnpkg.com/@consensys/on-ramp-sdk/-/on-ramp-sdk-2.0.14.tgz#140f3fc114f9b45ce3f4e087e91176bb7f8dde04"
1439-
integrity sha512-/Q48Gl+ptGPnU5vAAmzoUzsHoO6ivqQNvnJ5msyuZ0Eok3EeuAFDohDcKy4R2xHTxMirRnj0e1ZF69YCwTUIvQ==
1436+
"@consensys/on-ramp-sdk@^2.1.5":
1437+
version "2.1.5"
1438+
resolved "https://registry.yarnpkg.com/@consensys/on-ramp-sdk/-/on-ramp-sdk-2.1.5.tgz#6f9db25cc941603c05cc90a332c6740d5801e67a"
1439+
integrity sha512-P1UpkC/SYV2sAvfo1p+mUCCm+Ksg+Vdm9gOyuhNBFQw6eAtfsXq1V8wnN+R0+OJweYlq8fOH5ZZc/JvOWXveww==
14401440
dependencies:
14411441
async "^3.2.3"
14421442
axios "^1.8.3"

0 commit comments

Comments
 (0)