injectivejs 1.1.0 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -392,7 +392,7 @@ const stargateClient = await SigningStargateClient.connectWithSigner(rpcEndpoint
392
392
 
393
393
  ## Developing
394
394
 
395
- When first cloning the repo, first `bootstrap` + `build`:
395
+ When first cloning the repo:
396
396
 
397
397
  ```
398
398
  yarn
@@ -401,7 +401,7 @@ yarn build
401
401
 
402
402
  ### Codegen
403
403
 
404
- Contract schemas live in `./contracts`, and protos in `./protos`. Look inside of `scripts/codegen.js` and configure the settings for bundling your SDK and contracts into `injectivejs`:
404
+ Contract schemas live in `./contracts`, and protos in `./proto`. Look inside of `scripts/codegen.js` and configure the settings for bundling your SDK and contracts into `injectivejs`:
405
405
 
406
406
  ```
407
407
  yarn codegen
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "injectivejs",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "injective",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/cosmology-tech/injectivejs#readme",