Skip to content

Commit 2c39401

Browse files
feat(target_chains/fuel): add minimal js sdk (#1692)
* add fuel js sdk * precommit * fix: update pnpm * fix: use same pnpm version + add frozen lockfile to CI * chore: add gitignore * fix: add lint and test deps * chore: use pnpm for starknet sdk --------- Co-authored-by: Daniel Chew <[email protected]>
1 parent f587b86 commit 2c39401

File tree

21 files changed

+5569
-63
lines changed

21 files changed

+5569
-63
lines changed

.github/workflows/ci-typescript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: pnpm/action-setup@v4
3131
name: Install pnpm
3232
with:
33-
run_install: true
33+
run_install: "args: [--frozen-lockfile]"
3434
- name: Build
3535
run: pnpm exec lerna run build
3636
- name: Test

governance/multisig_wh_message_builder/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
},
4242
"dependencies": {
4343
"@certusone/wormhole-sdk": "^0.6.2",
44-
"@ledgerhq/hw-transport": "^6.27.2",
45-
"@ledgerhq/hw-transport-node-hid": "^6.27.2",
44+
"@ledgerhq/hw-transport": "^6.27.10",
45+
"@ledgerhq/hw-transport-node-hid": "^6.27.10",
4646
"@project-serum/anchor": "^0.25.0",
4747
"@solana/web3.js": "^1.53.0",
4848
"@sqds/mesh": "^1.0.6",
@@ -54,6 +54,6 @@
5454
"ethers": "^5.7.0",
5555
"lodash": "^4.17.21",
5656
"ts-node": "^10.9.1",
57-
"typescript": "^4.8.3"
57+
"typescript": "^4.9.4"
5858
}
5959
}

0 commit comments

Comments
 (0)