juno-network 0.2.5 → 0.2.6

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 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -132,7 +132,7 @@ const {
132
132
  ```
133
133
  ## Credits
134
134
 
135
- Built by Cosmology — if you like our tools, please consider delegating to [our validator](https://cosmology.tech/validator)
135
+ 🛠 Built by Cosmology — if you like our tools, please consider delegating to [our validator ⚛️](https://cosmology.tech/validator)
136
136
 
137
137
  Code built with the help of these related projects:
138
138
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "juno-network",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "description": "juno",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/CosmosContracts/typescript#readme",
@@ -91,5 +91,5 @@
91
91
  "@tanstack/react-query": "^4.2.3",
92
92
  "protobufjs": "^6.11.2"
93
93
  },
94
- "gitHead": "f7d5d0958c87231d4924c6fa3f8745958875b2df"
94
+ "gitHead": "2930e39bb093005886cb33b668cd1e503edf6eff"
95
95
  }