chain-registry 1.69.92 → 1.69.93

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 (35) hide show
  1. package/esm/mainnet/mantrachain/ibc.js +29 -0
  2. package/esm/mainnet/milkyway/assets.js +91 -31
  3. package/esm/mainnet/milkyway/chain.js +7 -0
  4. package/esm/mainnet/osmosis/assets.js +50 -5
  5. package/esm/mainnet/stargaze/assets.js +64 -0
  6. package/esm/mainnet/stargaze/ibc.js +29 -0
  7. package/esm/mainnet/terra2/assets.js +30 -0
  8. package/esm/noncosmos/dogecoin/assets.js +1 -0
  9. package/esm/noncosmos/internetcomputer/assets.js +46 -3
  10. package/esm/testnet/airchainstestnet/chain.js +8 -0
  11. package/esm/testnet/manifesttestnet/assets.js +45 -3
  12. package/esm/testnet/neutrontestnet/ibc.js +29 -1
  13. package/esm/testnet/nibirutestnet/assets.js +38 -0
  14. package/esm/testnet/nolustestnet/chain.js +7 -7
  15. package/esm/testnet/nolustestnet/ibc.js +8 -8
  16. package/esm/testnet/osmosistestnet/assets.js +40 -0
  17. package/esm/testnet/osmosistestnet/ibc.js +30 -0
  18. package/mainnet/mantrachain/ibc.js +29 -0
  19. package/mainnet/milkyway/assets.js +91 -31
  20. package/mainnet/milkyway/chain.js +7 -0
  21. package/mainnet/osmosis/assets.js +50 -5
  22. package/mainnet/stargaze/assets.js +64 -0
  23. package/mainnet/stargaze/ibc.js +29 -0
  24. package/mainnet/terra2/assets.js +30 -0
  25. package/noncosmos/dogecoin/assets.js +1 -0
  26. package/noncosmos/internetcomputer/assets.js +46 -3
  27. package/package.json +4 -4
  28. package/testnet/airchainstestnet/chain.js +8 -0
  29. package/testnet/manifesttestnet/assets.js +45 -3
  30. package/testnet/neutrontestnet/ibc.js +29 -1
  31. package/testnet/nibirutestnet/assets.js +38 -0
  32. package/testnet/nolustestnet/chain.js +7 -7
  33. package/testnet/nolustestnet/ibc.js +8 -8
  34. package/testnet/osmosistestnet/assets.js +40 -0
  35. package/testnet/osmosistestnet/ibc.js +30 -0
@@ -43,6 +43,34 @@ const info = [
43
43
  }
44
44
  }]
45
45
  },
46
+ {
47
+ $schema: '../../ibc_data.schema.json',
48
+ chain_1: {
49
+ chain_name: 'neutrontestnet',
50
+ client_id: '07-tendermint-338',
51
+ connection_id: 'connection-237'
52
+ },
53
+ chain_2: {
54
+ chain_name: 'nolustestnet',
55
+ client_id: '07-tendermint-1',
56
+ connection_id: 'connection-1'
57
+ },
58
+ channels: [{
59
+ chain_1: {
60
+ channel_id: 'channel-1061',
61
+ port_id: 'transfer'
62
+ },
63
+ chain_2: {
64
+ channel_id: 'channel-1',
65
+ port_id: 'transfer'
66
+ },
67
+ ordering: 'unordered',
68
+ version: 'ics20-1',
69
+ tags: {
70
+ status: 'live'
71
+ }
72
+ }]
73
+ },
46
74
  {
47
75
  $schema: '../../ibc_data.schema.json',
48
76
  chain_1: {
@@ -51,7 +79,7 @@ const info = [
51
79
  connection_id: 'connection-130'
52
80
  },
53
81
  chain_2: {
54
- chain_name: 'nolustestnet',
82
+ chain_name: 'nolustestnet1',
55
83
  client_id: '07-tendermint-2',
56
84
  connection_id: 'connection-1'
57
85
  },
@@ -38,6 +38,44 @@ const info = {
38
38
  }
39
39
  }],
40
40
  type_asset: 'sdk.coin'
