chain-registry 2.0.105 β†’ 2.0.107

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 (49) hide show
  1. package/esm/mainnet/althea/chain.js +34 -2
  2. package/esm/mainnet/andromeda/chain.js +0 -17
  3. package/esm/mainnet/atomone/chain.js +19 -1
  4. package/esm/mainnet/axone/chain.js +36 -3
  5. package/esm/mainnet/bostrom/chain.js +6 -0
  6. package/esm/mainnet/cosmoshub/chain.js +15 -1
  7. package/esm/mainnet/dymension/chain.js +6 -0
  8. package/esm/mainnet/gravitybridge/chain.js +18 -0
  9. package/esm/mainnet/lava/chain.js +50 -0
  10. package/esm/mainnet/likecoin/chain.js +6 -0
  11. package/esm/mainnet/namada/asset-list.js +42 -0
  12. package/esm/mainnet/neutron/chain.js +6 -0
  13. package/esm/mainnet/nillion/chain.js +6 -0
  14. package/esm/mainnet/nomic/chain.js +5 -0
  15. package/esm/mainnet/nyx/chain.js +6 -0
  16. package/esm/mainnet/osmosis/asset-list.js +22 -0
  17. package/esm/mainnet/osmosis/chain.js +18 -0
  18. package/esm/mainnet/paxi/asset-list.js +126 -8
  19. package/esm/mainnet/quicksilver/chain.js +18 -0
  20. package/esm/mainnet/seda/chain.js +8 -82
  21. package/esm/mainnet/stride/chain.js +18 -0
  22. package/esm/mainnet/symphony/chain.js +24 -3
  23. package/esm/mainnet/union/chain.js +12 -3
  24. package/esm/mainnet/uptick/chain.js +18 -0
  25. package/mainnet/althea/chain.js +34 -2
  26. package/mainnet/andromeda/chain.js +0 -17
  27. package/mainnet/atomone/chain.js +19 -1
  28. package/mainnet/axone/chain.js +36 -3
  29. package/mainnet/bostrom/chain.js +6 -0
  30. package/mainnet/cosmoshub/chain.js +15 -1
  31. package/mainnet/dymension/chain.js +6 -0
  32. package/mainnet/gravitybridge/chain.js +18 -0
  33. package/mainnet/lava/chain.js +50 -0
  34. package/mainnet/likecoin/chain.js +6 -0
  35. package/mainnet/namada/asset-list.js +42 -0
  36. package/mainnet/neutron/chain.js +6 -0
  37. package/mainnet/nillion/chain.js +6 -0
  38. package/mainnet/nomic/chain.js +5 -0
  39. package/mainnet/nyx/chain.js +6 -0
  40. package/mainnet/osmosis/asset-list.js +22 -0
  41. package/mainnet/osmosis/chain.js +18 -0
  42. package/mainnet/paxi/asset-list.js +126 -8
  43. package/mainnet/quicksilver/chain.js +18 -0
  44. package/mainnet/seda/chain.js +8 -82
  45. package/mainnet/stride/chain.js +18 -0
  46. package/mainnet/symphony/chain.js +24 -3
  47. package/mainnet/union/chain.js +12 -3
  48. package/mainnet/uptick/chain.js +18 -0
  49. package/package.json +3 -3
@@ -169,6 +169,10 @@ const info = {
169
169
  {
170
170
  address: 'https://mainnet-atomone-rpc.konsortech.xyz/',
171
171
  provider: 'KonsorTech'
172
+ },
173
+ {
174
+ address: 'https://rpc.atomone-archive.citizenweb3.com:443',
175
+ provider: 'Citizen Web3'
172
176
  }
173
177
  ],
