Skip to content

Commit 59fb45e

Browse files
aali-1aust3nc
authored andcommitted
Merge pull request #7969 from BitGo/WP-7457-sdk-Support-Node-24
fix(sdk): Use latest minor version when supporting node 24
2 parents a3e2588 + 44cb1eb commit 59fb45e

8 files changed

Lines changed: 8 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
node-version: [20.x, 22.x]
24+
node-version: [20.x, 22.x, 24.x]
2525

2626
steps:
2727
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.18.0
1+
24.13.0

examples/js/sui/custom-tx/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.18.0
1+
24.13.0

examples/ts/proxy/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.18.0
1+
24.13.0

examples/ts/tss-recovery/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.18.0
1+
24.13.0

examples/ts/tss-smc/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.18.0
1+
24.13.0

modules/statics/src/coins/ofcCoins.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3879,6 +3879,7 @@ export const ofcCoins = [
38793879
// New SOL OFC tokens
38803880
ofcsolToken('0ce490e5-fba4-4f50-b059-598c151482f0', 'ofcsol:prcl', 'Parcl', 6, UnderlyingAsset['sol:prcl']),
38813881
ofcsolToken('ddba6928-8700-4435-8970-0e75acae7025', 'ofcsol:asp', 'Aspecta', 9, UnderlyingAsset['sol:asp']),
3882+
ofcsolToken('c4cb48c9-b6f3-4925-beda-40759e7d6d85', 'ofcsol:pengu', 'Pudgy Penguins', 6, UnderlyingAsset['sol:pengu']),
38823883
// New SUI OFC token
38833884
ofcSuiToken('1e01eb3d-2573-4662-aa5e-4c390e4a9b38', 'ofcsui:dmc', 'DeLorean', 9, UnderlyingAsset['sui:dmc']),
38843885
];

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20012,7 +20012,7 @@ tar-stream@~2.2.0:
2001220012

2001320013
tar@6.2.1, tar@^6.1.11, tar@^6.1.2:
2001420014
version "6.2.1"
20015-
resolved "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz"
20015+
resolved "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz#717549c541bc3c2af15751bea94b1dd068d4b03a"
2001620016
integrity sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==
2001720017
dependencies:
2001820018
chownr "^2.0.0"

0 commit comments

Comments
 (0)