@chain-registry/assets 1.70.369 → 1.70.370

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 +5 -5
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
@@ -79,7 +79,8 @@ A unified toolkit for building applications and smart contracts in the Interchai
79
79
 
80
80
  ## Credits
81
81
 
82
- 🛠 Built by Hyperweb (formerly Cosmology) — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/hyperweb-io)
82
+ 🛠 Built by [Interweb](https://interweb.co) — if you like our tools, please checkout and contribute [https://interweb.co](https://interweb.co)
83
+
83
84
 
84
85
  ## Disclaimer
85
86
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/assets",
3
- "version": "1.70.369",
3
+ "version": "1.70.370",
4
4
  "description": "Chain Registry Asset Lists",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/hyperweb-io/chain-registry",
@@ -29,11 +29,11 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "@chain-registry/utils": "^1.51.230",
33
- "chain-registry": "^1.69.369"
32
+ "@chain-registry/utils": "^1.51.231",
33
+ "chain-registry": "^1.69.370"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.50.230"
36
+ "@chain-registry/types": "^0.50.231"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "61ca8f0522c4b0a813de98b6e93aeaa8b44dc778"
46
+ "gitHead": "03fdb4cc358114b14e8b1d8bb03ef116b224d672"
47
47
  }