juno-network 0.17.0 → 0.18.1

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 +1 -2
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -19,7 +19,6 @@ npm install juno-network
19
19
 
20
20
  ```js
21
21
  import { juno } from 'juno-network';
22
-
23
22
  const main = async () => {
24
23
  const client = await juno.ClientFactory.createLCDClient({ restEndpoint: REST_ENDPOINT });
25
24
 
@@ -252,7 +251,7 @@ const stargateClient = await SigningStargateClient.connectWithSigner(rpcEndpoint
252
251
 
253
252
  ## Credits
254
253
 
255
- 🛠 Built by Cosmology — if you like our tools, please consider delegating to [our validator ⚛️](https://cosmology.tech/validator)
254
+ 🛠 Built by Cosmology — if you like our tools, please consider delegating to [our validator ⚛️](https://cosmology.zone/validator)
256
255
 
257
256
  Code built with the help of these related projects:
258
257
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "juno-network",
3
- "version": "0.17.0",
3
+ "version": "0.18.1",
4
4
  "description": "juno",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/CosmosContracts/typescript#readme",
@@ -89,5 +89,6 @@
89
89
  "@cosmjs/tendermint-rpc": "^0.32.2",
90
90
  "@cosmology/lcd": "^0.12.0",
91
91
  "protobufjs": "^6.11.2"
92
- }
92
+ },
93
+ "gitHead": "89c2860da860a59523f46f27207d8d325122b7a5"
93
94
  }