Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(local-ic): typescript driver #1203

Merged
merged 10 commits into from
Aug 15, 2024
Prev Previous commit
Next Next commit
tweak
  • Loading branch information
Reecepbcups committed Aug 3, 2024
commit be4c55e44ceb4747a05e20f8aeff872e9b566b15
6 changes: 1 addition & 5 deletions local-interchain/ts/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
{
"devDependencies": {
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"ts-jest": "^29.2.4",
"tsx": "^4.16.5",
"typescript": "^5.5.4"
},
"scripts": {
"testnet": "local-ic start cosmoshub",
"start": "npx tsx src/index.ts",
"test": "jest"
"start": "npx tsx src/index.ts"
},
"dependencies": {
"@cosmjs/stargate": "^0.32.4"
Expand Down
Loading