Skip to content

Commit

Permalink
feat(target_chains/fuel): add minimal js sdk (#1692)
Browse files Browse the repository at this point in the history
* 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 <cctdaniel@outlook.com>
  • Loading branch information
ali-bahjati and cctdaniel committed Jun 13, 2024
1 parent f587b86 commit 2c39401
Show file tree
Hide file tree
Showing 21 changed files with 5,569 additions and 63 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
run_install: true
run_install: "args: [--frozen-lockfile]"
- name: Build
run: pnpm exec lerna run build
- name: Test
Expand Down
6 changes: 3 additions & 3 deletions governance/multisig_wh_message_builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
},
"dependencies": {
"@certusone/wormhole-sdk": "^0.6.2",
"@ledgerhq/hw-transport": "^6.27.2",
"@ledgerhq/hw-transport-node-hid": "^6.27.2",
"@ledgerhq/hw-transport": "^6.27.10",
"@ledgerhq/hw-transport-node-hid": "^6.27.10",
"@project-serum/anchor": "^0.25.0",
"@solana/web3.js": "^1.53.0",
"@sqds/mesh": "^1.0.6",
Expand All @@ -54,6 +54,6 @@
"ethers": "^5.7.0",
"lodash": "^4.17.21",
"ts-node": "^10.9.1",
"typescript": "^4.8.3"
"typescript": "^4.9.4"
}
}
Loading

0 comments on commit 2c39401

Please sign in to comment.