41
+ }, {
42
+ description: 'Liquid Staked Nibiru (Eris)',
43
+ extended_description: 'Liquid Staked Nibiru, powered by Eris Protocol\'s amplifier contracts. Nibiru is a smart contract ecosystem with a high-performance, EVM-equivalent execution layer. Nibiru is engineered to meet the growing demand for versatile, scalable, and easy-to-use Web3 applications.',
44
+ socials: {
45
+ website: 'https://nibiru.fi/docs/learn/liquid-stake/',
46
+ twitter: 'https://x.com/eris_protocol'
47
+ },
48
+ denom_units: [{
49
+ denom: 'tf/nibi1xsvylys33m0y3dpyz6he3xuv2rcdwtk843wg2xdvqhdty8wmr0wq9au5px/ampNIBIT',
50
+ exponent: 0
51
+ }, {
52
+ denom: 'stNIBI',
53
+ exponent: 6
54
+ }],
55
+ base: 'tf/nibi1xsvylys33m0y3dpyz6he3xuv2rcdwtk843wg2xdvqhdty8wmr0wq9au5px/ampNIBIT',
56
+ name: 'Liquid Staked Nibiru (Eris)',
57
+ display: 'stNIBI',
58
+ symbol: 'stNIBI',
59
+ logo_URIs: {
60
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/stnibi-logo-circle-500x500.png',
61
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/stnibi-logo-circle-500x500.svg'
62
+ },
63
+ images: [{
64
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/stnibi-logo-circle-500x500.png',
65
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/stnibi-logo-circle-500x500.svg',
66
+ theme: {
67
+ primary_color_hex: '#14c0ce'
68
+ }
69
+ }],
70
+ traces: [{
71
+ type: 'liquid-stake',
72
+ counterparty: {
73
+ chain_name: 'nibiru',
74
+ base_denom: 'unibi'
75
+ },
76
+ provider: 'Eris Protocol'
77
+ }],
78
+ type_asset: 'sdk.coin'
41
79
  }]
42
80
  };
43
81
  export default info;
