@chain-registry/assets 1.70.282 → 1.70.284
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.
- package/esm/mainnet/int3face.js +316 -0
- package/esm/mainnet/noble.js +80 -0
- package/esm/mainnet/osmosis.js +6 -6
- package/esm/mainnet/taketitan.js +4 -4
- package/esm/testnet/int3facetestnet.js +180 -1
- package/esm/testnet/nobletestnet.js +80 -0
- package/index.d.ts +1 -1
- package/mainnet/int3face.js +316 -0
- package/mainnet/noble.js +80 -0
- package/mainnet/osmosis.js +6 -6
- package/mainnet/taketitan.js +4 -4
- package/package.json +5 -5
- package/testnet/int3facetestnet.js +180 -1
- package/testnet/nobletestnet.js +80 -0
package/esm/mainnet/int3face.js
CHANGED
|
@@ -154,6 +154,164 @@ const assets = {
|
|
|
154
154
|
}
|
|
155
155
|
}]
|
|
156
156
|
},
|
|
157
|
+
{
|
|
158
|
+
description: 'The permissioned staking asset for Noble Chain',
|
|
159
|
+
denom_units: [{
|
|
160
|
+
denom: 'ibc/825446D2FFB7DD0FE55C78C9C6D4855F253136BE596FE20E3AFCB856A86340AE',
|
|
161
|
+
exponent: 0,
|
|
162
|
+
aliases: ['ustake']
|
|
163
|
+
}, {
|
|
164
|
+
denom: 'stake',
|
|
165
|
+
exponent: 6
|
|
166
|
+
}],
|
|
167
|
+
type_asset: 'sdk.coin',
|
|
168
|
+
base: 'ibc/825446D2FFB7DD0FE55C78C9C6D4855F253136BE596FE20E3AFCB856A86340AE',
|
|
169
|
+
name: 'Stake',
|
|
170
|
+
display: 'stake',
|
|
171
|
+
symbol: 'STAKE',
|
|
172
|
+
logo_URIs: {
|
|
173
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
174
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
|
|
175
|
+
},
|
|
176
|
+
images: [{
|
|
177
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
178
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg',
|
|
179
|
+
theme: {
|
|
180
|
+
primary_color_hex: '#a8bbfb'
|
|
181
|
+
}
|
|
182
|
+
}],
|
|
183
|
+
traces: [{
|
|
184
|
+
type: 'ibc',
|
|
185
|
+
counterparty: {
|
|
186
|
+
channel_id: 'channel-165',
|
|
187
|
+
base_denom: 'ustake',
|
|
188
|
+
chain_name: 'noble'
|
|
189
|
+
},
|
|
190
|
+
chain: {
|
|
191
|
+
channel_id: 'channel-2'
|
|
192
|
+
}
|
|
193
|
+
}]
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
|
|
197
|
+
denom_units: [{
|
|
198
|
+
denom: 'ibc/9E307D24589486770E9F5B965AAF5D11C2D4288D424504CD2EAE21FD3A0E5EDE',
|
|
199
|
+
exponent: 0,
|
|
200
|
+
aliases: ['ufrienzies']
|
|
201
|
+
}, {
|
|
202
|
+
denom: 'frienzies',
|
|
203
|
+
exponent: 6
|
|
204
|
+
}],
|
|
205
|
+
type_asset: 'sdk.coin',
|
|
206
|
+
base: 'ibc/9E307D24589486770E9F5B965AAF5D11C2D4288D424504CD2EAE21FD3A0E5EDE',
|
|
207
|
+
display: 'frienzies',
|
|
208
|
+
name: 'Frienzies',
|
|
209
|
+
symbol: 'FRNZ',
|
|
210
|
+
logo_URIs: {
|
|
211
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
212
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
|
|
213
|
+
},
|
|
214
|
+
images: [{
|
|
215
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
216
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg',
|
|
217
|
+
theme: {
|
|
218
|
+
primary_color_hex: '#04041c'
|
|
219
|
+
}
|
|
220
|
+
}],
|
|
221
|
+
traces: [{
|
|
222
|
+
type: 'ibc',
|
|
223
|
+
counterparty: {
|
|
224
|
+
channel_id: 'channel-165',
|
|
225
|
+
base_denom: 'ufrienzies',
|
|
226
|
+
chain_name: 'noble'
|
|
227
|
+
},
|
|
228
|
+
chain: {
|
|
229
|
+
channel_id: 'channel-2'
|
|
230
|
+
}
|
|
231
|
+
}]
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
description: 'Ondo US Dollar Yield',
|
|
235
|
+
denom_units: [{
|
|
236
|
+
denom: 'ibc/D4673DC468A86C668204C7A29BFDC3511FF36D512C38C9EB9215872E9653B239',
|
|
237
|
+
exponent: 0,
|
|
238
|
+
aliases: ['ausdy']
|
|
239
|
+
}, {
|
|
240
|
+
denom: 'usdy',
|
|
241
|
+
exponent: 18
|
|
242
|
+
}],
|
|
243
|
+
base: 'ibc/D4673DC468A86C668204C7A29BFDC3511FF36D512C38C9EB9215872E9653B239',
|
|
244
|
+
display: 'usdy',
|
|
245
|
+
name: 'Ondo US Dollar Yield',
|
|
246
|
+
symbol: 'USDY',
|
|
247
|
+
logo_URIs: {
|
|
248
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
249
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg'
|
|
250
|
+
},
|
|
251
|
+
images: [{
|
|
252
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
253
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg',
|
|
254
|
+
theme: {
|
|
255
|
+
primary_color_hex: '#142c5c'
|
|
256
|
+
}
|
|
257
|
+
}],
|
|
258
|
+
coingecko_id: 'ondo-us-dollar-yield',
|
|
259
|
+
socials: {
|
|
260
|
+
website: 'https://ondo.finance/usdy',
|
|
261
|
+
twitter: 'https://x.com/OndoFinance'
|
|
262
|
+
},
|
|
263
|
+
type_asset: 'sdk.coin',
|
|
264
|
+
traces: [{
|
|
265
|
+
type: 'ibc',
|
|
266
|
+
counterparty: {
|
|
267
|
+
channel_id: 'channel-165',
|
|
268
|
+
base_denom: 'ausdy',
|
|
269
|
+
chain_name: 'noble'
|
|
270
|
+
},
|
|
271
|
+
chain: {
|
|
272
|
+
channel_id: 'channel-2'
|
|
273
|
+
}
|
|
274
|
+
}]
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
description: 'USDN token',
|
|
278
|
+
denom_units: [{
|
|
279
|
+
denom: 'ibc/3BB694687E772A0826FFDE081681CE539E106E245025CE056DC6BECE116DEDBA',
|
|
280
|
+
exponent: 0,
|
|
281
|
+
aliases: ['uusdn']
|
|
282
|
+
}, {
|
|
283
|
+
denom: 'usdn',
|
|
284
|
+
exponent: 6
|
|
285
|
+
}],
|
|
286
|
+
type_asset: 'sdk.coin',
|
|
287
|
+
base: 'ibc/3BB694687E772A0826FFDE081681CE539E106E245025CE056DC6BECE116DEDBA',
|
|
288
|
+
name: 'Noble Dollar',
|
|
289
|
+
display: 'usdn',
|
|
290
|
+
symbol: 'USDN',
|
|
291
|
+
coingecko_id: 'noble-dollar-usdn',
|
|
292
|
+
logo_URIs: {
|
|
293
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
294
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
295
|
+
},
|
|
296
|
+
images: [{
|
|
297
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
298
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
299
|
+
theme: {
|
|
300
|
+
primary_color_hex: '#2E8564'
|
|
301
|
+
}
|
|
302
|
+
}],
|
|
303
|
+
traces: [{
|
|
304
|
+
type: 'ibc',
|
|
305
|
+
counterparty: {
|
|
306
|
+
channel_id: 'channel-165',
|
|
307
|
+
base_denom: 'uusdn',
|
|
308
|
+
chain_name: 'noble'
|
|
309
|
+
},
|
|
310
|
+
chain: {
|
|
311
|
+
channel_id: 'channel-2'
|
|
312
|
+
}
|
|
313
|
+
}]
|
|
314
|
+
},
|
|
157
315
|
{
|
|
158
316
|
description: 'The native token of Osmosis',
|
|
159
317
|
denom_units: [{
|
|
@@ -395,6 +553,164 @@ const assets = {
|
|
|
395
553
|
}
|
|
396
554
|
}]
|
|
397
555
|
},
|
|
556
|
+
{
|
|
557
|
+
description: 'The permissioned staking asset for Noble Chain',
|
|
558
|
+
denom_units: [{
|
|
559
|
+
denom: 'ibc/825446D2FFB7DD0FE55C78C9C6D4855F253136BE596FE20E3AFCB856A86340AE',
|
|
560
|
+
exponent: 0,
|
|
561
|
+
aliases: ['ustake']
|
|
562
|
+
}, {
|
|
563
|
+
denom: 'stake',
|
|
564
|
+
exponent: 6
|
|
565
|
+
}],
|
|
566
|
+
type_asset: 'sdk.coin',
|
|
567
|
+
base: 'ibc/825446D2FFB7DD0FE55C78C9C6D4855F253136BE596FE20E3AFCB856A86340AE',
|
|
568
|
+
name: 'Stake',
|
|
569
|
+
display: 'stake',
|
|
570
|
+
symbol: 'STAKE',
|
|
571
|
+
logo_URIs: {
|
|
572
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
573
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
|
|
574
|
+
},
|
|
575
|
+
images: [{
|
|
576
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
577
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg',
|
|
578
|
+
theme: {
|
|
579
|
+
primary_color_hex: '#a8bbfb'
|
|
580
|
+
}
|
|
581
|
+
}],
|
|
582
|
+
traces: [{
|
|
583
|
+
type: 'ibc',
|
|
584
|
+
counterparty: {
|
|
585
|
+
channel_id: 'channel-165',
|
|
586
|
+
base_denom: 'ustake',
|
|
587
|
+
chain_name: 'noble'
|
|
588
|
+
},
|
|
589
|
+
chain: {
|
|
590
|
+
channel_id: 'channel-2'
|
|
591
|
+
}
|
|
592
|
+
}]
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
|
|
596
|
+
denom_units: [{
|
|
597
|
+
denom: 'ibc/9E307D24589486770E9F5B965AAF5D11C2D4288D424504CD2EAE21FD3A0E5EDE',
|
|
598
|
+
exponent: 0,
|
|
599
|
+
aliases: ['ufrienzies']
|
|
600
|
+
}, {
|
|
601
|
+
denom: 'frienzies',
|
|
602
|
+
exponent: 6
|
|
603
|
+
}],
|
|
604
|
+
type_asset: 'sdk.coin',
|
|
605
|
+
base: 'ibc/9E307D24589486770E9F5B965AAF5D11C2D4288D424504CD2EAE21FD3A0E5EDE',
|
|
606
|
+
display: 'frienzies',
|
|
607
|
+
name: 'Frienzies',
|
|
608
|
+
symbol: 'FRNZ',
|
|
609
|
+
logo_URIs: {
|
|
610
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
611
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
|
|
612
|
+
},
|
|
613
|
+
images: [{
|
|
614
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
615
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg',
|
|
616
|
+
theme: {
|
|
617
|
+
primary_color_hex: '#04041c'
|
|
618
|
+
}
|
|
619
|
+
}],
|
|
620
|
+
traces: [{
|
|
621
|
+
type: 'ibc',
|
|
622
|
+
counterparty: {
|
|
623
|
+
channel_id: 'channel-165',
|
|
624
|
+
base_denom: 'ufrienzies',
|
|
625
|
+
chain_name: 'noble'
|
|
626
|
+
},
|
|
627
|
+
chain: {
|
|
628
|
+
channel_id: 'channel-2'
|
|
629
|
+
}
|
|
630
|
+
}]
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
description: 'Ondo US Dollar Yield',
|
|
634
|
+
denom_units: [{
|
|
635
|
+
denom: 'ibc/D4673DC468A86C668204C7A29BFDC3511FF36D512C38C9EB9215872E9653B239',
|
|
636
|
+
exponent: 0,
|
|
637
|
+
aliases: ['ausdy']
|
|
638
|
+
}, {
|
|
639
|
+
denom: 'usdy',
|
|
640
|
+
exponent: 18
|
|
641
|
+
}],
|
|
642
|
+
base: 'ibc/D4673DC468A86C668204C7A29BFDC3511FF36D512C38C9EB9215872E9653B239',
|
|
643
|
+
display: 'usdy',
|
|
644
|
+
name: 'Ondo US Dollar Yield',
|
|
645
|
+
symbol: 'USDY',
|
|
646
|
+
logo_URIs: {
|
|
647
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
648
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg'
|
|
649
|
+
},
|
|
650
|
+
images: [{
|
|
651
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
652
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg',
|
|
653
|
+
theme: {
|
|
654
|
+
primary_color_hex: '#142c5c'
|
|
655
|
+
}
|
|
656
|
+
}],
|
|
657
|
+
coingecko_id: 'ondo-us-dollar-yield',
|
|
658
|
+
socials: {
|
|
659
|
+
website: 'https://ondo.finance/usdy',
|
|
660
|
+
twitter: 'https://x.com/OndoFinance'
|
|
661
|
+
},
|
|
662
|
+
type_asset: 'sdk.coin',
|
|
663
|
+
traces: [{
|
|
664
|
+
type: 'ibc',
|
|
665
|
+
counterparty: {
|
|
666
|
+
channel_id: 'channel-165',
|
|
667
|
+
base_denom: 'ausdy',
|
|
668
|
+
chain_name: 'noble'
|
|
669
|
+
},
|
|
670
|
+
chain: {
|
|
671
|
+
channel_id: 'channel-2'
|
|
672
|
+
}
|
|
673
|
+
}]
|
|
674
|
+
},
|
|
675
|
+
{
|
|
676
|
+
description: 'USDN token',
|
|
677
|
+
denom_units: [{
|
|
678
|
+
denom: 'ibc/3BB694687E772A0826FFDE081681CE539E106E245025CE056DC6BECE116DEDBA',
|
|
679
|
+
exponent: 0,
|
|
680
|
+
aliases: ['uusdn']
|
|
681
|
+
}, {
|
|
682
|
+
denom: 'usdn',
|
|
683
|
+
exponent: 6
|
|
684
|
+
}],
|
|
685
|
+
type_asset: 'sdk.coin',
|
|
686
|
+
base: 'ibc/3BB694687E772A0826FFDE081681CE539E106E245025CE056DC6BECE116DEDBA',
|
|
687
|
+
name: 'Noble Dollar',
|
|
688
|
+
display: 'usdn',
|
|
689
|
+
symbol: 'USDN',
|
|
690
|
+
coingecko_id: 'noble-dollar-usdn',
|
|
691
|
+
logo_URIs: {
|
|
692
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
693
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
694
|
+
},
|
|
695
|
+
images: [{
|
|
696
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
697
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
698
|
+
theme: {
|
|
699
|
+
primary_color_hex: '#2E8564'
|
|
700
|
+
}
|
|
701
|
+
}],
|
|
702
|
+
traces: [{
|
|
703
|
+
type: 'ibc',
|
|
704
|
+
counterparty: {
|
|
705
|
+
channel_id: 'channel-165',
|
|
706
|
+
base_denom: 'uusdn',
|
|
707
|
+
chain_name: 'noble'
|
|
708
|
+
},
|
|
709
|
+
chain: {
|
|
710
|
+
channel_id: 'channel-2'
|
|
711
|
+
}
|
|
712
|
+
}]
|
|
713
|
+
},
|
|
398
714
|
{
|
|
399
715
|
description: 'The native token of Osmosis',
|
|
400
716
|
denom_units: [{
|
package/esm/mainnet/noble.js
CHANGED
|
@@ -1579,6 +1579,46 @@ const assets = {
|
|
|
1579
1579
|
}
|
|
1580
1580
|
}]
|
|
1581
1581
|
},
|
|
1582
|
+
{
|
|
1583
|
+
description: 'Int3face blockchain native token',
|
|
1584
|
+
denom_units: [{
|
|
1585
|
+
denom: 'ibc/3489ABC7DD3C303704D6B88D01FC2AF37391A46816549919643E8CBB6C1D2E98',
|
|
1586
|
+
exponent: 0,
|
|
1587
|
+
aliases: ['uint3']
|
|
1588
|
+
}, {
|
|
1589
|
+
denom: 'int3',
|
|
1590
|
+
exponent: 6
|
|
1591
|
+
}],
|
|
1592
|
+
base: 'ibc/3489ABC7DD3C303704D6B88D01FC2AF37391A46816549919643E8CBB6C1D2E98',
|
|
1593
|
+
name: 'Int3face Token',
|
|
1594
|
+
display: 'int3',
|
|
1595
|
+
symbol: 'INT3',
|
|
1596
|
+
logo_URIs: {
|
|
1597
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png'
|
|
1598
|
+
},
|
|
1599
|
+
images: [{
|
|
1600
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png',
|
|
1601
|
+
theme: {
|
|
1602
|
+
primary_color_hex: '#3d3d3d'
|
|
1603
|
+
}
|
|
1604
|
+
}],
|
|
1605
|
+
socials: {
|
|
1606
|
+
website: 'https://int3face.zone/',
|
|
1607
|
+
twitter: 'https://x.com/_Bitfrost_'
|
|
1608
|
+
},
|
|
1609
|
+
type_asset: 'sdk.coin',
|
|
1610
|
+
traces: [{
|
|
1611
|
+
type: 'ibc',
|
|
1612
|
+
counterparty: {
|
|
1613
|
+
channel_id: 'channel-2',
|
|
1614
|
+
base_denom: 'uint3',
|
|
1615
|
+
chain_name: 'int3face'
|
|
1616
|
+
},
|
|
1617
|
+
chain: {
|
|
1618
|
+
channel_id: 'channel-165'
|
|
1619
|
+
}
|
|
1620
|
+
}]
|
|
1621
|
+
},
|
|
1582
1622
|
{
|
|
1583
1623
|
description: 'The native staking and governance token of Joltify',
|
|
1584
1624
|
denom_units: [{
|
|
@@ -4142,6 +4182,46 @@ const assets = {
|
|
|
4142
4182
|
}
|
|
4143
4183
|
}]
|
|
4144
4184
|
},
|
|
4185
|
+
{
|
|
4186
|
+
description: 'Int3face blockchain native token',
|
|
4187
|
+
denom_units: [{
|
|
4188
|
+
denom: 'ibc/3489ABC7DD3C303704D6B88D01FC2AF37391A46816549919643E8CBB6C1D2E98',
|
|
4189
|
+
exponent: 0,
|
|
4190
|
+
aliases: ['uint3']
|
|
4191
|
+
}, {
|
|
4192
|
+
denom: 'int3',
|
|
4193
|
+
exponent: 6
|
|
4194
|
+
}],
|
|
4195
|
+
base: 'ibc/3489ABC7DD3C303704D6B88D01FC2AF37391A46816549919643E8CBB6C1D2E98',
|
|
4196
|
+
name: 'Int3face Token',
|
|
4197
|
+
display: 'int3',
|
|
4198
|
+
symbol: 'INT3',
|
|
4199
|
+
logo_URIs: {
|
|
4200
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png'
|
|
4201
|
+
},
|
|
4202
|
+
images: [{
|
|
4203
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png',
|
|
4204
|
+
theme: {
|
|
4205
|
+
primary_color_hex: '#3d3d3d'
|
|
4206
|
+
}
|
|
4207
|
+
}],
|
|
4208
|
+
socials: {
|
|
4209
|
+
website: 'https://int3face.zone/',
|
|
4210
|
+
twitter: 'https://x.com/_Bitfrost_'
|
|
4211
|
+
},
|
|
4212
|
+
type_asset: 'sdk.coin',
|
|
4213
|
+
traces: [{
|
|
4214
|
+
type: 'ibc',
|
|
4215
|
+
counterparty: {
|
|
4216
|
+
channel_id: 'channel-2',
|
|
4217
|
+
base_denom: 'uint3',
|
|
4218
|
+
chain_name: 'int3face'
|
|
4219
|
+
},
|
|
4220
|
+
chain: {
|
|
4221
|
+
channel_id: 'channel-165'
|
|
4222
|
+
}
|
|
4223
|
+
}]
|
|
4224
|
+
},
|
|
4145
4225
|
{
|
|
4146
4226
|
description: 'The native staking and governance token of Joltify',
|
|
4147
4227
|
denom_units: [{
|
package/esm/mainnet/osmosis.js
CHANGED
|
@@ -21871,14 +21871,14 @@ const assets = {
|
|
|
21871
21871
|
{
|
|
21872
21872
|
description: 'Taketitan the future of the asset management industry.',
|
|
21873
21873
|
denom_units: [{
|
|
21874
|
-
denom: 'ibc/
|
|
21874
|
+
denom: 'ibc/87B7A56E83C08DBFD567F0DE6463EC54181B8B819B3CAD7A584C47D59A2A05CF',
|
|
21875
21875
|
exponent: 0,
|
|
21876
21876
|
aliases: ['utitan']
|
|
21877
21877
|
}, {
|
|
21878
21878
|
denom: 'titan',
|
|
21879
21879
|
exponent: 6
|
|
21880
21880
|
}],
|
|
21881
|
-
base: 'ibc/
|
|
21881
|
+
base: 'ibc/87B7A56E83C08DBFD567F0DE6463EC54181B8B819B3CAD7A584C47D59A2A05CF',
|
|
21882
21882
|
name: 'Titan',
|
|
21883
21883
|
display: 'titan',
|
|
21884
21884
|
symbol: 'TITAN',
|
|
@@ -21905,7 +21905,7 @@ const assets = {
|
|
|
21905
21905
|
chain_name: 'taketitan'
|
|
21906
21906
|
},
|
|
21907
21907
|
chain: {
|
|
21908
|
-
channel_id: 'channel-
|
|
21908
|
+
channel_id: 'channel-105111'
|
|
21909
21909
|
}
|
|
21910
21910
|
}]
|
|
21911
21911
|
},
|
|
@@ -31890,14 +31890,14 @@ const assets = {
|
|
|
31890
31890
|
{
|
|
31891
31891
|
description: 'Taketitan the future of the asset management industry.',
|
|
31892
31892
|
denom_units: [{
|
|
31893
|
-
denom: 'ibc/
|
|
31893
|
+
denom: 'ibc/87B7A56E83C08DBFD567F0DE6463EC54181B8B819B3CAD7A584C47D59A2A05CF',
|
|
31894
31894
|
exponent: 0,
|
|
31895
31895
|
aliases: ['utitan']
|
|
31896
31896
|
}, {
|
|
31897
31897
|
denom: 'titan',
|
|
31898
31898
|
exponent: 6
|
|
31899
31899
|
}],
|
|
31900
|
-
base: 'ibc/
|
|
31900
|
+
base: 'ibc/87B7A56E83C08DBFD567F0DE6463EC54181B8B819B3CAD7A584C47D59A2A05CF',
|
|
31901
31901
|
name: 'Titan',
|
|
31902
31902
|
display: 'titan',
|
|
31903
31903
|
symbol: 'TITAN',
|
|
@@ -31924,7 +31924,7 @@ const assets = {
|
|
|
31924
31924
|
chain_name: 'taketitan'
|
|
31925
31925
|
},
|
|
31926
31926
|
chain: {
|
|
31927
|
-
channel_id: 'channel-
|
|
31927
|
+
channel_id: 'channel-105111'
|
|
31928
31928
|
}
|
|
31929
31929
|
}]
|
|
31930
31930
|
},
|
package/esm/mainnet/taketitan.js
CHANGED
|
@@ -36,7 +36,7 @@ const assets = {
|
|
|
36
36
|
traces: [{
|
|
37
37
|
type: 'ibc',
|
|
38
38
|
counterparty: {
|
|
39
|
-
channel_id: 'channel-
|
|
39
|
+
channel_id: 'channel-105111',
|
|
40
40
|
base_denom: 'uosmo',
|
|
41
41
|
chain_name: 'osmosis'
|
|
42
42
|
},
|
|
@@ -80,7 +80,7 @@ const assets = {
|
|
|
80
80
|
traces: [{
|
|
81
81
|
type: 'ibc',
|
|
82
82
|
counterparty: {
|
|
83
|
-
channel_id: 'channel-
|
|
83
|
+
channel_id: 'channel-105111',
|
|
84
84
|
base_denom: 'uion',
|
|
85
85
|
chain_name: 'osmosis'
|
|
86
86
|
},
|
|
@@ -124,7 +124,7 @@ const assets = {
|
|
|
124
124
|
traces: [{
|
|
125
125
|
type: 'ibc',
|
|
126
126
|
counterparty: {
|
|
127
|
-
channel_id: 'channel-
|
|
127
|
+
channel_id: 'channel-105111',
|
|
128
128
|
base_denom: 'uosmo',
|
|
129
129
|
chain_name: 'osmosis'
|
|
130
130
|
},
|
|
@@ -168,7 +168,7 @@ const assets = {
|
|
|
168
168
|
traces: [{
|
|
169
169
|
type: 'ibc',
|
|
170
170
|
counterparty: {
|
|
171
|
-
channel_id: 'channel-
|
|
171
|
+
channel_id: 'channel-105111',
|
|
172
172
|
base_denom: 'uion',
|
|
173
173
|
chain_name: 'osmosis'
|
|
174
174
|
},
|