chain-registry 1.69.67 β†’ 1.69.69

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.
@@ -70,7 +70,7 @@ const info = {
70
70
  provider: 'Bro_n_Bro'
71
71
  },
72
72
  {
73
- address: 'https://composable.rpc.moonbridge.team',
73
+ address: 'https://picasso-rpc.moonbridge.org',
74
74
  provider: 'Moonbridge'
75
75
  },
76
76
  {
@@ -120,7 +120,7 @@ const info = {
120
120
  provider: 'Bro_n_Bro'
121
121
  },
122
122
  {
123
- address: 'https://composable.api.moonbridge.team',
123
+ address: 'https://picasso-api.moonbridge.org',
124
124
  provider: 'Moonbridge'
125
125
  },
126
126
  {
@@ -186,7 +186,7 @@ const info = {
186
186
  provider: 'Bro_n_Bro'
187
187
  },
188
188
  {
189
- address: 'https://composable.grpc.moonbridge.team',
189
+ address: 'https://picasso-grpc.moonbridge.org',
190
190
  provider: 'Moonbridge'
191
191
  },
192
192
  {
@@ -228,6 +228,11 @@ const info = {
228
228
  url: 'https://mainnet.whispernode.com/picasso',
229
229
  tx_page: 'https://mainnet.whispernode.com/picasso/tx/${txHash}',
230
230
  account_page: 'https://mainnet.whispernode.com/picasso/account/${accountAddress}'
231
+ },
232
+ {
233
+ kind: 'Moonbridge',
234
+ url: 'https://explorer.moonbridge.org/picasso',
235
+ tx_page: 'https://explorer.moonbridge.org/picasso/tx/${txHash}'
231
236
  }
232
237
  ],
233
238
  images: [{
@@ -28,10 +28,6 @@ const info = {
28
28
  address: 'https://rpc-dungeon-1.seraphim.zone',
29
29
  provider: 'Seraphim'
30
30
  },
31
- {
32
- address: 'https://rpc-dungeonchain.apeironnodes.com',
33
- provider: 'ApeironNodes'
34
- },
35
31
  {
36
32
  address: 'https://dungeon_mainnet_rpc.chain.whenmoonwhenlambo.money',
37
33
  provider: 'πŸš€ WHEN MOON πŸŒ• WHEN LAMBO πŸ”₯'
@@ -46,10 +42,6 @@ const info = {
46
42
  address: 'https://api-dungeon-1.seraphim.zone',
47
43
  provider: 'Seraphim'
48
44
  },
49
- {
50
- address: 'https://api-dungeonchain.apeironnodes.com',
51
- provider: 'ApeironNodes'
52
- },
53
45
  {
54
46
  address: 'https://api-archive-dungeonchain.apeironnodes.com',
55
47
  provider: 'ApeironNodes (Archive)'
@@ -94,6 +94,18 @@ const info = {
94
94
  {
95
95
  address: 'https://elys-rpc.cogwheel.zone:443',
96
96
  provider: 'Cogwheel βš™οΈ'
97
+ },
98
+ {
99
+ address: 'https://elys.rpc.quasarstaking.ai:443',
100
+ provider: 'Quasar'
101
+ },
102
+ {
103
+ address: 'https://elys-rpc.moonbridge.org:443',
104
+ provider: 'Moonbridge'
105
+ },
106
+ {
107
+ address: 'https://elys_mainnet_rpc.chain.whenmoonwhenlambo.money',
108
+ provider: 'πŸš€ WHEN MOON πŸŒ• WHEN LAMBO πŸ”₯'
97
109
  }
98
110
  ],
99
111
  rest: [
@@ -144,6 +156,18 @@ const info = {
144
156
  {
145
157
  address: 'https://elys-api.cogwheel.zone:443',
146
158
  provider: 'Cogwheel βš™οΈ'
159
+ },
160
+ {
161
+ address: 'https://elys.api.quasarstaking.ai:443',
162
+ provider: 'Quasar'
163
+ },
164
+ {
165
+ address: 'https://elys-api.moonbridge.org',
166
+ provider: 'Moonbridge'
167
+ },
168
+ {
169
+ address: 'https://elys_mainnet_api.chain.whenmoonwhenlambo.money',
170
+ provider: 'πŸš€ WHEN MOON πŸŒ• WHEN LAMBO πŸ”₯'
147
171
  }
148
172
  ],
149
173
  grpc: [
@@ -178,6 +202,14 @@ const info = {
178
202
  {
179
203
  address: 'elys-grpc.cogwheel.zone:443',
180
204
  provider: 'Cogwheel βš™οΈ'
205
+ },
206
+ {
207
+ address: 'elys.grpc.quasarstaking.ai:443',
208
+ provider: 'Quasar'
209
+ },
210
+ {
211
+ address: 'elys-grpc.moonbridge.org:443',
212
+ provider: 'Moonbridge'
181
213
  }
182
214
  ]
183
215
  },
@@ -211,6 +243,18 @@ const info = {
211
243
  url: 'https://explorer.stavr.tech/Elys-Mainnet',
212
244
  tx_page: 'https://explorer.stavr.tech/Elys-Mainnet/tx/${txHash}',
213
245
  account_page: 'https://explorer.stavr.tech/Elys-Mainnet/account/${accountAddress}'
246
+ },
247
+ {
248
+ kind: 'Moonbridge',
249
+ url: 'https://explorer.moonbridge.org/elys',
250
+ tx_page: 'https://explorer.moonbridge.org/elys/tx/${txHash}',
251
+ account_page: 'https://explorer.moonbridge.org/elys/account/${accountAddress}'
252
+ },
253
+ {
254
+ kind: 'πŸš€ WHEN MOON πŸŒ• WHEN LAMBO πŸ”₯',
255
+ url: 'https://explorer.whenmoonwhenlambo.money/elys',
256
+ tx_page: 'https://explorer.whenmoonwhenlambo.money/elys/tx/${txHash}',
257
+ account_page: 'https://explorer.whenmoonwhenlambo.money/elys/account/${accountAddress}'
214
258
  }
215
259
  ]
216
260
  };
@@ -83,6 +83,10 @@ const info = {
83
83
  {
84
84
  address: 'https://empower-rpc.bluestake.net:443',
85
85
  provider: 'BlueStake πŸš€'
86
+ },
87
+ {
88
+ address: 'https://empower-rpc.moonbridge.org',
89
+ provider: 'Moonbridge'
86
90
  }
87
91
  ],
88
92
  rest: [
@@ -137,6 +141,10 @@ const info = {
137
141
  {
138
142
  address: 'https://empower-api.bluestake.net',
139
143
  provider: 'BlueStake πŸš€'
144
+ },
145
+ {
146
+ address: 'https://empower-api.moonbridge.org',
147
+ provider: 'Moonbridge'
140
148
  }
141
149
  ],
142
150
  grpc: [
@@ -183,6 +191,10 @@ const info = {
183
191
  {
184
192
  address: 'empower-grpc.noders.services:25090',
185
193
  provider: '[NODERS]TEAM'
194
+ },
195
+ {
196
+ address: 'empower-grpc.moonbridge.org:443',
197
+ provider: 'Moonbridge'
186
198
  }
187
199
  ]
188
200
  },
@@ -222,6 +234,12 @@ const info = {
222
234
  url: 'https://mainnet.whispernode.com/empowerchain',
223
235
  tx_page: 'https://mainnet.whispernode.com/empowerchain/tx/${txHash}',
224
236
  account_page: 'https://mainnet.whispernode.com/empowerchain/account/${accountAddress}'
237
+ },
238
+ {
239
+ kind: 'Moonbridge',
240
+ url: 'https://explorer.moonbridge.org/empower',
241
+ tx_page: 'https://explorer.moonbridge.org/empower/tx/${txHash}',
242
+ account_page: 'https://explorer.moonbridge.org/empower/account/${accountAddress}'
225
243
  }
226
244
  ],
227
245
  images: [{
@@ -44,6 +44,12 @@ const info = {
44
44
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/mobx.png',
45
45
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/mobx.svg'
46
46
  },
47
+ socials: {
48
+ website: 'https://mobix.ai',
49
+ twitter: 'https://twitter.com/mobixwallet',
50
+ telegram: 'https://t.me/mobix_ai',
51
+ github: 'https://github.com/MOBIX-ai'
52
+ },
47
53
  images: [{
48
54
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/mobx.png',
49
55
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/mobx.svg',
@@ -108,7 +108,7 @@ const info = {
108
108
  provider: 'Roomit'
109
109
  },
110
110
  {
111
- address: 'https://gitopia.rpc.moonbridge.team',
111
+ address: 'https://gitopia-rpc.moonbridge.org',
112
112
  provider: 'Moonbridge'
113
113
  },
114
114
  {
@@ -230,7 +230,7 @@ const info = {
230
230
  provider: 'Roomit'
231
231
  },
232
232
  {
233
- address: 'https://gitopia.api.moonbridge.team',
233
+ address: 'https://gitopia-api.moonbridge.org',
234
234
  provider: 'Moonbridge'
235
235
  },
236
236
  {
@@ -352,7 +352,7 @@ const info = {
352
352
  provider: 'Roomit'
353
353
  },
354
354
  {
355
- address: 'https://gitopia.grpc.moonbridge.team',
355
+ address: 'gitopia-grpc.moonbridge.org:443',
356
356
  provider: 'Moonbridge'
357
357
  },
358
358
  {
@@ -464,9 +464,9 @@ const info = {
464
464
  },
465
465
  {
466
466
  kind: 'Moonbridge',
467
- url: 'https://explorer.moonbridge.team/gitopia',
468
- tx_page: 'https://explorer.moonbridge.team/gitopia/tx/${txHash}',
469
- account_page: 'https://explorer.moonbridge.team/gitopia/account/${accountAddress}'
467
+ url: 'https://explorer.moonbridge.org/gitopia',
468
+ tx_page: 'https://explorer.moonbridge.org/gitopia/tx/${txHash}',
469
+ account_page: 'https://explorer.moonbridge.org/gitopia/account/${accountAddress}'
470
470
  },
471
471
  {
472
472
  kind: 'KonsorTech',
@@ -228,6 +228,10 @@ const info = {
228
228
  {
229
229
  address: 'jackal-grpc.noders.services:26090',
230
230
  provider: '[NODERS]TEAM'
231
+ },
232
+ {
233
+ address: 'grpc.jackal.mathnodes.com:443',
234
+ provider: 'MathNodes'
231
235
  }
232
236
  ]
233
237
  },
@@ -47,7 +47,7 @@ const info = {
47
47
  provider: 'Stakerhouse'
48
48
  },
49
49
  {
50
- address: 'https://kopi.rpc.moonbridge.team',
50
+ address: 'https://kopi-rpc.moonbridge.org',
51
51
  provider: 'Moonbridge'
52
52
  },
53
53
  {
@@ -101,7 +101,7 @@ const info = {
101
101
  provider: 'Stakerhouse'
102
102
  },
103
103
  {
104
- address: 'https://kopi.api.moonbridge.team',
104
+ address: 'https://kopi-api.moonbridge.org',
105
105
  provider: 'Moonbridge'
106
106
  },
107
107
  {
@@ -147,7 +147,7 @@ const info = {
147
147
  provider: 'Stakerhouse'
148
148
  },
149
149
  {
150
- address: 'https://kopi.grpc.moonbridge.team',
150
+ address: 'kopi-grpc.moonbridge.org:443',
151
151
  provider: 'Moonbridge'
152
152
  },
153
153
  {
@@ -197,9 +197,9 @@ const info = {
197
197
  },
198
198
  {
199
199
  kind: 'Moonbridge Explorer',
200
- url: 'https://explorer.moonbridge.team/kopi/',
201
- tx_page: 'https://explorer.moonbridge.team/kopi/txs/${txHash}',
202
- account_page: 'https://explorer.moonbridge.team/kopi/account/${accountAddress}'
200
+ url: 'https://explorer.moonbridge.org/kopi',
201
+ tx_page: 'https://explorer.moonbridge.org/kopi/txs/${txHash}',
202
+ account_page: 'https://explorer.moonbridge.org/kopi/account/${accountAddress}'
203
203
  },
204
204
  {
205
205
  kind: 'Cosmoscan Explorer',
@@ -1379,6 +1379,40 @@ const info = {
1379
1379
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bglUSDC.png'
1380
1380
  }],
1381
1381
  type_asset: 'sdk.coin'
1382
+ },
1383
+ {
1384
+ description: 'Drop staked TIA',
1385
+ extended_description: 'Drop protocol token for the interchain liquidity',
1386
+ denom_units: [{
1387
+ denom: 'factory/neutron1ut4c6pv4u6vyu97yw48y8g7mle0cat54848v6m97k977022lzxtsaqsgmq/udtia',
1388
+ exponent: 0
1389
+ }, {
1390
+ denom: 'dTIA',
1391
+ exponent: 6
1392
+ }],
1393
+ base: 'factory/neutron1ut4c6pv4u6vyu97yw48y8g7mle0cat54848v6m97k977022lzxtsaqsgmq/udtia',
1394
+ name: 'dTIA',
1395
+ display: 'dTIA',
1396
+ symbol: 'dTIA',
1397
+ traces: [{
1398
+ type: 'liquid-stake',
1399
+ counterparty: {
1400
+ chain_name: 'celestia',
1401
+ base_denom: 'utia'
1402
+ },
1403
+ provider: 'Drop Protocol'
1404
+ }],
1405
+ images: [{
1406
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dTIA.svg'
1407
+ }],
1408
+ logo_URIs: {
1409
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dTIA.svg'
1410
+ },
1411
+ socials: {
1412
+ website: 'https://www.drop.money/',
1413
+ twitter: 'https://x.com/Dropdotmoney'
1414
+ },
1415
+ type_asset: 'sdk.coin'
1382
1416
  }
1383
1417
  ]
1384
1418
  };
@@ -81,6 +81,10 @@ const info = {
81
81
  {
82
82
  address: 'https://realio_rio_mainnet_rpc.chain.whenmoonwhenlambo.money',
83
83
  provider: 'πŸš€ WHEN MOON πŸŒ• WHEN LAMBO πŸ”₯'
84
+ },
85
+ {
86
+ address: 'https://realio-rpc.moonbridge.org',
87
+ provider: 'Moonbridge'
84
88
  }
85
89
  ],
86
90
  rest: [
@@ -131,6 +135,10 @@ const info = {
131
135
  {
132
136
  address: 'https://realio_rio_mainnet_api.chain.whenmoonwhenlambo.money',
133
137
  provider: 'πŸš€ WHEN MOON πŸŒ• WHEN LAMBO πŸ”₯'
138
+ },
139
+ {
140
+ address: 'https://realio-api.moonbridge.org',
141
+ provider: 'Moonbridge'
134
142
  }
135
143
  ],
136
144
  grpc: [
@@ -248,6 +256,12 @@ const info = {
248
256
  url: 'https://explorer.whenmoonwhenlambo.money/realio',
249
257
  tx_page: 'https://explorer.whenmoonwhenlambo.money/realio/tx/${txHash}',
250
258
  account_page: 'https://explorer.whenmoonwhenlambo.money/realio/account/${accountAddress}'
259
+ },
260
+ {
261
+ kind: 'Moonbridge',
262
+ url: 'https://explorer.moonbridge.org/realio',
263
+ tx_page: 'https://explorer.moonbridge.org/realio/tx/${txHash}',
264
+ account_page: 'https://explorer.moonbridge.org/realio/account/${accountAddress}'
251
265
  }
252
266
  ],
253
267
  images: [{
@@ -38,8 +38,8 @@ const info = {
38
38
  provider: 'BccNodes'
39
39
  },
40
40
  {
41
- address: 'https://source.rpc.moonbridge.team/',
42
- provider: 'MoonBridge'
41
+ address: 'https://source-rpc.moonbridge.org',
42
+ provider: 'Moonbridge'
43
43
  },
44
44
  {
45
45
  address: 'https://source.rpc.m.stavr.tech',
@@ -132,8 +132,8 @@ const info = {
132
132
  provider: 'AutoStake πŸ›‘οΈ Slash Protected'
133
133
  },
134
134
  {
135
- address: 'https://source.api.moonbridge.team/',
136
- provider: 'MoonBridge'
135
+ address: 'https://source-api.moonbridge.org',
136
+ provider: 'Moonbridge'
137
137
  },
138
138
  {
139
139
  address: 'https://api-source.sr20de.xyz',
@@ -240,6 +240,10 @@ const info = {
240
240
  {
241
241
  address: 'https://source.declab.pro:9003',
242
242
  provider: 'Decloud Nodes Lab'
243
+ },
244
+ {
245
+ address: 'source-grpc.moonbridge.org:443',
246
+ provider: 'Moonbridge'
243
247
  }
244
248
  ]
245
249
  },
@@ -257,10 +261,10 @@ const info = {
257
261
  account_page: 'https://exp.nodeist.net/source/accounts/${accountAddress}'
258
262
  },
259
263
  {
260
- kind: 'MoonBridge',
261
- url: 'https://explorer.moonbridge.team/source',
262
- tx_page: 'https://explorer.moonbridge.team/source/tx/${txHash}',
263
- account_page: 'https://explorer.moonbridge.team/source/accounts/${accountAddress}'
264
+ kind: 'Moonbridge',
265
+ url: 'https://explorer.moonbridge.org/source',
266
+ tx_page: 'https://explorer.moonbridge.org/source/tx/${txHash}',
267
+ account_page: 'https://explorer.moonbridge.org/source/accounts/${accountAddress}'
264
268
  },
265
269
  {
266
270
  kind: 'NodeStake',
@@ -49,10 +49,6 @@ const info = {
49
49
  address: 'https://xion-mainnet-rpc.autostake.com:443',
50
50
  provider: 'AutoStake πŸ›‘οΈ Slash Protected'
51
51
  },
52
- {
53
- address: 'https://xion_mainnet_rpc.chain.whenmoonwhenlambo.money',
54
- provider: 'πŸš€ WHEN MOON πŸŒ• WHEN LAMBO πŸ”₯'
55
- },
56
52
  {
57
53
  address: 'https://rpc.xion.nodestake.org',
58
54
  provider: 'NodeStake'
@@ -79,10 +75,6 @@ const info = {
79
75
  address: 'https://xion-mainnet-lcd.autostake.com:443',
80
76
  provider: 'AutoStake πŸ›‘οΈ Slash Protected'
81
77
  },
82
- {
83
- address: 'https://xion_mainnet_api.chain.whenmoonwhenlambo.money',
84
- provider: 'πŸš€ WHEN MOON πŸŒ• WHEN LAMBO πŸ”₯'
85
- },
86
78
  {
87
79
  address: 'https://api.xion.nodestake.org',
88
80
  provider: 'NodeStake'
@@ -117,12 +109,6 @@ const info = {
117
109
  tx_page: 'https://explorer.burnt.com/xion-mainnet-1/tx/${txHash}',
118
110
  account_page: 'https://explorer.burnt.com/xion-mainnet-1/account/${accountAddress}'
119
111
  },
120
- {
121
- kind: 'πŸš€ WHEN MOON πŸŒ• WHEN LAMBO πŸ”₯',
122
- url: 'https://explorer.whenmoonwhenlambo.money/xion',
123
- tx_page: 'https://explorer.whenmoonwhenlambo.money/xion/tx/${txHash}',
124
- account_page: 'https://explorer.whenmoonwhenlambo.money/xion/account/${accountAddress}'
125
- },
126
112
  {
127
113
  kind: 'staking-explorer.com',
128
114
  url: 'https://staking-explorer.com/explorer/xion',
@@ -59,6 +59,10 @@ const info = {
59
59
  {
60
60
  address: 'https://zeta.rpc.m.stavr.tech:443',
61
61
  provider: 'πŸ”₯STAVRπŸ”₯'
62
+ },
63
+ {
64
+ address: 'https://zetachain-mainnet-rpc.cosmonautstakes.com',
65
+ provider: 'Cosmonaut Stakes'
62
66
  }
63
67
  ],
64
68
  rest: [
@@ -89,6 +93,10 @@ const info = {
89
93
  {
90
94
  address: 'https://zeta.api.m.stavr.tech',
91
95
  provider: 'πŸ”₯STAVRπŸ”₯'
96
+ },
97
+ {
98
+ address: 'https://zetachain-mainnet-rest.cosmonautstakes.com',
99
+ provider: 'Cosmonaut Stakes'
92
100
  }
93
101
  ],
94
102
  grpc: [
@@ -111,6 +119,10 @@ const info = {
111
119
  {
112
120
  address: 'zeta.grpc.m.stavr.tech',
113
121
  provider: 'πŸ”₯STAVRπŸ”₯'
122
+ },
123
+ {
124
+ address: 'zetachain-mainnet-grpc.cosmonautstakes.com:15190',
125
+ provider: 'Cosmonaut Stakes'
114
126
  }
115
127
  ]
116
128
  },
@@ -72,7 +72,7 @@ const info = {
72
72
  provider: 'Bro_n_Bro'
73
73
  },
74
74
  {
75
- address: 'https://composable.rpc.moonbridge.team',
75
+ address: 'https://picasso-rpc.moonbridge.org',
76
76
  provider: 'Moonbridge'
77
77
  },
78
78
  {
@@ -122,7 +122,7 @@ const info = {
122
122
  provider: 'Bro_n_Bro'
123
123
  },
124
124
  {
125
- address: 'https://composable.api.moonbridge.team',
125
+ address: 'https://picasso-api.moonbridge.org',
126
126
  provider: 'Moonbridge'
127
127
  },
128
128
  {
@@ -188,7 +188,7 @@ const info = {
188
188
  provider: 'Bro_n_Bro'
189
189
  },
190
190
  {
191
- address: 'https://composable.grpc.moonbridge.team',
191
+ address: 'https://picasso-grpc.moonbridge.org',
192
192
  provider: 'Moonbridge'
193
193
  },
194
194
  {
@@ -230,6 +230,11 @@ const info = {
230
230
  url: 'https://mainnet.whispernode.com/picasso',
231
231
  tx_page: 'https://mainnet.whispernode.com/picasso/tx/${txHash}',
232
232
  account_page: 'https://mainnet.whispernode.com/picasso/account/${accountAddress}'
233
+ },
234
+ {
235
+ kind: 'Moonbridge',
236
+ url: 'https://explorer.moonbridge.org/picasso',
237
+ tx_page: 'https://explorer.moonbridge.org/picasso/tx/${txHash}'
233
238
  }
234
239
  ],
235
240
  images: [{
@@ -30,10 +30,6 @@ const info = {
30
30
  address: 'https://rpc-dungeon-1.seraphim.zone',
31
31
  provider: 'Seraphim'
32
32
  },
33
- {
34
- address: 'https://rpc-dungeonchain.apeironnodes.com',
35
- provider: 'ApeironNodes'
36
- },
37
33
  {
38
34
  address: 'https://dungeon_mainnet_rpc.chain.whenmoonwhenlambo.money',
39
35
  provider: 'πŸš€ WHEN MOON πŸŒ• WHEN LAMBO πŸ”₯'
@@ -48,10 +44,6 @@ const info = {
48
44
  address: 'https://api-dungeon-1.seraphim.zone',
49
45
  provider: 'Seraphim'
50
46
  },
51
- {
52
- address: 'https://api-dungeonchain.apeironnodes.com',
53
- provider: 'ApeironNodes'
54
- },
55
47
  {
56
48
  address: 'https://api-archive-dungeonchain.apeironnodes.com',
57
49
  provider: 'ApeironNodes (Archive)'
@@ -96,6 +96,18 @@ const info = {
96
96
  {
97
97
  address: 'https://elys-rpc.cogwheel.zone:443',
98
98
  provider: 'Cogwheel βš™οΈ'
99
+ },
100
+ {
101
+ address: 'https://elys.rpc.quasarstaking.ai:443',
102
+ provider: 'Quasar'
103
+ },
104
+ {
105
+ address: 'https://elys-rpc.moonbridge.org:443',
106
+ provider: 'Moonbridge'
107
+ },
108
+ {
109
+ address: 'https://elys_mainnet_rpc.chain.whenmoonwhenlambo.money',
110
+ provider: 'πŸš€ WHEN MOON πŸŒ• WHEN LAMBO πŸ”₯'
99
111
  }
100
112
  ],
101
113
  rest: [
@@ -146,6 +158,18 @@ const info = {
146
158
  {
147
159
  address: 'https://elys-api.cogwheel.zone:443',
148
160
  provider: 'Cogwheel βš™οΈ'
161
+ },
162
+ {
163
+ address: 'https://elys.api.quasarstaking.ai:443',
164
+ provider: 'Quasar'
165
+ },
166
+ {
167
+ address: 'https://elys-api.moonbridge.org',
168
+ provider: 'Moonbridge'
169
+ },
170
+ {
171
+ address: 'https://elys_mainnet_api.chain.whenmoonwhenlambo.money',
172
+ provider: 'πŸš€ WHEN MOON πŸŒ• WHEN LAMBO πŸ”₯'
149
173
  }
150
174
  ],
151
175
  grpc: [
@@ -180,6 +204,14 @@ const info = {
180
204
  {
181
205
  address: 'elys-grpc.cogwheel.zone:443',
182
206
  provider: 'Cogwheel βš™οΈ'
207
+ },
208
+ {
209
+ address: 'elys.grpc.quasarstaking.ai:443',
210
+ provider: 'Quasar'
211
+ },
212
+ {
213
+ address: 'elys-grpc.moonbridge.org:443',
214
+ provider: 'Moonbridge'
183
215
  }
184
216
  ]
185
217
  },
@@ -213,6 +245,18 @@ const info = {
213
245
  url: 'https://explorer.stavr.tech/Elys-Mainnet',
214
246
  tx_page: 'https://explorer.stavr.tech/Elys-Mainnet/tx/${txHash}',
215
247
  account_page: 'https://explorer.stavr.tech/Elys-Mainnet/account/${accountAddress}'
248
+ },
249
+ {
250
+ kind: 'Moonbridge',
251
+ url: 'https://explorer.moonbridge.org/elys',
252
+ tx_page: 'https://explorer.moonbridge.org/elys/tx/${txHash}',
253
+ account_page: 'https://explorer.moonbridge.org/elys/account/${accountAddress}'
254
+ },
255
+ {
256
+ kind: 'πŸš€ WHEN MOON πŸŒ• WHEN LAMBO πŸ”₯',
257
+ url: 'https://explorer.whenmoonwhenlambo.money/elys',
258
+ tx_page: 'https://explorer.whenmoonwhenlambo.money/elys/tx/${txHash}',
259
+ account_page: 'https://explorer.whenmoonwhenlambo.money/elys/account/${accountAddress}'
216
260
  }
217
261
  ]
218
262
  };
@@ -85,6 +85,10 @@ const info = {
85
85
  {
86
86
  address: 'https://empower-rpc.bluestake.net:443',
87
87
  provider: 'BlueStake πŸš€'
88
+ },
89
+ {
90
+ address: 'https://empower-rpc.moonbridge.org',
91
+ provider: 'Moonbridge'
88
92
  }
89
93
  ],
90
94
  rest: [
@@ -139,6 +143,10 @@ const info = {
139
143
  {
140
144
  address: 'https://empower-api.bluestake.net',
141
145
  provider: 'BlueStake πŸš€'
146
+ },
147
+ {
148
+ address: 'https://empower-api.moonbridge.org',
149
+ provider: 'Moonbridge'
142
150
  }
143
151
  ],
144
152
  grpc: [
@@ -185,6 +193,10 @@ const info = {
185
193
  {
186
194
  address: 'empower-grpc.noders.services:25090',
187
195
  provider: '[NODERS]TEAM'
196
+ },
197
+ {
198
+ address: 'empower-grpc.moonbridge.org:443',
199
+ provider: 'Moonbridge'
188
200
  }
189
201
  ]
190
202
  },
@@ -224,6 +236,12 @@ const info = {
224
236
  url: 'https://mainnet.whispernode.com/empowerchain',
225
237
  tx_page: 'https://mainnet.whispernode.com/empowerchain/tx/${txHash}',
226
238
  account_page: 'https://mainnet.whispernode.com/empowerchain/account/${accountAddress}'
239
+ },
240
+ {
241
+ kind: 'Moonbridge',
242
+ url: 'https://explorer.moonbridge.org/empower',
243
+ tx_page: 'https://explorer.moonbridge.org/empower/tx/${txHash}',
244
+ account_page: 'https://explorer.moonbridge.org/empower/account/${accountAddress}'
227
245
  }
228
246
  ],
229
247
  images: [{
@@ -46,6 +46,12 @@ const info = {
46
46
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/mobx.png',
47
47
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/mobx.svg'
48
48
  },
49
+ socials: {
50
+ website: 'https://mobix.ai',
51
+ twitter: 'https://twitter.com/mobixwallet',
52
+ telegram: 'https://t.me/mobix_ai',
53
+ github: 'https://github.com/MOBIX-ai'
54
+ },
49
55
  images: [{
50
56
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/mobx.png',
51
57
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/mobx.svg',
@@ -110,7 +110,7 @@ const info = {
110
110
  provider: 'Roomit'
111
111
  },
112
112
  {
113
- address: 'https://gitopia.rpc.moonbridge.team',
113
+ address: 'https://gitopia-rpc.moonbridge.org',
114
114
  provider: 'Moonbridge'
115
115
  },
116
116
  {
@@ -232,7 +232,7 @@ const info = {
232
232
  provider: 'Roomit'
233
233
  },
234
234
  {
235
- address: 'https://gitopia.api.moonbridge.team',
235
+ address: 'https://gitopia-api.moonbridge.org',
236
236
  provider: 'Moonbridge'
237
237
  },
238
238
  {
@@ -354,7 +354,7 @@ const info = {
354
354
  provider: 'Roomit'
355
355
  },
356
356
  {
357
- address: 'https://gitopia.grpc.moonbridge.team',
357
+ address: 'gitopia-grpc.moonbridge.org:443',
358
358
  provider: 'Moonbridge'
359
359
  },
360
360
  {
@@ -466,9 +466,9 @@ const info = {
466
466
  },
467
467
  {
468
468
  kind: 'Moonbridge',
469
- url: 'https://explorer.moonbridge.team/gitopia',
470
- tx_page: 'https://explorer.moonbridge.team/gitopia/tx/${txHash}',
471
- account_page: 'https://explorer.moonbridge.team/gitopia/account/${accountAddress}'
469
+ url: 'https://explorer.moonbridge.org/gitopia',
470
+ tx_page: 'https://explorer.moonbridge.org/gitopia/tx/${txHash}',
471
+ account_page: 'https://explorer.moonbridge.org/gitopia/account/${accountAddress}'
472
472
  },
473
473
  {
474
474
  kind: 'KonsorTech',
@@ -230,6 +230,10 @@ const info = {
230
230
  {
231
231
  address: 'jackal-grpc.noders.services:26090',
232
232
  provider: '[NODERS]TEAM'
233
+ },
234
+ {
235
+ address: 'grpc.jackal.mathnodes.com:443',
236
+ provider: 'MathNodes'
233
237
  }
234
238
  ]
235
239
  },
@@ -49,7 +49,7 @@ const info = {
49
49
  provider: 'Stakerhouse'
50
50
  },
51
51
  {
52
- address: 'https://kopi.rpc.moonbridge.team',
52
+ address: 'https://kopi-rpc.moonbridge.org',
53
53
  provider: 'Moonbridge'
54
54
  },
55
55
  {
@@ -103,7 +103,7 @@ const info = {
103
103
  provider: 'Stakerhouse'
104
104
  },
105
105
  {
106
- address: 'https://kopi.api.moonbridge.team',
106
+ address: 'https://kopi-api.moonbridge.org',
107
107
  provider: 'Moonbridge'
108
108
  },
109
109
  {
@@ -149,7 +149,7 @@ const info = {
149
149
  provider: 'Stakerhouse'
150
150
  },
151
151
  {
152
- address: 'https://kopi.grpc.moonbridge.team',
152
+ address: 'kopi-grpc.moonbridge.org:443',
153
153
  provider: 'Moonbridge'
154
154
  },
155
155
  {
@@ -199,9 +199,9 @@ const info = {
199
199
  },
200
200
  {
201
201
  kind: 'Moonbridge Explorer',
202
- url: 'https://explorer.moonbridge.team/kopi/',
203
- tx_page: 'https://explorer.moonbridge.team/kopi/txs/${txHash}',
204
- account_page: 'https://explorer.moonbridge.team/kopi/account/${accountAddress}'
202
+ url: 'https://explorer.moonbridge.org/kopi',
203
+ tx_page: 'https://explorer.moonbridge.org/kopi/txs/${txHash}',
204
+ account_page: 'https://explorer.moonbridge.org/kopi/account/${accountAddress}'
205
205
  },
206
206
  {
207
207
  kind: 'Cosmoscan Explorer',
@@ -1381,6 +1381,40 @@ const info = {
1381
1381
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bglUSDC.png'
1382
1382
  }],
1383
1383
  type_asset: 'sdk.coin'
1384
+ },
1385
+ {
1386
+ description: 'Drop staked TIA',
1387
+ extended_description: 'Drop protocol token for the interchain liquidity',
1388
+ denom_units: [{
1389
+ denom: 'factory/neutron1ut4c6pv4u6vyu97yw48y8g7mle0cat54848v6m97k977022lzxtsaqsgmq/udtia',
1390
+ exponent: 0
1391
+ }, {
1392
+ denom: 'dTIA',
1393
+ exponent: 6
1394
+ }],
1395
+ base: 'factory/neutron1ut4c6pv4u6vyu97yw48y8g7mle0cat54848v6m97k977022lzxtsaqsgmq/udtia',
1396
+ name: 'dTIA',
1397
+ display: 'dTIA',
1398
+ symbol: 'dTIA',
1399
+ traces: [{
1400
+ type: 'liquid-stake',
1401
+ counterparty: {
1402
+ chain_name: 'celestia',
1403
+ base_denom: 'utia'
1404
+ },
1405
+ provider: 'Drop Protocol'
1406
+ }],
1407
+ images: [{
1408
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dTIA.svg'
1409
+ }],
1410
+ logo_URIs: {
1411
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dTIA.svg'
1412
+ },
1413
+ socials: {
1414
+ website: 'https://www.drop.money/',
1415
+ twitter: 'https://x.com/Dropdotmoney'
1416
+ },
1417
+ type_asset: 'sdk.coin'
1384
1418
  }
1385
1419
  ]
1386
1420
  };
@@ -83,6 +83,10 @@ const info = {
83
83
  {
84
84
  address: 'https://realio_rio_mainnet_rpc.chain.whenmoonwhenlambo.money',
85
85
  provider: 'πŸš€ WHEN MOON πŸŒ• WHEN LAMBO πŸ”₯'
86
+ },
87
+ {
88
+ address: 'https://realio-rpc.moonbridge.org',
89
+ provider: 'Moonbridge'
86
90
  }
87
91
  ],
88
92
  rest: [
@@ -133,6 +137,10 @@ const info = {
133
137
  {
134
138
  address: 'https://realio_rio_mainnet_api.chain.whenmoonwhenlambo.money',
135
139
  provider: 'πŸš€ WHEN MOON πŸŒ• WHEN LAMBO πŸ”₯'
140
+ },
141
+ {
142
+ address: 'https://realio-api.moonbridge.org',
143
+ provider: 'Moonbridge'
136
144
  }
137
145
  ],
138
146
  grpc: [
@@ -250,6 +258,12 @@ const info = {
250
258
  url: 'https://explorer.whenmoonwhenlambo.money/realio',
251
259
  tx_page: 'https://explorer.whenmoonwhenlambo.money/realio/tx/${txHash}',
252
260
  account_page: 'https://explorer.whenmoonwhenlambo.money/realio/account/${accountAddress}'
261
+ },
262
+ {
263
+ kind: 'Moonbridge',
264
+ url: 'https://explorer.moonbridge.org/realio',
265
+ tx_page: 'https://explorer.moonbridge.org/realio/tx/${txHash}',
266
+ account_page: 'https://explorer.moonbridge.org/realio/account/${accountAddress}'
253
267
  }
254
268
  ],
255
269
  images: [{
@@ -40,8 +40,8 @@ const info = {
40
40
  provider: 'BccNodes'
41
41
  },
42
42
  {
43
- address: 'https://source.rpc.moonbridge.team/',
44
- provider: 'MoonBridge'
43
+ address: 'https://source-rpc.moonbridge.org',
44
+ provider: 'Moonbridge'
45
45
  },
46
46
  {
47
47
  address: 'https://source.rpc.m.stavr.tech',
@@ -134,8 +134,8 @@ const info = {
134
134
  provider: 'AutoStake πŸ›‘οΈ Slash Protected'
135
135
  },
136
136
  {
137
- address: 'https://source.api.moonbridge.team/',
138
- provider: 'MoonBridge'
137
+ address: 'https://source-api.moonbridge.org',
138
+ provider: 'Moonbridge'
139
139
  },
140
140
  {
141
141
  address: 'https://api-source.sr20de.xyz',
@@ -242,6 +242,10 @@ const info = {
242
242
  {
243
243
  address: 'https://source.declab.pro:9003',
244
244
  provider: 'Decloud Nodes Lab'
245
+ },
246
+ {
247
+ address: 'source-grpc.moonbridge.org:443',
248
+ provider: 'Moonbridge'
245
249
  }
246
250
  ]
247
251
  },
@@ -259,10 +263,10 @@ const info = {
259
263
  account_page: 'https://exp.nodeist.net/source/accounts/${accountAddress}'
260
264
  },
261
265
  {
262
- kind: 'MoonBridge',
263
- url: 'https://explorer.moonbridge.team/source',
264
- tx_page: 'https://explorer.moonbridge.team/source/tx/${txHash}',
265
- account_page: 'https://explorer.moonbridge.team/source/accounts/${accountAddress}'
266
+ kind: 'Moonbridge',
267
+ url: 'https://explorer.moonbridge.org/source',
268
+ tx_page: 'https://explorer.moonbridge.org/source/tx/${txHash}',
269
+ account_page: 'https://explorer.moonbridge.org/source/accounts/${accountAddress}'
266
270
  },
267
271
  {
268
272
  kind: 'NodeStake',
@@ -51,10 +51,6 @@ const info = {
51
51
  address: 'https://xion-mainnet-rpc.autostake.com:443',
52
52
  provider: 'AutoStake πŸ›‘οΈ Slash Protected'
53
53
  },
54
- {
55
- address: 'https://xion_mainnet_rpc.chain.whenmoonwhenlambo.money',
56
- provider: 'πŸš€ WHEN MOON πŸŒ• WHEN LAMBO πŸ”₯'
57
- },
58
54
  {
59
55
  address: 'https://rpc.xion.nodestake.org',
60
56
  provider: 'NodeStake'
@@ -81,10 +77,6 @@ const info = {
81
77
  address: 'https://xion-mainnet-lcd.autostake.com:443',
82
78
  provider: 'AutoStake πŸ›‘οΈ Slash Protected'
83
79
  },
84
- {
85
- address: 'https://xion_mainnet_api.chain.whenmoonwhenlambo.money',
86
- provider: 'πŸš€ WHEN MOON πŸŒ• WHEN LAMBO πŸ”₯'
87
- },
88
80
  {
89
81
  address: 'https://api.xion.nodestake.org',
90
82
  provider: 'NodeStake'
@@ -119,12 +111,6 @@ const info = {
119
111
  tx_page: 'https://explorer.burnt.com/xion-mainnet-1/tx/${txHash}',
120
112
  account_page: 'https://explorer.burnt.com/xion-mainnet-1/account/${accountAddress}'
121
113
  },
122
- {
123
- kind: 'πŸš€ WHEN MOON πŸŒ• WHEN LAMBO πŸ”₯',
124
- url: 'https://explorer.whenmoonwhenlambo.money/xion',
125
- tx_page: 'https://explorer.whenmoonwhenlambo.money/xion/tx/${txHash}',
126
- account_page: 'https://explorer.whenmoonwhenlambo.money/xion/account/${accountAddress}'
127
- },
128
114
  {
129
115
  kind: 'staking-explorer.com',
130
116
  url: 'https://staking-explorer.com/explorer/xion',
@@ -61,6 +61,10 @@ const info = {
61
61
  {
62
62
  address: 'https://zeta.rpc.m.stavr.tech:443',
63
63
  provider: 'πŸ”₯STAVRπŸ”₯'
64
+ },
65
+ {
66
+ address: 'https://zetachain-mainnet-rpc.cosmonautstakes.com',
67
+ provider: 'Cosmonaut Stakes'
64
68
  }
65
69
  ],
66
70
  rest: [
@@ -91,6 +95,10 @@ const info = {
91
95
  {
92
96
  address: 'https://zeta.api.m.stavr.tech',
93
97
  provider: 'πŸ”₯STAVRπŸ”₯'
98
+ },
99
+ {
100
+ address: 'https://zetachain-mainnet-rest.cosmonautstakes.com',
101
+ provider: 'Cosmonaut Stakes'
94
102
  }
95
103
  ],
96
104
  grpc: [
@@ -113,6 +121,10 @@ const info = {
113
121
  {
114
122
  address: 'zeta.grpc.m.stavr.tech',
115
123
  provider: 'πŸ”₯STAVRπŸ”₯'
124
+ },
125
+ {
126
+ address: 'zetachain-mainnet-grpc.cosmonautstakes.com:15190',
127
+ provider: 'Cosmonaut Stakes'
116
128
  }
117
129
  ]
118
130
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "1.69.67",
3
+ "version": "1.69.69",
4
4
  "description": "Cosmos chain registry βš›οΈ",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/cosmology-tech/chain-registry/tree/master/packages/chain-registry#readme",
@@ -29,11 +29,11 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "@chain-registry/utils": "^1.51.38",
32
+ "@chain-registry/utils": "^1.51.40",
33
33
  "deepmerge": "^4.2.2"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.50.38"
36
+ "@chain-registry/types": "^0.50.40"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "613582dd34ddfc33e6da3678cf6eb6420628a5af"
46
+ "gitHead": "aa27d958f50313dbdf4c6626d6af03a66688ca42"
47
47
  }