@chain-registry/juno 1.70.650 → 1.70.651
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/chain.js +0 -4
- package/esm/chain.js +0 -4
- package/esm/testnet.js +6 -20
- package/package.json +4 -4
- package/testnet.js +6 -20
package/chain.js
CHANGED
|
@@ -164,10 +164,6 @@ const chain = {
|
|
|
164
164
|
address: 'juno-grpc.stakeandrelax.net:12690',
|
|
165
165
|
provider: 'Stake&Relax Validator 🦥'
|
|
166
166
|
},
|
|
167
|
-
{
|
|
168
|
-
address: 'https://juno.grpc.kleomedes.network',
|
|
169
|
-
provider: 'Kleomedes'
|
|
170
|
-
},
|
|
171
167
|
{
|
|
172
168
|
address: 'juno.lavenderfive.com:443',
|
|
173
169
|
provider: 'Lavender.Five Nodes 🐝'
|
package/esm/chain.js
CHANGED
|
@@ -162,10 +162,6 @@ const chain = {
|
|
|
162
162
|
address: 'juno-grpc.stakeandrelax.net:12690',
|
|
163
163
|
provider: 'Stake&Relax Validator 🦥'
|
|
164
164
|
},
|
|
165
|
-
{
|
|
166
|
-
address: 'https://juno.grpc.kleomedes.network',
|
|
167
|
-
provider: 'Kleomedes'
|
|
168
|
-
},
|
|
169
165
|
{
|
|
170
166
|
address: 'juno.lavenderfive.com:443',
|
|
171
167
|
provider: 'Lavender.Five Nodes 🐝'
|
package/esm/testnet.js
CHANGED
|
@@ -49,34 +49,20 @@ const testnet = {
|
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
51
|
apis: {
|
|
52
|
-
rpc: [
|
|
53
|
-
{
|
|
52
|
+
rpc: [{
|
|
54
53
|
address: 'https://juno-testnet-rpc.polkachu.com',
|
|
55
54
|
provider: 'Polkachu'
|
|
56
|
-
},
|
|
57
|
-
{
|
|
55
|
+
}, {
|
|
58
56
|
address: 'https://rpc-uni.junonetwork.io',
|
|
59
57
|
provider: 'Juno Network'
|
|
60
|
-
},
|
|
61
|
-
|
|
62
|
-
address: 'https://junotestnet-rpc.kleomedes.network',
|
|
63
|
-
provider: 'Kleomedes'
|
|
64
|
-
}
|
|
65
|
-
],
|
|
66
|
-
rest: [
|
|
67
|
-
{
|
|
58
|
+
}],
|
|
59
|
+
rest: [{
|
|
68
60
|
address: 'https://juno-testnet-api.polkachu.com',
|
|
69
61
|
provider: 'Polkachu'
|
|
70
|
-
},
|
|
71
|
-
{
|
|
62
|
+
}, {
|
|
72
63
|
address: 'https://lcd-uni.junonetwork.io',
|
|
73
64
|
provider: 'Juno Network'
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
address: 'https://junotestnet-api.kleomedes.network',
|
|
77
|
-
provider: 'Kleomedes'
|
|
78
|
-
}
|
|
79
|
-
],
|
|
65
|
+
}],
|
|
80
66
|
grpc: [{
|
|
81
67
|
address: 'juno-testnet-grpc.polkachu.com:12690',
|
|
82
68
|
provider: 'Polkachu'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/juno",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.651",
|
|
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.
|
|
32
|
+
"chain-registry": "^1.69.651"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@chain-registry/types": "^0.50.
|
|
35
|
+
"@chain-registry/types": "^0.50.400"
|
|
36
36
|
},
|
|
37
37
|
"keywords": [
|
|
38
38
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"tokens",
|
|
44
44
|
"juno"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "1c46616671430ae74566adaad402757c9cb0bb70"
|
|
47
47
|
}
|
package/testnet.js
CHANGED
|
@@ -51,34 +51,20 @@ const testnet = {
|
|
|
51
51
|
}
|
|
52
52
|
},
|
|
53
53
|
apis: {
|
|
54
|
-
rpc: [
|
|
55
|
-
{
|
|
54
|
+
rpc: [{
|
|
56
55
|
address: 'https://juno-testnet-rpc.polkachu.com',
|
|
57
56
|
provider: 'Polkachu'
|
|
58
|
-
},
|
|
59
|
-
{
|
|
57
|
+
}, {
|
|
60
58
|
address: 'https://rpc-uni.junonetwork.io',
|
|
61
59
|
provider: 'Juno Network'
|
|
62
|
-
},
|
|
63
|
-
|
|
64
|
-
address: 'https://junotestnet-rpc.kleomedes.network',
|
|
65
|
-
provider: 'Kleomedes'
|
|
66
|
-
}
|
|
67
|
-
],
|
|
68
|
-
rest: [
|
|
69
|
-
{
|
|
60
|
+
}],
|
|
61
|
+
rest: [{
|
|
70
62
|
address: 'https://juno-testnet-api.polkachu.com',
|
|
71
63
|
provider: 'Polkachu'
|
|
72
|
-
},
|
|
73
|
-
{
|
|
64
|
+
}, {
|
|
74
65
|
address: 'https://lcd-uni.junonetwork.io',
|
|
75
66
|
provider: 'Juno Network'
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
address: 'https://junotestnet-api.kleomedes.network',
|
|
79
|
-
provider: 'Kleomedes'
|
|
80
|
-
}
|
|
81
|
-
],
|
|
67
|
+
}],
|
|
82
68
|
grpc: [{
|
|
83
69
|
address: 'juno-testnet-grpc.polkachu.com:12690',
|
|
84
70
|
provider: 'Polkachu'
|