chain-registry 2.0.242 → 2.0.243
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/esm/mainnet/cheqd/chain.js +0 -8
- package/esm/mainnet/juno/chain.js +0 -4
- package/esm/mainnet/lumera/chain.js +0 -8
- package/esm/testnet/junotestnet/chain.js +6 -20
- package/mainnet/cheqd/chain.js +0 -8
- package/mainnet/juno/chain.js +0 -4
- package/mainnet/lumera/chain.js +0 -8
- package/package.json +3 -3
- package/testnet/junotestnet/chain.js +6 -20
|
@@ -87,10 +87,6 @@ const info = {
|
|
|
87
87
|
address: 'https://public.stakewolle.com/cosmos/cheqd/rpc',
|
|
88
88
|
provider: 'Stakewolle'
|
|
89
89
|
},
|
|
90
|
-
{
|
|
91
|
-
address: 'https://cheq-rpc.kleomedes.network',
|
|
92
|
-
provider: 'Kleomedes'
|
|
93
|
-
},
|
|
94
90
|
{
|
|
95
91
|
address: 'https://cheqd-srvs.vnodesv.net/rpc',
|
|
96
92
|
provider: 'vNodes[V] Ser[V]ices g[E]o st[EE]ring'
|
|
@@ -141,10 +137,6 @@ const info = {
|
|
|
141
137
|
address: 'https://public.stakewolle.com/cosmos/cheqd/rest',
|
|
142
138
|
provider: 'Stakewolle'
|
|
143
139
|
},
|
|
144
|
-
{
|
|
145
|
-
address: 'https://cheq-api.kleomedes.network',
|
|
146
|
-
provider: 'Kleomedes'
|
|
147
|
-
},
|
|
148
140
|
{
|
|
149
141
|
address: 'https://cheqd-srvs.vnodesv.net/api',
|
|
150
142
|
provider: 'vNodes[V] Ser[V]ices g[E]o st[EE]ring'
|
|
@@ -162,10 +162,6 @@ const info = {
|
|
|
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 🐝'
|
|
@@ -88,10 +88,6 @@ const info = {
|
|
|
88
88
|
address: 'https://lumera-rpc.linknode.org',
|
|
89
89
|
provider: 'AstroStake'
|
|
90
90
|
},
|
|
91
|
-
{
|
|
92
|
-
address: 'https://lumera-rpc.dungeon.games',
|
|
93
|
-
provider: 'Dungeon'
|
|
94
|
-
},
|
|
95
91
|
{
|
|
96
92
|
address: 'https://lumera-rpc.polkachu.com:443',
|
|
97
93
|
provider: 'Polkachu'
|
|
@@ -118,10 +114,6 @@ const info = {
|
|
|
118
114
|
address: 'https://lumera-api.linknode.org',
|
|
119
115
|
provider: 'AstroStake'
|
|
120
116
|
},
|
|
121
|
-
{
|
|
122
|
-
address: 'https://lumera-lcd.dungeon.games',
|
|
123
|
-
provider: 'Dungeon'
|
|
124
|
-
},
|
|
125
117
|
{
|
|
126
118
|
address: 'https://lumera-api.polkachu.com',
|
|
127
119
|
provider: 'Polkachu'
|
|
@@ -49,34 +49,20 @@ const info = {
|
|
|
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/mainnet/cheqd/chain.js
CHANGED
|
@@ -89,10 +89,6 @@ const info = {
|
|
|
89
89
|
address: 'https://public.stakewolle.com/cosmos/cheqd/rpc',
|
|
90
90
|
provider: 'Stakewolle'
|
|
91
91
|
},
|
|
92
|
-
{
|
|
93
|
-
address: 'https://cheq-rpc.kleomedes.network',
|
|
94
|
-
provider: 'Kleomedes'
|
|
95
|
-
},
|
|
96
92
|
{
|
|
97
93
|
address: 'https://cheqd-srvs.vnodesv.net/rpc',
|
|
98
94
|
provider: 'vNodes[V] Ser[V]ices g[E]o st[EE]ring'
|
|
@@ -143,10 +139,6 @@ const info = {
|
|
|
143
139
|
address: 'https://public.stakewolle.com/cosmos/cheqd/rest',
|
|
144
140
|
provider: 'Stakewolle'
|
|
145
141
|
},
|
|
146
|
-
{
|
|
147
|
-
address: 'https://cheq-api.kleomedes.network',
|
|
148
|
-
provider: 'Kleomedes'
|
|
149
|
-
},
|
|
150
142
|
{
|
|
151
143
|
address: 'https://cheqd-srvs.vnodesv.net/api',
|
|
152
144
|
provider: 'vNodes[V] Ser[V]ices g[E]o st[EE]ring'
|
package/mainnet/juno/chain.js
CHANGED
|
@@ -164,10 +164,6 @@ const info = {
|
|
|
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/mainnet/lumera/chain.js
CHANGED
|
@@ -90,10 +90,6 @@ const info = {
|
|
|
90
90
|
address: 'https://lumera-rpc.linknode.org',
|
|
91
91
|
provider: 'AstroStake'
|
|
92
92
|
},
|
|
93
|
-
{
|
|
94
|
-
address: 'https://lumera-rpc.dungeon.games',
|
|
95
|
-
provider: 'Dungeon'
|
|
96
|
-
},
|
|
97
93
|
{
|
|
98
94
|
address: 'https://lumera-rpc.polkachu.com:443',
|
|
99
95
|
provider: 'Polkachu'
|
|
@@ -120,10 +116,6 @@ const info = {
|
|
|
120
116
|
address: 'https://lumera-api.linknode.org',
|
|
121
117
|
provider: 'AstroStake'
|
|
122
118
|
},
|
|
123
|
-
{
|
|
124
|
-
address: 'https://lumera-lcd.dungeon.games',
|
|
125
|
-
provider: 'Dungeon'
|
|
126
|
-
},
|
|
127
119
|
{
|
|
128
120
|
address: 'https://lumera-api.polkachu.com',
|
|
129
121
|
provider: 'Polkachu'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.243",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@chain-registry/types": "^2.0.
|
|
32
|
+
"@chain-registry/types": "^2.0.243"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"interchain",
|
|
40
40
|
"tokens"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "38535fa24d20200a2a5ad893c3227685c3e64f47"
|
|
43
43
|
}
|
|
@@ -51,34 +51,20 @@ const info = {
|
|
|
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'
|