Skip to content
This repository was archived by the owner on Jun 16, 2025. It is now read-only.

Commit 8984df1

Browse files
committed
deploy: adds solana as a local package dependency
1 parent 0736c17 commit 8984df1

File tree

2 files changed

+46
-1
lines changed

2 files changed

+46
-1
lines changed

deployment/package-lock.json

Lines changed: 44 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deployment/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"ethers": "^5.7.2",
2121
"tsx": "^4.7.2",
2222
"typechain": "^8.3.2",
23-
"typescript": "^5.4.5"
23+
"typescript": "^5.4.5",
24+
"@wormhole-foundation/example-liquidity-layer-solana": "file:../solana"
2425
}
2526
}

0 commit comments

Comments
 (0)