chain-registry 2.0.50 → 2.0.51

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.
@@ -141,6 +141,10 @@ const info = {
141
141
  {
142
142
  address: 'https://rpc.seda.tcnetwork.io',
143
143
  provider: 'TC Network'
144
+ },
145
+ {
146
+ address: 'https://seda-rpc.stakeandrelax.net',
147
+ provider: 'Stake&Relax 🦥'
144
148
  }
145
149
  ],
146
150
  rest: [
@@ -219,6 +223,10 @@ const info = {
219
223
  {
220
224
  address: 'https://rest.seda.tcnetwork.io',
221
225
  provider: 'TC Network'
226
+ },
227
+ {
228
+ address: 'https://seda-api.stakeandrelax.net',
229
+ provider: 'Stake&Relax 🦥'
222
230
  }
223
231
  ],
224
232
  grpc: [
@@ -265,6 +273,10 @@ const info = {
265
273
  {
266
274
  address: 'seda.grpc.cumulo.org.es:443',
267
275
  provider: 'Cumulo'
276
+ },
277
+ {
278
+ address: 'http://seda-grpc.stakeandrelax.net:25890',
279
+ provider: 'Stake&Relax 🦥'
268
280
  }
269
281
  ]
270
282
  },
@@ -321,6 +333,12 @@ const info = {
321
333
  url: 'https://explorer.node39.top/Seda',
322
334
  txPage: 'https://explorer.node39.top/Seda/tx/${txHash}',
323
335
  accountPage: 'https://explorer.node39.top/Seda/account/${accountAddress}'
336
+ },
337
+ {
338
+ kind: 'Stake&Relax 🦥 explorer',
339
+ url: 'https://explorer.stakeandrelax.net/seda',
340
+ txPage: 'https://explorer.stakeandrelax.net/seda/tx/${txHash}',
341
+ accountPage: 'https://explorer.stakeandrelax.net/seda/account/${accountAddress}'
324
342
  }
325
343
  ],
