@chain-registry/juno 1.34.9 β 1.34.11
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.
- package/CHANGELOG.md +16 -0
- package/main/chain.js +3 -3
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [1.34.11](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.34.10...@chain-registry/juno@1.34.11) (2024-03-27)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @chain-registry/juno
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [1.34.10](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.34.9...@chain-registry/juno@1.34.10) (2024-03-27)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @chain-registry/juno
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
## [1.34.9](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.34.8...@chain-registry/juno@1.34.9) (2024-03-25)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @chain-registry/juno
|
package/main/chain.js
CHANGED
|
@@ -88,7 +88,7 @@ var chain = {
|
|
|
88
88
|
address: 'https://rpc.juno.bh.rocks',
|
|
89
89
|
provider: 'BlockHunters π―'
|
|
90
90
|
}, {
|
|
91
|
-
address: 'https://juno.kingnodes.com',
|
|
91
|
+
address: 'https://juno-rpc.kingnodes.com',
|
|
92
92
|
provider: 'kingnodes π'
|
|
93
93
|
}, {
|
|
94
94
|
address: 'https://juno-rpc.reece.sh',
|
|
@@ -167,7 +167,7 @@ var chain = {
|
|
|
167
167
|
address: 'https://api.juno.bh.rocks',
|
|
168
168
|
provider: 'BlockHunters π―'
|
|
169
169
|
}, {
|
|
170
|
-
address: 'https://juno.kingnodes.com',
|
|
170
|
+
address: 'https://juno-rest.kingnodes.com',
|
|
171
171
|
provider: 'kingnodes π'
|
|
172
172
|
}, {
|
|
173
173
|
address: 'https://juno-api.stakeandrelax.net',
|
|
@@ -225,7 +225,7 @@ var chain = {
|
|
|
225
225
|
address: 'http://juno.grpc.m.stavr.tech:504',
|
|
226
226
|
provider: 'π₯STAVRπ₯'
|
|
227
227
|
}, {
|
|
228
|
-
address: 'grpc
|
|
228
|
+
address: 'https://juno-grpc.kingnodes.com:443',
|
|
229
229
|
provider: 'kingnodes π'
|
|
230
230
|
}, {
|
|
231
231
|
address: 'grpc-juno.cosmos-spaces.cloud:4830',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/juno",
|
|
3
|
-
"version": "1.34.
|
|
3
|
+
"version": "1.34.11",
|
|
4
4
|
"description": "Chain Registry info for Juno",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry",
|
|
@@ -50,14 +50,14 @@
|
|
|
50
50
|
"@babel/plugin-transform-runtime": "7.21.4",
|
|
51
51
|
"@babel/preset-env": "7.21.4",
|
|
52
52
|
"@babel/preset-typescript": "^7.21.4",
|
|
53
|
-
"@chain-registry/utils": "^1.19.
|
|
53
|
+
"@chain-registry/utils": "^1.19.6",
|
|
54
54
|
"@types/jest": "^29.5.1",
|
|
55
55
|
"@typescript-eslint/eslint-plugin": "5.59.0",
|
|
56
56
|
"@typescript-eslint/parser": "5.59.0",
|
|
57
57
|
"babel-core": "7.0.0-bridge.0",
|
|
58
58
|
"babel-jest": "29.5.0",
|
|
59
59
|
"babel-watch": "^7.7.2",
|
|
60
|
-
"chain-registry": "^1.33.
|
|
60
|
+
"chain-registry": "^1.33.11",
|
|
61
61
|
"cross-env": "^7.0.2",
|
|
62
62
|
"eslint": "8.38.0",
|
|
63
63
|
"eslint-config-prettier": "^8.8.0",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
},
|
|
73
73
|
"dependencies": {
|
|
74
74
|
"@babel/runtime": "^7.21.0",
|
|
75
|
-
"@chain-registry/types": "^0.18.
|
|
75
|
+
"@chain-registry/types": "^0.18.7"
|
|
76
76
|
},
|
|
77
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "7def14f7596a56f96fa377f1f410d03466ee5735"
|
|
78
78
|
}
|