Skip to content

Commit

Permalink
Update cosmjs packages
Browse files Browse the repository at this point in the history
  • Loading branch information
MightOfOaks committed Apr 29, 2024
1 parent c1160a1 commit 7772a8a
Show file tree
Hide file tree
Showing 3 changed files with 222 additions and 240 deletions.
16 changes: 10 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,18 @@
"version": "0.8.2",
"license": "Apache-2.0",
"devDependencies": {
"@stargazezone/launchpad": "^2.3.3",
"@stargazezone/types": "^0.9.0",
"@stargazezone/launchpad": "3.4.0",
"@stargazezone/types": "0.9.0",
"@types/inquirer": "^8.2.0",
"@types/mime": "^2.0.3",
"cosmwasm": "^1.0.2"
"@types/mime": "^2.0.3"
},
"dependencies": {
"@cosmjs/encoding": "^0.29.1",
"@cosmjs/amino": "0.32.2",
"@cosmjs/cosmwasm-stargate": "0.32.2",
"@cosmjs/encoding": "0.32.2",
"@cosmjs/proto-signing": "0.32.2",
"@cosmjs/stargate": "0.32.2",
"cosmjs-types": "0.9.0",
"@pinata/sdk": "^1.1.23",
"csv-parse": "^5.0.4",
"files-from-path": "^0.2.3",
Expand All @@ -19,7 +23,7 @@
"mime": "^3.0.0",
"nft.storage": "^6.0.0",
"node-fetch": "2.6.1",
"ts-node": "^10.5.0",
"ts-node": "10.9.2",
"typescript": "^4.5.5"
},
"scripts": {
Expand Down
7 changes: 4 additions & 3 deletions src/helpers/client.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import {
SigningCosmWasmClient,
DirectSecp256k1HdWallet,
GasPrice,
} from 'cosmwasm';
} from '@cosmjs/cosmwasm-stargate';

import { DirectSecp256k1HdWallet } from '@cosmjs/proto-signing';
import { GasPrice } from '@cosmjs/stargate';
import inquirer from 'inquirer';

import { isValidHttpUrl } from './utils';
Expand Down
Loading

0 comments on commit 7772a8a

Please sign in to comment.