326
344
  images: [{
@@ -63,6 +63,10 @@ const info = {
63
63
  address: 'https://sunrise-mainnet-rpc.mekonglabs.tech',
64
64
  provider: 'MekongLabs'
65
65
  },
66
+ {
67
+ address: 'https://sunrise-rpc.noders.services',
68
+ provider: '[NODERS]'
69
+ },
66
70
  {
67
71
  address: 'https://rpc-sunrise.nodeist.net',
68
72
  provider: 'Nodeist'
@@ -86,6 +90,18 @@ const info = {
86
90
  {
87
91
  address: 'http://sunrise.rpc.decentrio.ventures',
88
92
  provider: 'Decentrio'
93
+ },
94
+ {
95
+ address: 'https://sunrise-rpc.synergynodes.com',
96
+ provider: 'Synergy Nodes'
97
+ },
98
+ {
99
+ address: 'https://sunrise.rpc.m.anode.team',
100
+ provider: 'Anode.team'
101
+ },
102
+ {
103
+ address: 'https://sunrise-rpc.stakeandrelax.net',
104
+ provider: 'Stake&Relax 🦥'
89
105
  }
90
106
  ],
91
107
  rest: [
@@ -93,6 +109,10 @@ const info = {
93
109
  address: 'https://a.consensus.sunrise-1.sunriselayer.io:1318',
94
110
  provider: 'Sunrise Team'
95
111
  },
112
+ {
113
+ address: 'https://sunrise-api.noders.services',
114
+ provider: '[NODERS]'
115
+ },
96
116
  {
97
117
  address: 'https://sunrise-mainnet-api.mekonglabs.tech',
98
118
  provider: 'MekongLabs'
@@ -120,6 +140,18 @@ const info = {
120
140
  {
121
141
  address: 'https://sunrise.api.decentrio.ventures',
122
142
  provider: 'Decentrio'
143
+ },
144
+ {
145
+ address: 'https://sunrise-api.synergynodes.com',
146
+ provider: 'Synergy Nodes'
147
+ },
148
+ {
149
+ address: 'https://sunrise.api.m.anode.team',
150
+ provider: 'Anode.team'
151
+ },
152
+ {
153
+ address: 'https://sunrise-api.stakeandrelax.net',
154
+ provider: 'Stake&Relax 🦥'
123
155
  }
124
156
  ],
125
157
  grpc: [
@@ -131,6 +163,10 @@ const info = {
131
163
  address: 'https://grpc-sunrise.nodeist.net',
132
164
  provider: 'Nodeist'
133
165
  },
166
+ {
167
+ address: 'https://sunrise-grpc.noders.services:443',
168
+ provider: '[NODERS]'
169
+ },
134
170
  {
135
171
  address: 'https://grpc.sunrise.nodestake.org:443',
136
172
  provider: 'NodeStake'
@@ -138,6 +174,18 @@ const info = {
138
174
  {
139
175
  address: 'https://sunrise.grpc.decentrio.ventures:443',
140
176
  provider: 'Decentrio'
177
+ },
178
+ {
179
+ address: 'https://sunrise-grpc.synergynodes.com:443',
180
+ provider: 'Synergy Nodes'
181
+ },
182
+ {
183
+ address: 'http://sunrise.grpc.m.anode.team',
184
+ provider: 'Anode.team'
185
+ },
186
+ {
187
+ address: 'http://sunrise-grpc.stakeandrelax.net:28390',
188
+ provider: 'Stake&Relax 🦥'
141
189
  }
142
190
  ]
143
191
  },
@@ -176,6 +224,24 @@ const info = {
176
224
  url: 'https://risescan.krews.xyz',
177
225
  txPage: 'https://risescan.krews.xyz/sunrise/tx/${txHash}',
178
226
  accountPage: 'https://risescan.krews.xyz/sunrise/account/${accountAddress}'
227
+ },
228
+ {
229
+ kind: 'Synergy Nodes Explorer',
230
+ url: 'https://cosmosrun.info/sunrise',
231
+ txPage: 'https://cosmosrun.info/sunrise/tx/${txHash}',
232
+ accountPage: 'https://cosmosrun.info/sunrise/account/${accountAddress}'
233
+ },
234
+ {
235
+ kind: 'Anode.team',
236
+ url: 'https://main.anode.team/sunrise',
237
+ txPage: 'https://main.anode.team/sunrise/tx/${txHash}',
238
+ accountPage: 'https://main.anode.team/sunrise/account/${accountAddress}'
239
+ },
240
+ {
241
+ kind: 'Stake&Relax 🦥 explorer',
242
+ url: 'https://explorer.stakeandrelax.net/sunrise',
243
+ txPage: 'https://explorer.stakeandrelax.net/sunrise/tx/${txHash}',
244
+ accountPage: 'https://explorer.stakeandrelax.net/sunrise/account/${accountAddress}'
179
245
  }
180
246
  ],
181
247
  images: [{
@@ -143,6 +143,10 @@ const info = {
143
143
  {
144
144
  address: 'https://rpc.seda.tcnetwork.io',
145
145
  provider: 'TC Network'
146
+ },
147
+ {
148
+ address: 'https://seda-rpc.stakeandrelax.net',
149
+ provider: 'Stake&Relax 🦥'
146
150
  }
147
151
  ],
148
152
  rest: [
@@ -221,6 +225,10 @@ const info = {
221
225
  {
222
226
  address: 'https://rest.seda.tcnetwork.io',
223
227
  provider: 'TC Network'
228
+ },
229
+ {
230
+ address: 'https://seda-api.stakeandrelax.net',
231
+ provider: 'Stake&Relax 🦥'
224
232
  }
225
233
  ],
226
234
  grpc: [
@@ -267,6 +275,10 @@ const info = {
267
275
  {
268
276
  address: 'seda.grpc.cumulo.org.es:443',
269
277
  provider: 'Cumulo'
278
+ },
279
+ {
280
+ address: 'http://seda-grpc.stakeandrelax.net:25890',
281
+ provider: 'Stake&Relax 🦥'
270
282
  }
271
283
  ]
272
284
  },
@@ -323,6 +335,12 @@ const info = {
323
335
  url: 'https://explorer.node39.top/Seda',
324
336
  txPage: 'https://explorer.node39.top/Seda/tx/${txHash}',
325
337
  accountPage: 'https://explorer.node39.top/Seda/account/${accountAddress}'
338
+ },
339
+ {
340
+ kind: 'Stake&Relax 🦥 explorer',
341
+ url: 'https://explorer.stakeandrelax.net/seda',
342
+ txPage: 'https://explorer.stakeandrelax.net/seda/tx/${txHash}',
343
+ accountPage: 'https://explorer.stakeandrelax.net/seda/account/${accountAddress}'
326
344
  }
327
345
  ],
328
346
  images: [{
@@ -65,6 +65,10 @@ const info = {
65
65
  address: 'https://sunrise-mainnet-rpc.mekonglabs.tech',
66
66
  provider: 'MekongLabs'
67
67
  },
68
+ {
69
+ address: 'https://sunrise-rpc.noders.services',
70
+ provider: '[NODERS]'
71
+ },
68
72
  {
69
73
  address: 'https://rpc-sunrise.nodeist.net',
70
74
  provider: 'Nodeist'
@@ -88,6 +92,18 @@ const info = {
88
92
  {
89
93
  address: 'http://sunrise.rpc.decentrio.ventures',
90
94
  provider: 'Decentrio'
95
+ },
96
+ {
97
+ address: 'https://sunrise-rpc.synergynodes.com',
98
+ provider: 'Synergy Nodes'
99
+ },
100
+ {
101
+ address: 'https://sunrise.rpc.m.anode.team',
102
+ provider: 'Anode.team'
103
+ },
104
+ {
105
+ address: 'https://sunrise-rpc.stakeandrelax.net',
106
+ provider: 'Stake&Relax 🦥'
91
107
  }
92
108
  ],
93
109
  rest: [
@@ -95,6 +111,10 @@ const info = {
95
111
  address: 'https://a.consensus.sunrise-1.sunriselayer.io:1318',
96
112
  provider: 'Sunrise Team'
97
113
  },
114
+ {
115
+ address: 'https://sunrise-api.noders.services',
116
+ provider: '[NODERS]'
117
+ },
98
118
  {
99
119
  address: 'https://sunrise-mainnet-api.mekonglabs.tech',
100
120
  provider: 'MekongLabs'
@@ -122,6 +142,18 @@ const info = {
122
142
  {
123
143
  address: 'https://sunrise.api.decentrio.ventures',
124
144
  provider: 'Decentrio'
145
+ },
146
+ {
147
+ address: 'https://sunrise-api.synergynodes.com',
148
+ provider: 'Synergy Nodes'
149
+ },
150
+ {
151
+ address: 'https://sunrise.api.m.anode.team',
152
+ provider: 'Anode.team'
153
+ },
154
+ {
155
+ address: 'https://sunrise-api.stakeandrelax.net',
156
+ provider: 'Stake&Relax 🦥'
125
157
  }
126
158
  ],
127
159
  grpc: [
@@ -133,6 +165,10 @@ const info = {
133
165
  address: 'https://grpc-sunrise.nodeist.net',
134
166
  provider: 'Nodeist'
135
167
  },
168
+ {
169
+ address: 'https://sunrise-grpc.noders.services:443',
170
+ provider: '[NODERS]'
171
+ },
136
172
  {
137
173
  address: 'https://grpc.sunrise.nodestake.org:443',
138
174
  provider: 'NodeStake'
@@ -140,6 +176,18 @@ const info = {
140
176
  {
141
177
  address: 'https://sunrise.grpc.decentrio.ventures:443',
142
178
  provider: 'Decentrio'
179
+ },
180
+ {
181
+ address: 'https://sunrise-grpc.synergynodes.com:443',
182
+ provider: 'Synergy Nodes'
183
+ },
184
+ {
185
+ address: 'http://sunrise.grpc.m.anode.team',
186
+ provider: 'Anode.team'
187
+ },
188
+ {
189
+ address: 'http://sunrise-grpc.stakeandrelax.net:28390',
190
+ provider: 'Stake&Relax 🦥'
143
191
  }
144
192
  ]
145
193
  },
@@ -178,6 +226,24 @@ const info = {
178
226
  url: 'https://risescan.krews.xyz',
179
227
  txPage: 'https://risescan.krews.xyz/sunrise/tx/${txHash}',
180
228
  accountPage: 'https://risescan.krews.xyz/sunrise/account/${accountAddress}'
229
+ },
230
+ {
231
+ kind: 'Synergy Nodes Explorer',
232
+ url: 'https://cosmosrun.info/sunrise',
233
+ txPage: 'https://cosmosrun.info/sunrise/tx/${txHash}',
234
+ accountPage: 'https://cosmosrun.info/sunrise/account/${accountAddress}'
235
+ },
236
+ {
237
+ kind: 'Anode.team',
238
+ url: 'https://main.anode.team/sunrise',
239
+ txPage: 'https://main.anode.team/sunrise/tx/${txHash}',
240
+ accountPage: 'https://main.anode.team/sunrise/account/${accountAddress}'
241
+ },
242
+ {
243
+ kind: 'Stake&Relax 🦥 explorer',
244
+ url: 'https://explorer.stakeandrelax.net/sunrise',
245
+ txPage: 'https://explorer.stakeandrelax.net/sunrise/tx/${txHash}',
246
+ accountPage: 'https://explorer.stakeandrelax.net/sunrise/account/${accountAddress}'
181
247
  }
182
248
  ],
183
249
  images: [{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "2.0.50",
3
+ "version": "2.0.51",
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.50"
32
+ "@chain-registry/types": "^2.0.51"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "9151ceb6d48af4d97bd4f072fcdf21c34ba009d3"
42
+ "gitHead": "8e1d129596be1b23d1af35812fffb3226ca4f900"
43
43
  }