juno-network 0.18.0 → 0.18.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -251,7 +251,7 @@ const stargateClient = await SigningStargateClient.connectWithSigner(rpcEndpoint
251
251
 
252
252
  ## Credits
253
253
 
254
- 🛠 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)
255
255
 
256
256
  Code built with the help of these related projects:
257
257
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "juno-network",
3
- "version": "0.18.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",
@@ -90,5 +90,5 @@
90
90
  "@cosmology/lcd": "^0.12.0",
91
91
  "protobufjs": "^6.11.2"
92
92
  },
93
- "gitHead": "a61180fcd21ce5d5909e5dd0c5beec1a3c13182d"
93
+ "gitHead": "89c2860da860a59523f46f27207d8d325122b7a5"
94
94
  }