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
@@ -61,6 +61,14 @@ const info = {
61
61
  {
62
62
  address: 'https://althea_mainnet_api.chain.whenmoonwhenlambo.money',
63
63
  provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
64
+ },
65
+ {
66
+ address: 'https://api.althea.citizenweb3.com',
67
+ provider: 'Citizen Web3'
68
+ },
69
+ {
70
+ address: 'https://api.althea-archive.citizenweb3.com',
71
+ provider: 'Citizen Web3'
64
72
  }
65
73
  ],
66
74
  rpc: [
@@ -79,12 +87,30 @@ const info = {
79
87
  {
80
88
  address: 'https://althea_mainnet_rpc.chain.whenmoonwhenlambo.money',
81
89
  provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
90
+ },
91
+ {
92
+ address: 'https://rpc.althea.citizenweb3.com',
93
+ provider: 'Citizen Web3'
94
+ },
95
+ {
96
+ address: 'https://rpc.althea-archive.citizenweb3.com',
97
+ provider: 'Citizen Web3'
82
98
  }
83
99
  ],
84
- grpc: [{
100
+ grpc: [
101
+ {
85
102
  address: 'althea.lavenderfive.com:443',
86
103
  provider: 'Lavender.Five Nodes 🐝'
87
- }]
104
+ },
105
+ {
106
+ address: 'grpc.althea.citizenweb3.com:443',
107
+ provider: 'Citizen Web3'
108
+ },
109
+ {
110
+ address: 'grpc.althea-archive.citizenweb3.com:443',
111
+ provider: 'Citizen Web3'
112
+ }
113
+ ]
88
114
  },
89
115
  explorers: [
90
116
  {
@@ -116,6 +142,12 @@ const info = {
116
142
  url: 'https://explorer.whenmoonwhenlambo.money/althea',
117
143
  txPage: 'https://explorer.whenmoonwhenlambo.money/althea/tx/${txHash}',
118
144
  accountPage: 'https://explorer.whenmoonwhenlambo.money/althea/account/${accountAddress}'
145
+ },
146
+ {
147
+ kind: 'Validatorinfo',
148
+ url: 'https://validatorinfo.com/networks/althea/overview',
149
+ validatorPage: 'https://validatorinfo.com/networks/althea/validators',
150
+ proposalPage: 'https://validatorinfo.com/networks/althea/governance'
119
151
  }
120
152
  ]
121
153
  };
@@ -55,10 +55,6 @@ const info = {
55
55
  },
