@chain-registry/juno 1.70.369 → 1.70.371

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 +4 -4
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
@@ -71,7 +71,8 @@ A unified toolkit for building applications and smart contracts in the Interchai
71
71
 
72
72
  ## Credits
73
73
 
74
- 🛠 Built by Hyperweb (formerly Cosmology) — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/hyperweb-io)
74
+ 🛠 Built by [Interweb](https://interweb.co) — if you like our tools, please checkout and contribute [https://interweb.co](https://interweb.co)
75
+
75
76
 
76
77
  ## Disclaimer
77
78
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/juno",
3
- "version": "1.70.369",
3
+ "version": "1.70.371",
4
4
  "description": "Chain Registry info for Juno",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/hyperweb-io/chain-registry",
@@ -29,10 +29,10 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "chain-registry": "^1.69.369"
32
+ "chain-registry": "^1.69.371"
33
33
  },
34
34
  "dependencies": {
35
- "@chain-registry/types": "^0.50.230"
35
+ "@chain-registry/types": "^0.50.232"
36
36
  },
37
37
  "keywords": [
38
38
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "tokens",
44
44
  "juno"
45
45
  ],
46
- "gitHead": "61ca8f0522c4b0a813de98b6e93aeaa8b44dc778"
46
+ "gitHead": "81407e6bc3961f1c593b7922e6ef4b0addf9ce54"
47
47
  }