174
178
  rest: [
@@ -275,6 +279,10 @@ const info = {
275
279
  {
276
280
  address: 'https://mainnet-atomone-api.konsortech.xyz/',
277
281
  provider: 'KonsorTech'
282
+ },
283
+ {
284
+ address: 'https://api.atomone-archive.citizenweb3.com',
285
+ provider: 'Citizen Web3'
278
286
  }
279
287
  ],
280
288
  grpc: [
@@ -311,7 +319,7 @@ const info = {
311
319
  provider: 'πŸ”₯STAVRπŸ”₯'
312
320
  },
313
321
  {
314
- address: ' grpc.atomone.citizenweb3.com',
322
+ address: 'grpc.atomone.citizenweb3.com:443',
315
323
  provider: 'Citizen Web3'
316
324
  },
317
325
  {
@@ -349,6 +357,10 @@ const info = {
349
357
  {
350
358
  address: 'mainnet-atomone.konsortech.xyz:12090',
351
359
  provider: 'KonsorTech'
360
+ },
361
+ {
362
+ address: 'grpc.atomone-archive.citizenweb3.com:443',
363
+ provider: 'Citizen Web3'
352
364
  }
353
365
  ]
354
366
  },
@@ -448,6 +460,12 @@ const info = {
448
460
  url: 'https://explorer.konsortech.xyz/atomone',
449
461
  txPage: 'https://explorer.konsortech.xyz/atomone/tx/${txHash}',
450
462
  accountPage: 'https://explorer.konsortech.xyz/atomone/account/${accountAddress}'
463
+ },
464
+ {
465
+ kind: 'Validatorinfo',
466
+ url: 'https://validatorinfo.com/networks/atomone/overview',
467
+ validatorPage: 'https://validatorinfo.com/networks/atomone/validators',
468
+ proposalPage: 'https://validatorinfo.com/networks/atomone/governance'
451
469
  }
452
470
  ],
453
471
  images: [{
@@ -81,6 +81,14 @@ const info = {
81
81
  {
82
82
  address: 'https://rpc.cros-nest.com:443/axone',
83
83
  provider: 'crosnest'
84
+ },
85
+ {
86
+ address: 'https://rpc.axone.citizenweb3.com',
87
+ provider: 'Citizen Web3'
88
+ },
89
+ {
90
+ address: 'https://rpc.axone-archive.citizenweb3.com',
91
+ provider: 'Citizen Web3'
84
92
  }
85
93
  ],
86
94
  rest: [
@@ -103,6 +111,14 @@ const info = {
103
111
  {
104
112
  address: 'https://rest.cros-nest.com:443/axone',
105
113
  provider: 'crosnest'
114
+ },
115
+ {
116
+ address: 'https://api.axone.citizenweb3.com',
117
+ provider: 'Citizen Web3'
118
+ },
119
+ {
120
+ address: 'https://api.axone-archive.citizenweb3.com',
121
+ provider: 'Citizen Web3'
106
122
  }
107
123
  ],
108
124
  grpc: [
@@ -121,20 +137,37 @@ const info = {
121
137
  {
122
138
  address: 'grpc.axone.nodestake.org:443',
123
139
  provider: 'NodeStake'
140
+ },
141
+ {
142
+ address: 'grpc.axone.citizenweb3.com:443',
143
+ provider: 'Citizen Web3'
144
+ },
145
+ {
146
+ address: 'grpc.axone-archive.citizenweb3.com:443',
147
+ provider: 'Citizen Web3'
124
148
  }
125
149
  ]
126
150
  },
127
- explorers: [{
151
+ explorers: [
152
+ {
128
153
  kind: 'valopers',
129
154
  url: 'https://axone.valopers.com/',
130
155
  txPage: 'https://axone.valopers.com/transactions/${txHash}',
131
156
  accountPage: 'https://axone.valopers.com/account/${accountAddress}'
132
- }, {
157
+ },
158
+ {
133
159
  kind: 'NodeStake',
134
160
  url: 'https://explorer.nodestake.org/axone',
135
161
  txPage: 'https://explorer.nodestake.org/axone/tx/${txHash}',
136
162
  accountPage: 'https://explorer.nodestake.org/axone/account/${accountAddress}'
137
- }],
163
+ },
164
+ {
165
+ kind: 'Validatorinfo',
166
+ url: 'https://validatorinfo.com/networks/axone/overview',
167
+ validatorPage: 'https://validatorinfo.com/networks/axone/validators',
168
+ proposalPage: 'https://validatorinfo.com/networks/axone/governance'
169
+ }
170
+ ],
138
171
  images: [{
139
172
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axone/images/chain.png'
140
173
  }],
@@ -109,6 +109,12 @@ const info = {
109
109
  url: 'https://atomscan.com/bostrom',
110
110
  txPage: 'https://atomscan.com/bostrom/transactions/${txHash}',
111
111
  accountPage: 'https://atomscan.com/bostrom/accounts/${accountAddress}'
112
+ },
113
+ {
114
+ kind: 'Validatorinfo',
115
+ url: 'https://validatorinfo.com/networks/bostrom/overview',
116
+ validatorPage: 'https://validatorinfo.com/networks/bostrom/validators',
117
+ proposalPage: 'https://validatorinfo.com/networks/bostrom/governance'
112
118
  }
113
119
  ],
114
120
  images: [{
@@ -356,6 +356,10 @@ const info = {
356
356
  {
357
357
  address: 'https://api.cosmoshub-4-archive.citizenweb3.com:443',
358
358
  provider: 'Citizen Web3'
359
+ },
360
+ {
361
+ address: 'https://api.cosmoshub-4.citizenweb3.com:443',
362
+ provider: 'Citizen Web3'
359
363
  }
360
364
  ],
361
365
  grpc: [
@@ -444,7 +448,11 @@ const info = {
444
448
  provider: 'Quasar'
445
449
  },
446
450
  {
447
- address: 'grpc.cosmoshub-4-archive.citizenweb3.com',
451
+ address: 'grpc.cosmoshub-4-archive.citizenweb3.com:443',
452
+ provider: 'Citizen Web3'
453
+ },
454
+ {
455
+ address: 'grpc.cosmoshub-4.citizenweb3.com:443',
448
456
  provider: 'Citizen Web3'
449
457
  }
450
458
  ]
@@ -563,6 +571,12 @@ const info = {
563
571
  url: 'https://cosmos.valopers.com/',
564
572
  txPage: 'https://cosmos.valopers.com/transactions/${txHash}',
565
573
  accountPage: 'https://cosmos.valopers.com/account/${accountAddress}'
574
+ },
575
+ {
576
+ kind: 'Validatorinfo',
577
+ url: 'https://validatorinfo.com/networks/cosmoshub/overview',
578
+ validatorPage: 'https://validatorinfo.com/networks/cosmoshub/validators',
579
+ proposalPage: 'https://validatorinfo.com/networks/cosmoshub/governance'
566
580
  }
567
581
  ],
568
582
  images: [{
@@ -511,6 +511,12 @@ const info = {
511
511
  url: 'https://dymension.valopers.com/',
512
512
  txPage: 'https://dymension.valopers.com/transactions/${txHash}',
513
513
  accountPage: 'https://dymension.valopers.com/account/${accountAddress}'
514
+ },
515
+ {
516
+ kind: 'Validatorinfo',
517
+ url: 'https://validatorinfo.com/networks/dymension/overview',
518
+ validatorPage: 'https://validatorinfo.com/networks/dymension/validators',
519
+ proposalPage: 'https://validatorinfo.com/networks/dymension/governance'
514
520
  }
515
521
  ]
516
522
  };
@@ -106,6 +106,10 @@ const info = {
106
106
  {
107
107
  address: 'https://rpc.gravity-bridge-3.gravity.aviaone.com:443',
108
108
  provider: 'AviaOne 🟒'
109
+ },
110
+ {
111
+ address: 'https://rpc.gravity.citizenweb3.com',
112
+ provider: 'Citizen Web3'
109
113
  }
110
114
  ],
111
115
  rest: [
@@ -152,6 +156,10 @@ const info = {
152
156
  {
153
157
  address: 'https://api.gravity-bridge-3.gravity.aviaone.com',
154
158
  provider: 'AviaOne 🟒'
159
+ },
160
+ {
161
+ address: 'https://api.gravity.citizenweb3.com',
162
+ provider: 'Citizen Web3'
155
163
  }
156
164
  ],
157
165
  grpc: [
@@ -194,6 +202,10 @@ const info = {
194
202
  {
195
203
  address: 'grpc.gravity-bridge-3.gravity.aviaone.com:9200',
196
204
  provider: 'AviaOne 🟒'
205
+ },
206
+ {
207
+ address: 'grpc.gravity.citizenweb3.com:443',
208
+ provider: 'Citizen Web3'
197
209
  }
198
210
  ]
199
211
  },
@@ -253,6 +265,12 @@ const info = {
253
265
  url: 'https://mainnet.explorer.aviaone.com/gravity-bridge',
254
266
  txPage: 'https://mainnet.explorer.aviaone.com/gravity-bridge/tx/${txHash}',
255
267
  accountPage: 'https://mainnet.explorer.aviaone.com/gravity-bridge/accounts/${accountAddress}'
268
+ },
269
+ {
270
+ kind: 'Validatorinfo',
271
+ url: 'https://validatorinfo.com/networks/gravitybridge/overview',
272
+ validatorPage: 'https://validatorinfo.com/networks/gravitybridge/validators',
273
+ proposalPage: 'https://validatorinfo.com/networks/gravitybridge/governance'
256
274
  }
257
275
  ],
258
276
  images: [{
@@ -74,6 +74,10 @@ const info = {
74
74
  description: 'Lava (LAVA) is the data access layer of the modular stack. developers and ecosystems permissionlessly add services to be served or accessed through lava. featuring a fully decentralized open source sdk integrable in frontends and a battle tested fully scalable open source server kit and can be used locally or through managed endpoints. Lava features rpc data access, indexing services, debug apis, archive access and more. Service providers can join the network, earn rewards either in the native token of the chain via token bought subscriptions on chain or through any ibc transferred token via incentive pools created and funded by ecosystems and DAOs. Developers can use the abstraction and go multi chain in seconds, not needing to choose what tools to use, having the access aggregated for them. Build whatever, wherever.',
75
75
  apis: {
76
76
  rpc: [
77
+ {
78
+ address: 'https://rpc-lava.onenov.xyz',
79
+ provider: 'OneNov'
80
+ },
77
81
  {
78
82
  address: 'https://lava.tendermintrpc.lava.build',
79
83
  provider: 'Lava Over Lava'
@@ -133,9 +137,21 @@ const info = {
133
137
  {
134
138
  address: 'https://lava.rpc.stakevillage.net:443',
135
139
  provider: 'Stake Village'
140
+ },
141
+ {
142
+ address: 'https://rpc-lava.maouam.xyz:443',
143
+ provider: 'MaouamNodelab'
144
+ },
145
+ {
146
+ address: 'https://rpc-lava.winnode.xyz',
147
+ provider: 'Winnode'
136
148
  }
137
149
  ],
138
150
  rest: [
151
+ {
152
+ address: 'https://api-lava.onenov.xyz',
153
+ provider: 'OneNov'
154
+ },
139
155
  {
140
156
  address: 'https://lava-api.finteh.org:443',
141
157
  provider: 'finteh'
@@ -191,6 +207,14 @@ const info = {
191
207
  {
192
208
  address: 'https://lava.api.stakevillage.net:443',
193
209
  provider: 'Stake Village'
210
+ },
211
+ {
212
+ address: 'https://api-lava.maouam.xyz:443',
213
+ provider: 'MaouamNodelab'
214
+ },
215
+ {
216
+ address: 'https://api-lava.winnode.xyz',
217
+ provider: 'Winnode'
194
218
  }
195
219
  ],
196
220
  grpc: [
@@ -233,10 +257,24 @@ const info = {
233
257
  {
234
258
  address: 'grpc.lava-mainnet-1.lava.aviaone.com:9104/',
235
259
  provider: 'AVIAONE 🟒'
260
+ },
261
+ {
262
+ address: 'grpc-lava.maouam.xyz:443',
263
+ provider: 'MaouamNodelab'
264
+ },
265
+ {
266
+ address: 'grpc-lava.winnode.xyz:443',
267
+ provider: 'Winnode'
236
268
  }
237
269
  ]
238
270
  },
239
271
  explorers: [
272
+ {
273
+ kind: 'OneNov',
274
+ url: 'https://explorer.onenov.xyz/lava',
275
+ txPage: 'https://explorer.onenov.xyz/lava/transactions/${txHash}',
276
+ accountPage: 'https://explorer.onenov.xyz/lava/accounts/${accountAddress}'
277
+ },
240
278
  {
241
279
  kind: 'Chainroot',
242
280
  url: 'https://explorer.chainroot.io/lava',
@@ -284,6 +322,18 @@ const info = {
284
322
  url: 'https://explorer.stavr.tech/Lava-Mainnet',
285
323
  txPage: 'https://explorer.stavr.tech/Lava-Mainnet/tx/${txHash}',
286
324
  accountPage: 'https://explorer.stavr.tech/Lava-Mainnet/account/${accountAddress}'
325
+ },
326
+ {
327
+ kind: 'MaouamNodelab',
328
+ url: 'https://explorer.maouam.xyz/lava-mainnet',
329
+ txPage: 'https://explorer.maouam.xyz/lava-mainnet/tx/${txHash}',
330
+ accountPage: 'https://explorer.maouam.xyz/lava-mainnet/account/${accountAddress}'
331
+ },
332
+ {
333
+ kind: 'Winnode',
334
+ url: 'https://winnode.xyz/explorer/lava',
335
+ txPage: 'https://winnode.xyz/explorer/lava/tx/${txHash}',
336
+ accountPage: 'https://winnode.xyz/explorer/lava/account/${accountAddress}'
287
337
  }
288
338
  ],
289
339
  keywords: [
@@ -168,6 +168,12 @@ const info = {
168
168
  url: 'https://atomscan.com/likecoin',
169
169
  txPage: 'https://atomscan.com/likecoin/transactions/${txHash}',
170
170
  accountPage: 'https://atomscan.com/likecoin/accounts/${accountAddress}'
171
+ },
172
+ {
173
+ kind: 'Validatorinfo',
174
+ url: 'https://validatorinfo.com/networks/likecoin/overview',
175
+ validatorPage: 'https://validatorinfo.com/networks/likecoin/validators',
176
+ proposalPage: 'https://validatorinfo.com/networks/likecoin/governance'
171
177
  }
172
178
  ],
173
179
  logoURIs: {
@@ -366,6 +366,48 @@ const info = {
366
366
  }
367
367
  }]
368
368
  },
369
+ {
370
+ description: 'USDN token',
371
+ extendedDescription: 'USDN is a yielding stablecoin collateral-backed by short-duration U.S. Treasury Bills.',
372
+ denomUnits: [{
373
+ denom: 'ibc/FF4DCB799014F4648230C356EA3CCE3B8C7D328EA3A3A4F77C2849219678CB12',
374
+ exponent: 0,
375
+ aliases: ['microusdn']
376
+ }, {
377
+ denom: 'usdn',
378
+ exponent: 6
379
+ }],
380
+ typeAsset: 'ics20',
381
+ base: 'ibc/FF4DCB799014F4648230C356EA3CCE3B8C7D328EA3A3A4F77C2849219678CB12',
382
+ name: 'Noble Dollar',
383
+ display: 'usdn',
384
+ symbol: 'USDN',
385
+ address: 'tnam1phl5mjmejq20geyzxrp4d63uecacclfj3crmrdat',
386
+ traces: [{
387
+ type: 'ibc',
388
+ counterparty: {
389
+ chainName: 'noble',
390
+ baseDenom: 'uusdn',
391
+ channelId: 'channel-136'
392
+ },
393
+ chain: {
394
+ channelId: 'channel-5',
395
+ path: 'transfer/channel-5/uusdn'
396
+ }
397
+ }],
398
+ logoURIs: {
399
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
400
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
401
+ },
402
+ images: [{
403
+ imageSync: {
404
+ chainName: 'noble',
405
+ baseDenom: 'uusdn'
406
+ },
407
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
408
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
409
+ }]
410
+ },
369
411
  {
370
412
  description: 'NYM Token (NYM) is the Nym Network\'s native utility token, used as the primary means to incentivize mixnet node operators.',
371
413
  denomUnits: [{
@@ -256,6 +256,12 @@ const info = {
256
256
  url: 'https://mainnet.whispernode.com/neutron',
257
257
  txPage: 'https://mainnet.whispernode.com/neutron/tx/${txHash}',
258
258
  accountPage: 'https://mainnet.whispernode.com/neutron/account/${accountAddress}'
259
+ },
260
+ {
261
+ kind: 'Validatorinfo',
262
+ url: 'https://validatorinfo.com/networks/neutron/overview',
263
+ validatorPage: 'https://validatorinfo.com/networks/neutron/validators',
264
+ proposalPage: 'https://validatorinfo.com/networks/neutron/governance'
259
265
  }
260
266
  ],
261
267
  images: [{
@@ -121,6 +121,12 @@ const info = {
121
121
  url: 'https://explorer.nodestake.org/nillion/',
122
122
  txPage: 'https://explorer.nodestake.org/nillion/txs/${txHash}',
123
123
  accountPage: 'https://explorer.nodestake.org/nillion/account/${accountAddress}'
124
+ },
125
+ {
126
+ kind: 'Validatorinfo',
127
+ url: 'https://validatorinfo.com/networks/nillion/overview',
128
+ validatorPage: 'https://validatorinfo.com/networks/nillion/validators',
129
+ proposalPage: 'https://validatorinfo.com/networks/nillion/governance'
124
130
  }
125
131
  ],
126
132
  images: [{
@@ -93,6 +93,11 @@ const info = {
93
93
  url: 'https://mainnet.whispernode.com/nomic',
94
94
  txPage: 'https://mainnet.whispernode.com/nomic/tx/${txHash}',
95
95
  accountPage: 'https://mainnet.whispernode.com/nomic/account/${accountAddress}'
96
+ },
97
+ {
98
+ kind: 'Validatorinfo',
99
+ url: 'https://validatorinfo.com/networks/nomic/overview',
100
+ validatorPage: 'https://validatorinfo.com/networks/nomic/validators'
96
101
  }
97
102
  ],
98
103
  images: [{
@@ -135,6 +135,12 @@ const info = {
135
135
  kind: 'ping.pub',
136
136
  url: 'https://ping.pub/nyx',
137
137
  txPage: 'https://ping.pub/nyx/tx/${txHash}'
138
+ },
139
+ {
140
+ kind: 'Validatorinfo',
141
+ url: 'https://validatorinfo.com/networks/nym/overview',
142
+ validatorPage: 'https://validatorinfo.com/networks/nym/validators',
143
+ proposalPage: 'https://validatorinfo.com/networks/nym/governance'
138
144
  }
139
145
  ],
140
146
  images: [
@@ -22721,6 +22721,28 @@ const info = {
22721
22721
  },
22722
22722
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/GRDX.png'
22723
22723
  }]
22724
+ },
22725
+ {
22726
+ description: '$9 Dollers is programmed\n\nMade with ❀️',
22727
+ denomUnits: [{
22728
+ denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/ninedollers',
22729
+ exponent: 0
22730
+ }, {
22731
+ denom: 'NINEDOLLERS',
22732
+ exponent: 6
22733
+ }],
22734
+ typeAsset: 'sdk.coin',
22735
+ address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
22736
+ base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/ninedollers',
22737
+ name: 'Nine Dollers',
22738
+ display: 'NINEDOLLERS',
22739
+ symbol: 'NINEDOLLERS',
22740
+ logoURIs: {
22741
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/NINEDOLLERS.png'
22742
+ },
22743
+ images: [{
22744
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/NINEDOLLERS.png'
22745
+ }]
22724
22746
  }
22725
22747
  ]
22726
22748
  };
@@ -636,6 +636,10 @@ const info = {
636
636
  {
637
637
  address: 'https://osmosis-rpc.highstakes.ch',
638
638
  provider: 'High Stakes πŸ‡¨πŸ‡­'
639
+ },
640
+ {
641
+ address: 'https://rpc.osmosis.citizenweb3.com/',
642
+ provider: 'Citizen Web3'
639
643
  }
640
644
  ],
641
645
  rest: [
@@ -694,6 +698,10 @@ const info = {
694
698
  {
695
699
  address: 'https://osmosis-api.highstakes.ch',
696
700
  provider: 'High Stakes πŸ‡¨πŸ‡­'
701
+ },
702
+ {
703
+ address: 'https://api.osmosis.citizenweb3.com/',
704
+ provider: 'Citizen Web3'
697
705
  }
698
706
  ],
699
707
  grpc: [
@@ -720,6 +728,10 @@ const info = {
720
728
  {
721
729
  address: 'grpc.osmosis.validatus.com:443',
722
730
  provider: 'Validatus'
731
+ },
732
+ {
733
+ address: 'grpc.osmosis.citizenweb3.com:443',
734
+ provider: 'Citizen Web3'
723
735
  }
724
736
  ]
725
737
  },
@@ -802,6 +814,12 @@ const info = {
802
814
  url: 'https://osmosis.valopers.com/',
803
815
  txPage: 'https://osmosis.valopers.com/transactions/${txHash}',
804
816
  accountPage: 'https://osmosis.valopers.com/account/${accountAddress}'
817
+ },
818
+ {
819
+ kind: 'Validatorinfo',
820
+ url: 'https://validatorinfo.com/networks/osmosis/overview',
821
+ validatorPage: 'https://validatorinfo.com/networks/osmosis/validators',
822
+ proposalPage: 'https://validatorinfo.com/networks/osmosis/governance'
805
823
  }
806
824
  ],
807
825
  keywords: ['dex']