56
56
  apis: {
57
57
  rpc: [
58
- {
59
- address: 'https://rpc.andromeda-1.andromeda.aviaone.com',
60
- provider: 'AviaOne 🟢'
61
- },
62
58
  {
63
59
  address: 'https://andromeda.rpc.kjnodes.com',
64
60
  provider: 'kjnodes'
@@ -101,10 +97,6 @@ const info = {
101
97
  }
102
98
  ],
103
99
  rest: [
104
- {
105
- address: 'https://api.andromeda-1.andromeda.aviaone.com',
106
- provider: 'AviaOne 🟢'
107
- },
108
100
  {
109
101
  address: 'https://andromeda.api.kjnodes.com',
110
102
  provider: 'kjnodes'
@@ -151,10 +143,6 @@ const info = {
151
143
  address: 'andromeda.lavenderfive.com:443',
152
144
  provider: 'Lavender.Five Nodes 🐝'
153
145
  },
154
- {
155
- address: 'https://grpc.andromeda-1.andromeda.aviaone.com:9108',
156
- provider: 'AviaOne 🟢'
157
- },
158
146
  {
159
147
  address: 'andromeda.grpc.kjnodes.com:443',
160
148
  provider: 'kjnodes'
@@ -222,11 +210,6 @@ const info = {
222
210
  kind: 'ping.pub',
223
211
  url: 'https://ping.pub/andromeda',
224
212
  txPage: 'https://ping.pub/andromeda/tx/${txHash}'
225
- },
226
- {
227
- kind: 'AviaOne Explorer 🟢',
228
- url: 'https://mainnet.explorer.aviaone.com/andromeda',
229
- txPage: 'https://mainnet.explorer.aviaone.com/andromeda/tx/${txHash}'
230
213
  }
231
214
  ],
232
215
  logoURIs: {
@@ -167,6 +167,10 @@ const info = {
167
167
  {
168
168
  address: 'https://mainnet-atomone-rpc.konsortech.xyz/',
169
169
  provider: 'KonsorTech'
170
+ },
171
+ {
172
+ address: 'https://rpc.atomone-archive.citizenweb3.com:443',
173
+ provider: 'Citizen Web3'
170
174
  }
171
175
  ],
172
176
  rest: [
@@ -273,6 +277,10 @@ const info = {
273
277
  {
274
278
  address: 'https://mainnet-atomone-api.konsortech.xyz/',
275
279
  provider: 'KonsorTech'
280
+ },
281
+ {
282
+ address: 'https://api.atomone-archive.citizenweb3.com',
283
+ provider: 'Citizen Web3'
276
284
  }
277
285
  ],
278
286
  grpc: [
@@ -309,7 +317,7 @@ const info = {
309
317
  provider: '🔥STAVR🔥'
310
318
  },
311
319
  {
312
- address: ' grpc.atomone.citizenweb3.com',
320
+ address: 'grpc.atomone.citizenweb3.com:443',
313
321
  provider: 'Citizen Web3'
314
322
  },
315
323
  {
@@ -347,6 +355,10 @@ const info = {
347
355
  {
348
356
  address: 'mainnet-atomone.konsortech.xyz:12090',
349
357
  provider: 'KonsorTech'
358
+ },
359
+ {
360
+ address: 'grpc.atomone-archive.citizenweb3.com:443',
361
+ provider: 'Citizen Web3'
350
362
  }
351
363
  ]
352
364
  },
@@ -446,6 +458,12 @@ const info = {
446
458
  url: 'https://explorer.konsortech.xyz/atomone',
447
459
  txPage: 'https://explorer.konsortech.xyz/atomone/tx/${txHash}',
448
460
  accountPage: 'https://explorer.konsortech.xyz/atomone/account/${accountAddress}'
461
+ },
462
+ {
463
+ kind: 'Validatorinfo',
464
+ url: 'https://validatorinfo.com/networks/atomone/overview',
465
+ validatorPage: 'https://validatorinfo.com/networks/atomone/validators',
466
+ proposalPage: 'https://validatorinfo.com/networks/atomone/governance'
449
467
  }
450
468
  ],
451
469
  images: [{
@@ -79,6 +79,14 @@ const info = {
79
79
  {
80
80
  address: 'https://rpc.cros-nest.com:443/axone',
81
81
  provider: 'crosnest'
82
+ },
83
+ {
84
+ address: 'https://rpc.axone.citizenweb3.com',
85
+ provider: 'Citizen Web3'
86
+ },
87
+ {
88
+ address: 'https://rpc.axone-archive.citizenweb3.com',
89
+ provider: 'Citizen Web3'
82
90
  }
83
91
  ],
84
92
  rest: [
@@ -101,6 +109,14 @@ const info = {
101
109
  {
102
110
  address: 'https://rest.cros-nest.com:443/axone',
103
111
  provider: 'crosnest'
112
+ },
113
+ {
114
+ address: 'https://api.axone.citizenweb3.com',
115
+ provider: 'Citizen Web3'
116
+ },
117
+ {
118
+ address: 'https://api.axone-archive.citizenweb3.com',
119
+ provider: 'Citizen Web3'
104
120
  }
105
121
  ],
106
122
  grpc: [
@@ -119,20 +135,37 @@ const info = {
119
135
  {
120
136
  address: 'grpc.axone.nodestake.org:443',
121
137
  provider: 'NodeStake'
138
+ },
139
+ {
140
+ address: 'grpc.axone.citizenweb3.com:443',
141
+ provider: 'Citizen Web3'
142
+ },
143
+ {
144
+ address: 'grpc.axone-archive.citizenweb3.com:443',
145
+ provider: 'Citizen Web3'
122
146
  }
123
147
  ]
124
148
  },
125
- explorers: [{
149
+ explorers: [
150
+ {
126
151
  kind: 'valopers',
127
152
  url: 'https://axone.valopers.com/',
128
153
  txPage: 'https://axone.valopers.com/transactions/${txHash}',
129
154
  accountPage: 'https://axone.valopers.com/account/${accountAddress}'
130
- }, {
155
+ },
156
+ {
131
157
  kind: 'NodeStake',
132
158
  url: 'https://explorer.nodestake.org/axone',
133
159
  txPage: 'https://explorer.nodestake.org/axone/tx/${txHash}',
134
160
  accountPage: 'https://explorer.nodestake.org/axone/account/${accountAddress}'
135
- }],
161
+ },
162
+ {
163
+ kind: 'Validatorinfo',
164
+ url: 'https://validatorinfo.com/networks/axone/overview',
165
+ validatorPage: 'https://validatorinfo.com/networks/axone/validators',
166
+ proposalPage: 'https://validatorinfo.com/networks/axone/governance'
167
+ }
168
+ ],
136
169
  images: [{
137
170
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axone/images/chain.png'
138
171
  }],
@@ -107,6 +107,12 @@ const info = {
107
107
  url: 'https://atomscan.com/bostrom',
108
108
  txPage: 'https://atomscan.com/bostrom/transactions/${txHash}',
109
109
  accountPage: 'https://atomscan.com/bostrom/accounts/${accountAddress}'
110
+ },
111
+ {
112
+ kind: 'Validatorinfo',
113
+ url: 'https://validatorinfo.com/networks/bostrom/overview',
114
+ validatorPage: 'https://validatorinfo.com/networks/bostrom/validators',
115
+ proposalPage: 'https://validatorinfo.com/networks/bostrom/governance'
110
116
  }
111
117
  ],
112
118
  images: [{
@@ -354,6 +354,10 @@ const info = {
354
354
  {
355
355
  address: 'https://api.cosmoshub-4-archive.citizenweb3.com:443',
356
356
  provider: 'Citizen Web3'
357
+ },
358
+ {
359
+ address: 'https://api.cosmoshub-4.citizenweb3.com:443',
360
+ provider: 'Citizen Web3'
357
361
  }
358
362
  ],
359
363
  grpc: [
@@ -442,7 +446,11 @@ const info = {
442
446
  provider: 'Quasar'
443
447
  },
444
448
  {
445
- address: 'grpc.cosmoshub-4-archive.citizenweb3.com',
449
+ address: 'grpc.cosmoshub-4-archive.citizenweb3.com:443',
450
+ provider: 'Citizen Web3'
451
+ },
452
+ {
453
+ address: 'grpc.cosmoshub-4.citizenweb3.com:443',
446
454
  provider: 'Citizen Web3'
447
455
  }
448
456
  ]
@@ -561,6 +569,12 @@ const info = {
561
569
  url: 'https://cosmos.valopers.com/',
562
570
  txPage: 'https://cosmos.valopers.com/transactions/${txHash}',
563
571
  accountPage: 'https://cosmos.valopers.com/account/${accountAddress}'
572
+ },
573
+ {
574
+ kind: 'Validatorinfo',
575
+ url: 'https://validatorinfo.com/networks/cosmoshub/overview',
576
+ validatorPage: 'https://validatorinfo.com/networks/cosmoshub/validators',
577
+ proposalPage: 'https://validatorinfo.com/networks/cosmoshub/governance'
564
578
  }
565
579
  ],
566
580
  images: [{
@@ -509,6 +509,12 @@ const info = {
509
509
  url: 'https://dymension.valopers.com/',
510
510
  txPage: 'https://dymension.valopers.com/transactions/${txHash}',
511
511
  accountPage: 'https://dymension.valopers.com/account/${accountAddress}'
512
+ },
513
+ {
514
+ kind: 'Validatorinfo',
515
+ url: 'https://validatorinfo.com/networks/dymension/overview',
516
+ validatorPage: 'https://validatorinfo.com/networks/dymension/validators',
517
+ proposalPage: 'https://validatorinfo.com/networks/dymension/governance'
512
518
  }
513
519
  ]
514
520
  };
@@ -104,6 +104,10 @@ const info = {
104
104
  {
105
105
  address: 'https://rpc.gravity-bridge-3.gravity.aviaone.com:443',
106
106
  provider: 'AviaOne 🟢'
107
+ },
108
+ {
109
+ address: 'https://rpc.gravity.citizenweb3.com',
110
+ provider: 'Citizen Web3'
107
111
  }
108
112
  ],
109
113
  rest: [
@@ -150,6 +154,10 @@ const info = {
150
154
  {
151
155
  address: 'https://api.gravity-bridge-3.gravity.aviaone.com',
152
156
  provider: 'AviaOne 🟢'
157
+ },
158
+ {
159
+ address: 'https://api.gravity.citizenweb3.com',
160
+ provider: 'Citizen Web3'
153
161
  }
154
162
  ],
155
163
  grpc: [
@@ -192,6 +200,10 @@ const info = {
192
200
  {
193
201
  address: 'grpc.gravity-bridge-3.gravity.aviaone.com:9200',
194
202
  provider: 'AviaOne 🟢'
203
+ },
204
+ {
205
+ address: 'grpc.gravity.citizenweb3.com:443',
206
+ provider: 'Citizen Web3'
195
207
  }
196
208
  ]
197
209
  },
@@ -251,6 +263,12 @@ const info = {
251
263
  url: 'https://mainnet.explorer.aviaone.com/gravity-bridge',
252
264
  txPage: 'https://mainnet.explorer.aviaone.com/gravity-bridge/tx/${txHash}',
253
265
  accountPage: 'https://mainnet.explorer.aviaone.com/gravity-bridge/accounts/${accountAddress}'
266
+ },
267
+ {
268
+ kind: 'Validatorinfo',
269
+ url: 'https://validatorinfo.com/networks/gravitybridge/overview',
270
+ validatorPage: 'https://validatorinfo.com/networks/gravitybridge/validators',
271
+ proposalPage: 'https://validatorinfo.com/networks/gravitybridge/governance'
254
272
  }
255
273
  ],
256
274
  images: [{
@@ -72,6 +72,10 @@ const info = {
72
72
  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.',
73
73
  apis: {
74
74
  rpc: [
75
+ {
76
+ address: 'https://rpc-lava.onenov.xyz',
77
+ provider: 'OneNov'
78
+ },
75
79
  {
76
80
  address: 'https://lava.tendermintrpc.lava.build',
77
81
  provider: 'Lava Over Lava'
@@ -131,9 +135,21 @@ const info = {
131
135
  {
132
136
  address: 'https://lava.rpc.stakevillage.net:443',
133
137
  provider: 'Stake Village'
138
+ },
139
+ {
140
+ address: 'https://rpc-lava.maouam.xyz:443',
141
+ provider: 'MaouamNodelab'
142
+ },
143
+ {
144
+ address: 'https://rpc-lava.winnode.xyz',
145
+ provider: 'Winnode'
134
146
  }
135
147
  ],
136
148
  rest: [
149
+ {
150
+ address: 'https://api-lava.onenov.xyz',
151
+ provider: 'OneNov'
152
+ },
137
153
  {
138
154
  address: 'https://lava-api.finteh.org:443',
139
155
  provider: 'finteh'
@@ -189,6 +205,14 @@ const info = {
189
205
  {
190
206
  address: 'https://lava.api.stakevillage.net:443',
191
207
  provider: 'Stake Village'
208
+ },
209
+ {
210
+ address: 'https://api-lava.maouam.xyz:443',
211
+ provider: 'MaouamNodelab'
212
+ },
213
+ {
214
+ address: 'https://api-lava.winnode.xyz',
215
+ provider: 'Winnode'
192
216
  }
193
217
  ],
194
218
  grpc: [
@@ -231,10 +255,24 @@ const info = {
231
255
  {
232
256
  address: 'grpc.lava-mainnet-1.lava.aviaone.com:9104/',
233
257
  provider: 'AVIAONE 🟢'
258
+ },
259
+ {
260
+ address: 'grpc-lava.maouam.xyz:443',
261
+ provider: 'MaouamNodelab'
262
+ },
263
+ {
264
+ address: 'grpc-lava.winnode.xyz:443',
265
+ provider: 'Winnode'
234
266
  }
235
267
  ]
236
268
  },
237
269
  explorers: [
270
+ {
271
+ kind: 'OneNov',
272
+ url: 'https://explorer.onenov.xyz/lava',
273
+ txPage: 'https://explorer.onenov.xyz/lava/transactions/${txHash}',
274
+ accountPage: 'https://explorer.onenov.xyz/lava/accounts/${accountAddress}'
275
+ },
238
276
  {
239
277
  kind: 'Chainroot',
240
278
  url: 'https://explorer.chainroot.io/lava',
@@ -282,6 +320,18 @@ const info = {
282
320
  url: 'https://explorer.stavr.tech/Lava-Mainnet',
283
321
  txPage: 'https://explorer.stavr.tech/Lava-Mainnet/tx/${txHash}',
284
322
  accountPage: 'https://explorer.stavr.tech/Lava-Mainnet/account/${accountAddress}'
323
+ },
324
+ {
325
+ kind: 'MaouamNodelab',
326
+ url: 'https://explorer.maouam.xyz/lava-mainnet',
327
+ txPage: 'https://explorer.maouam.xyz/lava-mainnet/tx/${txHash}',
328
+ accountPage: 'https://explorer.maouam.xyz/lava-mainnet/account/${accountAddress}'
329
+ },
330
+ {
331
+ kind: 'Winnode',
332
+ url: 'https://winnode.xyz/explorer/lava',
333
+ txPage: 'https://winnode.xyz/explorer/lava/tx/${txHash}',
334
+ accountPage: 'https://winnode.xyz/explorer/lava/account/${accountAddress}'
285
335
  }
286
336
  ],
287
337
  keywords: [
@@ -166,6 +166,12 @@ const info = {
166
166
  url: 'https://atomscan.com/likecoin',
167
167
  txPage: 'https://atomscan.com/likecoin/transactions/${txHash}',
168
168
  accountPage: 'https://atomscan.com/likecoin/accounts/${accountAddress}'
169
+ },
170
+ {
171
+ kind: 'Validatorinfo',
172
+ url: 'https://validatorinfo.com/networks/likecoin/overview',
173
+ validatorPage: 'https://validatorinfo.com/networks/likecoin/validators',
174
+ proposalPage: 'https://validatorinfo.com/networks/likecoin/governance'
169
175
  }
170
176
  ],
171
177
  logoURIs: {
@@ -364,6 +364,48 @@ const info = {
364
364
  }
365
365
  }]
366
366
  },
367
+ {
368
+ description: 'USDN token',
369
+ extendedDescription: 'USDN is a yielding stablecoin collateral-backed by short-duration U.S. Treasury Bills.',
370
+ denomUnits: [{
371
+ denom: 'ibc/FF4DCB799014F4648230C356EA3CCE3B8C7D328EA3A3A4F77C2849219678CB12',
372
+ exponent: 0,
373
+ aliases: ['microusdn']
374
+ }, {
375
+ denom: 'usdn',
376
+ exponent: 6
377
+ }],
378
+ typeAsset: 'ics20',
379
+ base: 'ibc/FF4DCB799014F4648230C356EA3CCE3B8C7D328EA3A3A4F77C2849219678CB12',
380
+ name: 'Noble Dollar',
381
+ display: 'usdn',
382
+ symbol: 'USDN',
383
+ address: 'tnam1phl5mjmejq20geyzxrp4d63uecacclfj3crmrdat',
384
+ traces: [{
385
+ type: 'ibc',
386
+ counterparty: {
387
+ chainName: 'noble',
388
+ baseDenom: 'uusdn',
389
+ channelId: 'channel-136'
390
+ },
391
+ chain: {
392
+ channelId: 'channel-5',
393
+ path: 'transfer/channel-5/uusdn'
394
+ }
395
+ }],
396
+ logoURIs: {
397
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
398
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
399
+ },
400
+ images: [{
401
+ imageSync: {
402
+ chainName: 'noble',
403
+ baseDenom: 'uusdn'
404
+ },
405
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
406
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
407
+ }]
408
+ },
367
409
  {
368
410
  description: 'NYM Token (NYM) is the Nym Network\'s native utility token, used as the primary means to incentivize mixnet node operators.',
369
411
  denomUnits: [{
@@ -254,6 +254,12 @@ const info = {
254
254
  url: 'https://mainnet.whispernode.com/neutron',
255
255
  txPage: 'https://mainnet.whispernode.com/neutron/tx/${txHash}',
256
256
  accountPage: 'https://mainnet.whispernode.com/neutron/account/${accountAddress}'
257
+ },
258
+ {
259
+ kind: 'Validatorinfo',
260
+ url: 'https://validatorinfo.com/networks/neutron/overview',
261
+ validatorPage: 'https://validatorinfo.com/networks/neutron/validators',
262
+ proposalPage: 'https://validatorinfo.com/networks/neutron/governance'
257
263
  }
258
264
  ],
259
265
  images: [{
@@ -119,6 +119,12 @@ const info = {
119
119
  url: 'https://explorer.nodestake.org/nillion/',
120
120
  txPage: 'https://explorer.nodestake.org/nillion/txs/${txHash}',
121
121
  accountPage: 'https://explorer.nodestake.org/nillion/account/${accountAddress}'
122
+ },
123
+ {
124
+ kind: 'Validatorinfo',
125
+ url: 'https://validatorinfo.com/networks/nillion/overview',
126
+ validatorPage: 'https://validatorinfo.com/networks/nillion/validators',
127
+ proposalPage: 'https://validatorinfo.com/networks/nillion/governance'
122
128
  }
123
129
  ],
124
130
  images: [{
@@ -91,6 +91,11 @@ const info = {
91
91
  url: 'https://mainnet.whispernode.com/nomic',
92
92
  txPage: 'https://mainnet.whispernode.com/nomic/tx/${txHash}',
93
93
  accountPage: 'https://mainnet.whispernode.com/nomic/account/${accountAddress}'
94
+ },
95
+ {
96
+ kind: 'Validatorinfo',
97
+ url: 'https://validatorinfo.com/networks/nomic/overview',
98
+ validatorPage: 'https://validatorinfo.com/networks/nomic/validators'
94
99
  }
95
100
  ],
96
101
  images: [{
@@ -133,6 +133,12 @@ const info = {
133
133
  kind: 'ping.pub',
134
134
  url: 'https://ping.pub/nyx',
135
135
  txPage: 'https://ping.pub/nyx/tx/${txHash}'
136
+ },
137
+ {
138
+ kind: 'Validatorinfo',
139
+ url: 'https://validatorinfo.com/networks/nym/overview',
140
+ validatorPage: 'https://validatorinfo.com/networks/nym/validators',
141
+ proposalPage: 'https://validatorinfo.com/networks/nym/governance'
136
142
  }
137
143
  ],
138
144
  images: [
@@ -22719,6 +22719,28 @@ const info = {
22719
22719
  },
22720
22720
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/GRDX.png'
22721
22721
  }]
22722
+ },
22723
+ {
22724
+ description: '$9 Dollers is programmed\n\nMade with ❤️',
22725
+ denomUnits: [{
22726
+ denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/ninedollers',
22727
+ exponent: 0
22728
+ }, {
22729
+ denom: 'NINEDOLLERS',
22730
+ exponent: 6
22731
+ }],
22732
+ typeAsset: 'sdk.coin',
22733
+ address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
22734
+ base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/ninedollers',
22735
+ name: 'Nine Dollers',
22736
+ display: 'NINEDOLLERS',
22737
+ symbol: 'NINEDOLLERS',
22738
+ logoURIs: {
22739
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/NINEDOLLERS.png'
22740
+ },
22741
+ images: [{
22742
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/NINEDOLLERS.png'
22743
+ }]
22722
22744
  }
22723
22745
  ]
22724
22746
  };
@@ -634,6 +634,10 @@ const info = {
634
634
  {
635
635
  address: 'https://osmosis-rpc.highstakes.ch',
636
636
  provider: 'High Stakes 🇨🇭'
637
+ },
638
+ {
639
+ address: 'https://rpc.osmosis.citizenweb3.com/',
640
+ provider: 'Citizen Web3'
637
641
  }
638
642
  ],
639
643
  rest: [
@@ -692,6 +696,10 @@ const info = {
692
696
  {
693
697
  address: 'https://osmosis-api.highstakes.ch',
694
698
  provider: 'High Stakes 🇨🇭'
699
+ },
700
+ {
701
+ address: 'https://api.osmosis.citizenweb3.com/',
702
+ provider: 'Citizen Web3'
695
703
  }
696
704
  ],
697
705
  grpc: [
@@ -718,6 +726,10 @@ const info = {
718
726
  {
719
727
  address: 'grpc.osmosis.validatus.com:443',
720
728
  provider: 'Validatus'
729
+ },
730
+ {
731
+ address: 'grpc.osmosis.citizenweb3.com:443',
732
+ provider: 'Citizen Web3'
721
733
  }
722
734
  ]
723
735
  },
@@ -800,6 +812,12 @@ const info = {
800
812
  url: 'https://osmosis.valopers.com/',
801
813
  txPage: 'https://osmosis.valopers.com/transactions/${txHash}',
802
814
  accountPage: 'https://osmosis.valopers.com/account/${accountAddress}'
815
+ },
816
+ {
817
+ kind: 'Validatorinfo',
818
+ url: 'https://validatorinfo.com/networks/osmosis/overview',
819
+ validatorPage: 'https://validatorinfo.com/networks/osmosis/validators',
820
+ proposalPage: 'https://validatorinfo.com/networks/osmosis/governance'
803
821
  }
804
822
  ],
805
823
  keywords: ['dex']