injectivejs 1.0.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.
- package/README.md +2 -2
- package/package.json +2 -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
|
|
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 `./
|
|
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.
|
|
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",
|
|
@@ -81,6 +81,7 @@
|
|
|
81
81
|
"@cosmjs/stargate": "0.29.0",
|
|
82
82
|
"@cosmjs/tendermint-rpc": "^0.29.0",
|
|
83
83
|
"@osmonauts/helpers": "^0.6.0",
|
|
84
|
+
"@osmonauts/lcd": "^0.6.0",
|
|
84
85
|
"protobufjs": "^6.11.2"
|
|
85
86
|
}
|
|
86
87
|
}
|