@chain-registry/types 2.0.79 → 2.0.81

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 (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +2 -1
  3. package/package.json +2 -2
package/LICENSE CHANGED
@@ -1,7 +1,7 @@
1
1
  The MIT License (MIT)
2
2
 
3
3
  Copyright (c) 2022 Dan Lynch <pyramation@gmail.com>
4
- Copyright (c) 2024 Interweb, Inc. <developers@hyperweb.io>
4
+ Copyright (c) 2024 Interweb, Inc. <developers@interweb.co>
5
5
 
6
6
  Permission is hereby granted, free of charge, to any person obtaining a copy
7
7
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -86,7 +86,8 @@ A unified toolkit for building applications and smart contracts in the Interchai
86
86
 
87
87
  ## Credits
88
88
 
89
- 🛠 Built by Hyperweb (formerly Cosmology) — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/hyperweb-io)
89
+ 🛠 Built by [Interweb](https://interweb.co) — if you like our tools, please checkout and contribute [https://interweb.co](https://interweb.co)
90
+
90
91
 
91
92
  ## Disclaimer
92
93
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/types",
3
- "version": "2.0.79",
3
+ "version": "2.0.81",
4
4
  "description": "Chain Registry types",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/hyperweb-io/chain-registry",
@@ -33,5 +33,5 @@
33
33
  "cosmos",
34
34
  "interchain"
35
35
  ],
36
- "gitHead": "99adcfaa779b0e9b21585a93f97dc3b988a7f7db"
36
+ "gitHead": "5eb21745000ca838fd92c706f01f5f7457f9b5a4"
37
37
  }