@@ -6,7 +6,7 @@ const info = {
6
6
  network_type: 'testnet',
7
7
  pretty_name: 'Nolus Testnet',
8
8
  chain_type: 'cosmos',
9
- chain_id: 'rila-1',
9
+ chain_id: 'rila-3',
10
10
  bech32_prefix: 'nolus',
11
11
  daemon_name: 'nolusd',
12
12
  node_home: '$HOME/.nolusd',
@@ -35,23 +35,23 @@ const info = {
35
35
  },
36
36
  apis: {
37
37
  rpc: [{
38
- address: 'https://rila-cl.nolus.network:26657',
38
+ address: 'https://rila-rpc.nolus.network',
39
39
  provider: 'NolusProtocol'
40
40
  }],
41
41
  rest: [{
42
- address: 'https://rila-cl.nolus.network:1317',
42
+ address: 'https://rila-lcd.nolus.network',
43
43
  provider: 'NolusProtocol'
44
44
  }],
45
45
  grpc: [{
46
- address: 'https://rila-cl.nolus.network:9090',
46
+ address: 'https://rila-grpc.nolus.network',
47
47
  provider: 'NolusProtocol'
48
48
  }]
49
49
  },
50
50
  explorers: [{
51
51
  kind: 'Nolus Explorer',
52
- url: 'https://explorer-rila.nolus.io/rila-1/',
53
- tx_page: 'https://explorer-rila.nolus.io/rila-1/tx/${txHash}',
54
- account_page: 'https://explorer-rila.nolus.io/rila-1/account/${accountAddress}'
52
+ url: 'https://testnet.ping.pub/nolus/',
53
+ tx_page: 'https://testnet.ping.pub/nolus/tx/${txHash}',
54
+ account_page: 'https://testnet.ping.pub/nolus/account/${accountAddress}'
55
55
  }],
56
56
  keywords: ['testnet'],
57
57
  images: [{
@@ -2,21 +2,21 @@ const info = [{
2
2
  $schema: '../../ibc_data.schema.json',
3
3
  chain_1: {
4
4
  chain_name: 'neutrontestnet',
5
- client_id: '07-tendermint-143',
6
- connection_id: 'connection-130'
5
+ client_id: '07-tendermint-338',
6
+ connection_id: 'connection-237'
7
7
  },
8
8
  chain_2: {
9
9
  chain_name: 'nolustestnet',
10
- client_id: '07-tendermint-2',
10
+ client_id: '07-tendermint-1',
11
11
  connection_id: 'connection-1'
12
12
  },
13
13
  channels: [{
14
14
  chain_1: {
15
- channel_id: 'channel-208',
15
+ channel_id: 'channel-1061',
16
16
  port_id: 'transfer'
17
17
  },
18
18
  chain_2: {
19
- channel_id: 'channel-1990',
19
+ channel_id: 'channel-1',
20
20
  port_id: 'transfer'
21
21
  },
22
22
  ordering: 'unordered',
@@ -34,8 +34,8 @@ const info = [{
34
34
  },
35
35
  chain_2: {
36
36
  chain_name: 'osmosistestnet',
37
- client_id: '07-tendermint-102',
38
- connection_id: 'connection-120'
37
+ client_id: '07-tendermint-3711',
38
+ connection_id: 'connection-3235'
39
39
  },
40
40
  channels: [{
41
41
  chain_1: {
@@ -43,7 +43,7 @@ const info = [{
43
43
  port_id: 'transfer'
44
44
  },
45
45
  chain_2: {
46
- channel_id: 'channel-110',
46
+ channel_id: 'channel-8272',
47
47
  port_id: 'transfer'
48
48
  },
49
49
  ordering: 'unordered',
@@ -799,6 +799,46 @@ const info = {
799
799
  images: [{
800
800
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titantestnet/images/tkx.png'
801
801
  }]
802
+ },
803
+ {
804
+ description: 'Manifest Testnet Token',
805
+ denom_units: [{
806
+ denom: 'ibc/8402769A51AEE1CDF35223998D284E937EBF03F4A2CE43EC10BB028BB5AD29C8',
807
+ exponent: 0,
808
+ aliases: ['umfx']
809
+ }, {
810
+ denom: 'mfx',
811
+ exponent: 6
812
+ }],
813
+ type_asset: 'ics20',
814
+ base: 'ibc/8402769A51AEE1CDF35223998D284E937EBF03F4A2CE43EC10BB028BB5AD29C8',
815
+ name: 'Manifest Testnet',
816
+ display: 'mfx',
817
+ symbol: 'MFX',
818
+ traces: [{
819
+ type: 'ibc',
820
+ counterparty: {
821
+ chain_name: 'manifesttestnet',
822
+ base_denom: 'umfx',
823
+ channel_id: 'channel-0'
824
+ },
825
+ chain: {
826
+ channel_id: 'channel-10016',
827
+ path: 'transfer/channel-10016/umfx'
828
+ }
829
+ }],
830
+ logo_URIs: {
831
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/mfx.png',
832
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/mfx.svg'
833
+ },
834
+ images: [{
835
+ image_sync: {
836
+ chain_name: 'manifesttestnet',
837
+ base_denom: 'umfx'
838
+ },
839
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/mfx.png',
840
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/mfx.svg'
841
+ }]
802
842
  }
803
843
  ]
804
844
  };
@@ -716,6 +716,36 @@ const info = [
716
716
  client_id: '07-tendermint-0',
717
717
  connection_id: 'connection-0'
718
718
  },
719
+ chain_2: {
720
+ chain_name: 'osmosistestnet',
721
+ client_id: '07-tendermint-3711',
722
+ connection_id: 'connection-3235'
723
+ },
724
+ channels: [{
725
+ chain_1: {
726
+ channel_id: 'channel-0',
727
+ port_id: 'transfer'
728
+ },
729
+ chain_2: {
730
+ channel_id: 'channel-8272',
731
+ port_id: 'transfer'
732
+ },
733
+ ordering: 'unordered',
734
+ version: 'ics20-1',
735
+ tags: {
736
+ status: 'live',
737
+ preferred: true,
738
+ dex: 'osmosis'
739
+ }
740
+ }]
741
+ },
742
+ {
743
+ $schema: '../../ibc_data.schema.json',
744
+ chain_1: {
745
+ chain_name: 'nolustestnet1',
746
+ client_id: '07-tendermint-0',
747
+ connection_id: 'connection-0'
748
+ },
719
749
  chain_2: {
720
750
  chain_name: 'osmosistestnet',
721
751
  client_id: '07-tendermint-102',
@@ -116,6 +116,35 @@ const info = [
116
116
  preferred: true
117
117
  }
118
118
  }]
119
+ },
120
+ {
121
+ $schema: '../ibc_data.schema.json',
122
+ chain_1: {
123
+ chain_name: 'mantrachain',
124
+ client_id: '07-tendermint-4',
125
+ connection_id: 'connection-4'
126
+ },
127
+ chain_2: {
128
+ chain_name: 'stargaze',
129
+ client_id: '07-tendermint-372',
130
+ connection_id: 'connection-332'
131
+ },
132
+ channels: [{
133
+ chain_1: {
134
+ channel_id: 'channel-4',
135
+ port_id: 'transfer'
136
+ },
137
+ chain_2: {
138
+ channel_id: 'channel-406',
139
+ port_id: 'transfer'
140
+ },
141
+ ordering: 'unordered',
142
+ version: 'ics20-1',
143
+ tags: {
144
+ status: 'live',
145
+ preferred: true
146
+ }
147
+ }]
119
148
  }
120
149
  ];
121
150
  exports.default = info;
@@ -36,6 +36,49 @@ const info = {
36
36
  twitter: 'https://x.com/milky_way_zone'
37
37
  }
38
38
  },
39
+ {
40
+ description: 'The native token of the Celestia blockchain.',
41
+ denom_units: [{
42
+ denom: 'ibc/F1183DB3D428313A6FD329DF18219F9D6B83257D07D292EA9EC1D877E89EC2B0',
43
+ exponent: 0,
44
+ aliases: ['utia']
45
+ }, {
46
+ denom: 'TIA',
47
+ exponent: 6
48
+ }],
49
+ type_asset: 'ics20',
50
+ base: 'ibc/F1183DB3D428313A6FD329DF18219F9D6B83257D07D292EA9EC1D877E89EC2B0',
51
+ name: 'TIA',
52
+ display: 'TIA',
53
+ symbol: 'TIA',
54
+ traces: [{
55
+ type: 'ibc',
56
+ counterparty: {
57
+ chain_name: 'celestia',
58
+ base_denom: 'utia',
59
+ channel_id: 'channel-49'
60
+ },
61
+ chain: {
62
+ channel_id: 'channel-1',
63
+ path: 'transfer/channel-1/utia'
64
+ }
65
+ }],
66
+ logo_URIs: {
67
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
68
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
69
+ },
70
+ images: [{
71
+ image_sync: {
72
+ chain_name: 'celestia',
73
+ base_denom: 'utia'
74
+ },
75
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
76
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg',
77
+ theme: {
78
+ primary_color_hex: '#7c2cfb'
79
+ }
80
+ }]
81
+ },
39
82
  {
40
83
  description: 'The native token of the Celestia blockchain.',
41
84
  denom_units: [{
@@ -43,13 +86,13 @@ const info = {
43
86
  exponent: 0,
44
87
  aliases: ['utia']
45
88
  }, {
46
- denom: 'tia',
89
+ denom: 'TIA',
47
90
  exponent: 6
48
91
  }],
49
92
  type_asset: 'ics20',
50
93
  base: 'ibc/6C349F0EB135C5FA99301758F35B87DB88403D690E5E314AB080401FEE4066E5',
51
94
  name: 'Celestia',
52
- display: 'tia',
95
+ display: 'TIA',
53
96
  symbol: 'TIA',
54
97
  traces: [{
55
98
  type: 'ibc',
@@ -67,7 +110,7 @@ const info = {
67
110
  counterparty: {
68
111
  chain_name: 'osmosis',
69
112
  base_denom: 'ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877',
70
- channel_id: 'channel-0'
113
+ channel_id: 'channel-89298'
71
114
  },
72
115
  chain: {
73
116
  channel_id: 'channel-0',
@@ -95,7 +138,7 @@ const info = {
95
138
  denom_units: [{
96
139
  denom: 'ibc/16065EE5282C5217685C8F084FC44864C25C706AC37356B0D62811D50B96920F',
97
140
  exponent: 0,
98
- aliases: ['umilktia']
141
+ aliases: ['factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA']
99
142
  }, {
100
143
  denom: 'milkTIA',
101
144
  exponent: 6
@@ -117,7 +160,7 @@ const info = {
117
160
  counterparty: {
118
161
  chain_name: 'osmosis',
119
162
  base_denom: 'factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA',
120
- channel_id: 'channel-0'
163
+ channel_id: 'channel-89298'
121
164
  },
122
165
  chain: {
123
166
  channel_id: 'channel-0',
@@ -149,7 +192,7 @@ const info = {
149
192
  }],
150
193
  type_asset: 'ics20',
151
194
  base: 'ibc/8D4FC51F696E03711B9B37A5787FB89BD2DDBAF788813478B002D552A12F9157',
152
- name: 'Stride Staked TIA',
195
+ name: 'stTIA',
153
196
  display: 'stTIA',
154
197
  symbol: 'stTIA',
155
198
  traces: [
@@ -178,7 +221,7 @@ const info = {
178
221
  counterparty: {
179
222
  chain_name: 'osmosis',
180
223
  base_denom: 'ibc/698350B8A61D575025F3ED13E9AC9C0F45C89DEFE92F76D5838F1D3C1A7FF7C9',
181
- channel_id: 'channel-0'
224
+ channel_id: 'channel-89298'
182
225
  },
183
226
  chain: {
184
227
  channel_id: 'channel-0',
@@ -203,46 +246,63 @@ const info = {
203
246
  }]
204
247
  },
205
248
  {
206
- description: 'The native token of the Celestia blockchain.',
249
+ description: 'Drop\'s liquid staked TIA',
207
250
  denom_units: [{
208
- denom: 'ibc/F1183DB3D428313A6FD329DF18219F9D6B83257D07D292EA9EC1D877E89EC2B0',
251
+ denom: 'ibc/4795C86F72EC2CB54E885A4A5B401BED9C333E008311ED9C4DE01BF546B44A21',
209
252
  exponent: 0,
210
- aliases: ['utia']
253
+ aliases: ['udtia']
211
254
  }, {
212
- denom: 'tia',
255
+ denom: 'dTIA',
213
256
  exponent: 6
214
257
  }],
215
258
  type_asset: 'ics20',
216
- base: 'ibc/F1183DB3D428313A6FD329DF18219F9D6B83257D07D292EA9EC1D877E89EC2B0',
217
- name: 'Celestia',
218
- display: 'tia',
219
- symbol: 'TIA',
220
- traces: [{
221
- type: 'ibc',
259
+ base: 'ibc/4795C86F72EC2CB54E885A4A5B401BED9C333E008311ED9C4DE01BF546B44A21',
260
+ name: 'dTIA',
261
+ display: 'dTIA',
262
+ symbol: 'dTIA',
263
+ traces: [
264
+ {
265
+ type: 'liquid-stake',
222
266
  counterparty: {
223
267
  chain_name: 'celestia',
224
- base_denom: 'utia',
225
- channel_id: 'channel-1'
268
+ base_denom: 'utia'
269
+ },
270
+ provider: 'Drop Protocol'
271
+ },
272
+ {
273
+ type: 'ibc',
274
+ counterparty: {
275
+ chain_name: 'neutron',
276
+ base_denom: 'factory/neutron1ut4c6pv4u6vyu97yw48y8g7mle0cat54848v6m97k977022lzxtsaqsgmq/udtia',
277
+ channel_id: 'channel-10'
226
278
  },
227
279
  chain: {
228
- channel_id: 'channel-1',
229
- path: 'transfer/channel-1/utia'
280
+ channel_id: 'channel-874',
281
+ path: 'transfer/channel-874/factory/neutron1ut4c6pv4u6vyu97yw48y8g7mle0cat54848v6m97k977022lzxtsaqsgmq/udtia'
230
282
  }
231
- }],
283
+ },
284
+ {
285
+ type: 'ibc',
286
+ counterparty: {
287
+ chain_name: 'osmosis',
288
+ base_denom: 'ibc/C7A810C6ED1FC3FFC7C834A534D400EADC94FF7D3BE13DDD4C042AEF1816DFB4',
289
+ channel_id: 'channel-89298'
290
+ },
291
+ chain: {
292
+ channel_id: 'channel-0',
293
+ path: 'transfer/channel-0/transfer/channel-874/factory/neutron1ut4c6pv4u6vyu97yw48y8g7mle0cat54848v6m97k977022lzxtsaqsgmq/udtia'
294
+ }
295
+ }
296
+ ],
232
297
  logo_URIs: {
233
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
234
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
298
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dTIA.svg'
235
299
  },
236
300
  images: [{
237
301
  image_sync: {
238
- chain_name: 'celestia',
239
- base_denom: 'utia'
302
+ chain_name: 'neutron',
303
+ base_denom: 'factory/neutron1ut4c6pv4u6vyu97yw48y8g7mle0cat54848v6m97k977022lzxtsaqsgmq/udtia'
240
304
  },
241
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
242
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg',
243
- theme: {
244
- primary_color_hex: '#7c2cfb'
245
- }
305
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dTIA.svg'
246
306
  }]
247
307
  }
248
308
  ]
@@ -43,6 +43,13 @@ const info = {
43
43
  low_gas_price: 0.0025,
44
44
  average_gas_price: 0.003,
45
45
  high_gas_price: 0.0035
46
+ },
47
+ {
48
+ denom: 'ibc/4795C86F72EC2CB54E885A4A5B401BED9C333E008311ED9C4DE01BF546B44A21',
49
+ fixed_min_gas_price: 0.002,
50
+ low_gas_price: 0.0025,
51
+ average_gas_price: 0.003,
52
+ high_gas_price: 0.0035
46
53
  }
47
54
  ]
48
55
  },
@@ -21318,7 +21318,7 @@ const info = {
21318
21318
  {
21319
21319
  description: 'The native staking and governance token of AtomOne',
21320
21320
  denom_units: [{
21321
- denom: 'ibc/715283E4A955EB803AB1DD30B488587A4D63BF0B51BADA537053DEE479BA10D6',
21321
+ denom: 'ibc/BC26A7A805ECD6822719472BCB7842A48EF09DF206182F8F259B2593EB5D23FB',
21322
21322
  exponent: 0,
21323
21323
  aliases: ['uatone']
21324
21324
  }, {
@@ -21326,7 +21326,7 @@ const info = {
21326
21326
  exponent: 6
21327
21327
  }],
21328
21328
  type_asset: 'ics20',
21329
- base: 'ibc/715283E4A955EB803AB1DD30B488587A4D63BF0B51BADA537053DEE479BA10D6',
21329
+ base: 'ibc/BC26A7A805ECD6822719472BCB7842A48EF09DF206182F8F259B2593EB5D23FB',
21330
21330
  name: 'AtomOne',
21331
21331
  display: 'atone',
21332
21332
  symbol: 'ATONE',
@@ -21335,11 +21335,11 @@ const info = {
21335
21335
  counterparty: {
21336
21336
  chain_name: 'atomone',
21337
21337
  base_denom: 'uatone',
21338
- channel_id: 'channel-0'
21338
+ channel_id: 'channel-2'
21339
21339
  },
21340
21340
  chain: {
21341
- channel_id: 'channel-85309',
21342
- path: 'transfer/channel-85309/uatone'
21341
+ channel_id: 'channel-94814',
21342
+ path: 'transfer/channel-94814/uatone'
21343
21343
  }
21344
21344
  }],
21345
21345
  logo_URIs: {
@@ -22358,6 +22358,51 @@ const info = {
22358
22358
  images: [{
22359
22359
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/cult.png'
22360
22360
  }]
22361
+ },
22362
+ {
22363
+ description: 'Drop staked TIA',
22364
+ denom_units: [{
22365
+ denom: 'ibc/C7A810C6ED1FC3FFC7C834A534D400EADC94FF7D3BE13DDD4C042AEF1816DFB4',
22366
+ exponent: 0,
22367
+ aliases: ['factory/neutron1ut4c6pv4u6vyu97yw48y8g7mle0cat54848v6m97k977022lzxtsaqsgmq/udtia']
22368
+ }, {
22369
+ denom: 'dTIA',
22370
+ exponent: 6
22371
+ }],
22372
+ type_asset: 'ics20',
22373
+ base: 'ibc/C7A810C6ED1FC3FFC7C834A534D400EADC94FF7D3BE13DDD4C042AEF1816DFB4',
22374
+ name: 'dTIA',
22375
+ display: 'dTIA',
22376
+ symbol: 'dTIA',
22377
+ traces: [{
22378
+ type: 'liquid-stake',
22379
+ counterparty: {
22380
+ chain_name: 'celestia',
22381
+ base_denom: 'utia'
22382
+ },
22383
+ provider: 'Drop Protocol'
22384
+ }, {
22385
+ type: 'ibc',
22386
+ counterparty: {
22387
+ chain_name: 'neutron',
22388
+ base_denom: 'factory/neutron1ut4c6pv4u6vyu97yw48y8g7mle0cat54848v6m97k977022lzxtsaqsgmq/udtia',
22389
+ channel_id: 'channel-10'
22390
+ },
22391
+ chain: {
22392
+ channel_id: 'channel-874',
22393
+ path: 'transfer/channel-874/factory/neutron1ut4c6pv4u6vyu97yw48y8g7mle0cat54848v6m97k977022lzxtsaqsgmq/udtia'
22394
+ }
22395
+ }],
22396
+ logo_URIs: {
22397
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dTIA.svg'
22398
+ },
22399
+ images: [{
22400
+ image_sync: {
22401
+ chain_name: 'neutron',
22402
+ base_denom: 'factory/neutron1ut4c6pv4u6vyu97yw48y8g7mle0cat54848v6m97k977022lzxtsaqsgmq/udtia'
22403
+ },
22404
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dTIA.svg'
22405
+ }]
22361
22406
  }
22362
22407
  ]
22363
22408
  };
@@ -699,6 +699,70 @@ const info = {
699
699
  base_denom: 'factory/osmo1qdvwftqd8ml6t9w6dmj97m03ck5ghqqmd8y7cm/cult'
700
700
  }
701
701
  }]
702
+ },
703
+ {
704
+ description: 'The native token of MANTRA',
705
+ denom_units: [{
706
+ denom: 'ibc/3BD86E80E000B52DA57C474A6A44E37F73D34E38A1FA79EE678E08D119FC555B',
707
+ exponent: 0,
708
+ aliases: ['uom']
709
+ }, {
710
+ denom: 'om',
711
+ exponent: 6
712
+ }],
713
+ type_asset: 'ics20',
714
+ base: 'ibc/3BD86E80E000B52DA57C474A6A44E37F73D34E38A1FA79EE678E08D119FC555B',
715
+ name: 'MANTRA',
716
+ display: 'om',
717
+ symbol: 'OM',
718
+ traces: [{
719
+ type: 'ibc',
720
+ counterparty: {
721
+ chain_name: 'mantrachain',
722
+ base_denom: 'uom',
723
+ channel_id: 'channel-4'
724
+ },
725
+ chain: {
726
+ channel_id: 'channel-406',
727
+ path: 'transfer/channel-406/uom'
728
+ }
729
+ }],
730
+ logo_URIs: {
731
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
732
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg'
733
+ },
734
+ images: [
735
+ {
736
+ image_sync: {
737
+ chain_name: 'mantrachain',
738
+ base_denom: 'uom'
739
+ },
740
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
741
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
742
+ theme: {
743
+ circle: true,
744
+ primary_color_hex: '#fba0c1'
745
+ }
746
+ },
747
+ {
748
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.png',
749
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.svg',
750
+ theme: {
751
+ dark_mode: true,
752
+ circle: true,
753
+ primary_color_hex: '#342c2c'
754
+ }
755
+ },
756
+ {
757
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.png',
758
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.svg',
759
+ theme: {
760
+ dark_mode: false,
761
+ circle: true,
762
+ primary_color_hex: '#342c2c'
763
+ }
764
+ }
765
+ ]
702
766
  }
703
767
  ]
704
768
  };