@chain-registry/assets 1.70.604 → 1.70.606
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/agoric.js +512 -0
- package/esm/mainnet/assets.js +2 -1
- package/esm/mainnet/celestia.js +0 -2
- package/esm/mainnet/cosmoshub.js +0 -2
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/initia.js +512 -0
- package/esm/mainnet/injective.js +308 -0
- package/esm/mainnet/neutron.js +0 -2
- package/esm/mainnet/noble.js +0 -2
- package/esm/mainnet/nyx.js +0 -2
- package/esm/mainnet/osmosis.js +66 -2
- package/esm/mainnet/penumbra.js +0 -2
- package/esm/mainnet/stride.js +0 -2
- package/esm/mainnet/turkchain.js +170 -0
- package/esm/mainnet/zigchain.js +512 -0
- package/mainnet/agoric.js +512 -0
- package/mainnet/assets.js +2 -1
- package/mainnet/celestia.js +0 -2
- package/mainnet/cosmoshub.js +0 -2
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +2 -1
- package/mainnet/initia.js +512 -0
- package/mainnet/injective.js +308 -0
- package/mainnet/neutron.js +0 -2
- package/mainnet/noble.js +0 -2
- package/mainnet/nyx.js +0 -2
- package/mainnet/osmosis.js +66 -2
- package/mainnet/penumbra.js +0 -2
- package/mainnet/stride.js +0 -2
- package/mainnet/turkchain.d.ts +3 -0
- package/mainnet/turkchain.js +172 -0
- package/mainnet/zigchain.js +512 -0
- package/package.json +5 -5
package/esm/mainnet/injective.js
CHANGED
|
@@ -1,6 +1,82 @@
|
|
|
1
1
|
const assets = {
|
|
2
2
|
chain_name: 'injective',
|
|
3
3
|
assets: [
|
|
4
|
+
{
|
|
5
|
+
description: 'Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'ibc/367BE9C593E869E8C462857902A94BC796D931E9138548DF858D6624F253F9F0',
|
|
8
|
+
exponent: 0,
|
|
9
|
+
aliases: ['ubld']
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'bld',
|
|
12
|
+
exponent: 6
|
|
13
|
+
}],
|
|
14
|
+
base: 'ibc/367BE9C593E869E8C462857902A94BC796D931E9138548DF858D6624F253F9F0',
|
|
15
|
+
name: 'Agoric',
|
|
16
|
+
display: 'bld',
|
|
17
|
+
symbol: 'BLD',
|
|
18
|
+
logo_URIs: {
|
|
19
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png',
|
|
20
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg'
|
|
21
|
+
},
|
|
22
|
+
coingecko_id: 'agoric',
|
|
23
|
+
images: [{
|
|
24
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png',
|
|
25
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg'
|
|
26
|
+
}],
|
|
27
|
+
socials: {
|
|
28
|
+
website: 'https://agoric.com/',
|
|
29
|
+
x: 'https://x.com/agoric'
|
|
30
|
+
},
|
|
31
|
+
type_asset: 'sdk.coin',
|
|
32
|
+
traces: [{
|
|
33
|
+
type: 'ibc',
|
|
34
|
+
counterparty: {
|
|
35
|
+
channel_id: 'channel-492',
|
|
36
|
+
base_denom: 'ubld',
|
|
37
|
+
chain_name: 'agoric'
|
|
38
|
+
},
|
|
39
|
+
chain: {
|
|
40
|
+
channel_id: 'channel-454'
|
|
41
|
+
}
|
|
42
|
+
}]
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
description: 'IST is the stable token used by the Agoric chain for execution fees and commerce.',
|
|
46
|
+
denom_units: [{
|
|
47
|
+
denom: 'ibc/93A34D469CDACD46B2A4E5067CFBE09B980B83ADDCEC2646E24C25C66954F77E',
|
|
48
|
+
exponent: 0,
|
|
49
|
+
aliases: ['uist']
|
|
50
|
+
}, {
|
|
51
|
+
denom: 'ist',
|
|
52
|
+
exponent: 6
|
|
53
|
+
}],
|
|
54
|
+
base: 'ibc/93A34D469CDACD46B2A4E5067CFBE09B980B83ADDCEC2646E24C25C66954F77E',
|
|
55
|
+
name: 'Inter Stable Token',
|
|
56
|
+
display: 'ist',
|
|
57
|
+
symbol: 'IST',
|
|
58
|
+
logo_URIs: {
|
|
59
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png',
|
|
60
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg'
|
|
61
|
+
},
|
|
62
|
+
coingecko_id: 'inter-stable-token',
|
|
63
|
+
images: [{
|
|
64
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png',
|
|
65
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg'
|
|
66
|
+
}],
|
|
67
|
+
type_asset: 'sdk.coin',
|
|
68
|
+
traces: [{
|
|
69
|
+
type: 'ibc',
|
|
70
|
+
counterparty: {
|
|
71
|
+
channel_id: 'channel-492',
|
|
72
|
+
base_denom: 'uist',
|
|
73
|
+
chain_name: 'agoric'
|
|
74
|
+
},
|
|
75
|
+
chain: {
|
|
76
|
+
channel_id: 'channel-454'
|
|
77
|
+
}
|
|
78
|
+
}]
|
|
79
|
+
},
|
|
4
80
|
{
|
|
5
81
|
description: 'The native staking and governance token of Andromeda',
|
|
6
82
|
denom_units: [{
|
|
@@ -314,6 +390,121 @@ const assets = {
|
|
|
314
390
|
}
|
|
315
391
|
}]
|
|
316
392
|
},
|
|
393
|
+
{
|
|
394
|
+
description: 'The native token of Initia',
|
|
395
|
+
denom_units: [{
|
|
396
|
+
denom: 'ibc/6A4AB30BEDEE4F648FD772CCE2C7C0FF431C6359B93FD22C9F31D5B10FEB40CE',
|
|
397
|
+
exponent: 0,
|
|
398
|
+
aliases: ['uinit']
|
|
399
|
+
}, {
|
|
400
|
+
denom: 'INIT',
|
|
401
|
+
exponent: 6
|
|
402
|
+
}],
|
|
403
|
+
base: 'ibc/6A4AB30BEDEE4F648FD772CCE2C7C0FF431C6359B93FD22C9F31D5B10FEB40CE',
|
|
404
|
+
display: 'INIT',
|
|
405
|
+
name: 'Initia',
|
|
406
|
+
symbol: 'INIT',
|
|
407
|
+
images: [{
|
|
408
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/INIT.png',
|
|
409
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/INIT.svg',
|
|
410
|
+
theme: {
|
|
411
|
+
circle: true
|
|
412
|
+
}
|
|
413
|
+
}],
|
|
414
|
+
socials: {
|
|
415
|
+
website: 'https://initia.xyz/',
|
|
416
|
+
x: 'https://x.com/initiaFDN'
|
|
417
|
+
},
|
|
418
|
+
type_asset: 'sdk.coin',
|
|
419
|
+
coingecko_id: 'initia',
|
|
420
|
+
traces: [{
|
|
421
|
+
type: 'ibc',
|
|
422
|
+
counterparty: {
|
|
423
|
+
channel_id: 'channel-112',
|
|
424
|
+
base_denom: 'uinit',
|
|
425
|
+
chain_name: 'initia'
|
|
426
|
+
},
|
|
427
|
+
chain: {
|
|
428
|
+
channel_id: 'channel-455'
|
|
429
|
+
}
|
|
430
|
+
}]
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
description: 'Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.',
|
|
434
|
+
denom_units: [{
|
|
435
|
+
denom: 'ibc/367BE9C593E869E8C462857902A94BC796D931E9138548DF858D6624F253F9F0',
|
|
436
|
+
exponent: 0,
|
|
437
|
+
aliases: ['ubld']
|
|
438
|
+
}, {
|
|
439
|
+
denom: 'bld',
|
|
440
|
+
exponent: 6
|
|
441
|
+
}],
|
|
442
|
+
base: 'ibc/367BE9C593E869E8C462857902A94BC796D931E9138548DF858D6624F253F9F0',
|
|
443
|
+
name: 'Agoric',
|
|
444
|
+
display: 'bld',
|
|
445
|
+
symbol: 'BLD',
|
|
446
|
+
logo_URIs: {
|
|
447
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png',
|
|
448
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg'
|
|
449
|
+
},
|
|
450
|
+
coingecko_id: 'agoric',
|
|
451
|
+
images: [{
|
|
452
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png',
|
|
453
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg'
|
|
454
|
+
}],
|
|
455
|
+
socials: {
|
|
456
|
+
website: 'https://agoric.com/',
|
|
457
|
+
x: 'https://x.com/agoric'
|
|
458
|
+
},
|
|
459
|
+
type_asset: 'sdk.coin',
|
|
460
|
+
traces: [{
|
|
461
|
+
type: 'ibc',
|
|
462
|
+
counterparty: {
|
|
463
|
+
channel_id: 'channel-492',
|
|
464
|
+
base_denom: 'ubld',
|
|
465
|
+
chain_name: 'agoric'
|
|
466
|
+
},
|
|
467
|
+
chain: {
|
|
468
|
+
channel_id: 'channel-454'
|
|
469
|
+
}
|
|
470
|
+
}]
|
|
471
|
+
},
|
|
472
|
+
{
|
|
473
|
+
description: 'IST is the stable token used by the Agoric chain for execution fees and commerce.',
|
|
474
|
+
denom_units: [{
|
|
475
|
+
denom: 'ibc/93A34D469CDACD46B2A4E5067CFBE09B980B83ADDCEC2646E24C25C66954F77E',
|
|
476
|
+
exponent: 0,
|
|
477
|
+
aliases: ['uist']
|
|
478
|
+
}, {
|
|
479
|
+
denom: 'ist',
|
|
480
|
+
exponent: 6
|
|
481
|
+
}],
|
|
482
|
+
base: 'ibc/93A34D469CDACD46B2A4E5067CFBE09B980B83ADDCEC2646E24C25C66954F77E',
|
|
483
|
+
name: 'Inter Stable Token',
|
|
484
|
+
display: 'ist',
|
|
485
|
+
symbol: 'IST',
|
|
486
|
+
logo_URIs: {
|
|
487
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png',
|
|
488
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg'
|
|
489
|
+
},
|
|
490
|
+
coingecko_id: 'inter-stable-token',
|
|
491
|
+
images: [{
|
|
492
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png',
|
|
493
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg'
|
|
494
|
+
}],
|
|
495
|
+
type_asset: 'sdk.coin',
|
|
496
|
+
traces: [{
|
|
497
|
+
type: 'ibc',
|
|
498
|
+
counterparty: {
|
|
499
|
+
channel_id: 'channel-492',
|
|
500
|
+
base_denom: 'uist',
|
|
501
|
+
chain_name: 'agoric'
|
|
502
|
+
},
|
|
503
|
+
chain: {
|
|
504
|
+
channel_id: 'channel-454'
|
|
505
|
+
}
|
|
506
|
+
}]
|
|
507
|
+
},
|
|
317
508
|
{
|
|
318
509
|
description: 'The native staking and governance token of Andromeda',
|
|
319
510
|
denom_units: [{
|
|
@@ -627,6 +818,45 @@ const assets = {
|
|
|
627
818
|
}
|
|
628
819
|
}]
|
|
629
820
|
},
|
|
821
|
+
{
|
|
822
|
+
description: 'The native token of Initia',
|
|
823
|
+
denom_units: [{
|
|
824
|
+
denom: 'ibc/6A4AB30BEDEE4F648FD772CCE2C7C0FF431C6359B93FD22C9F31D5B10FEB40CE',
|
|
825
|
+
exponent: 0,
|
|
826
|
+
aliases: ['uinit']
|
|
827
|
+
}, {
|
|
828
|
+
denom: 'INIT',
|
|
829
|
+
exponent: 6
|
|
830
|
+
}],
|
|
831
|
+
base: 'ibc/6A4AB30BEDEE4F648FD772CCE2C7C0FF431C6359B93FD22C9F31D5B10FEB40CE',
|
|
832
|
+
display: 'INIT',
|
|
833
|
+
name: 'Initia',
|
|
834
|
+
symbol: 'INIT',
|
|
835
|
+
images: [{
|
|
836
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/INIT.png',
|
|
837
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/INIT.svg',
|
|
838
|
+
theme: {
|
|
839
|
+
circle: true
|
|
840
|
+
}
|
|
841
|
+
}],
|
|
842
|
+
socials: {
|
|
843
|
+
website: 'https://initia.xyz/',
|
|
844
|
+
x: 'https://x.com/initiaFDN'
|
|
845
|
+
},
|
|
846
|
+
type_asset: 'sdk.coin',
|
|
847
|
+
coingecko_id: 'initia',
|
|
848
|
+
traces: [{
|
|
849
|
+
type: 'ibc',
|
|
850
|
+
counterparty: {
|
|
851
|
+
channel_id: 'channel-112',
|
|
852
|
+
base_denom: 'uinit',
|
|
853
|
+
chain_name: 'initia'
|
|
854
|
+
},
|
|
855
|
+
chain: {
|
|
856
|
+
channel_id: 'channel-455'
|
|
857
|
+
}
|
|
858
|
+
}]
|
|
859
|
+
},
|
|
630
860
|
{
|
|
631
861
|
description: 'Kava is a decentralized finance (DeFi) platform that provides a range of financial services, including lending, borrowing, and stablecoins, leveraging the Cosmos and Ethereum ecosystems.',
|
|
632
862
|
denom_units: [{
|
|
@@ -2257,6 +2487,45 @@ const assets = {
|
|
|
2257
2487
|
}
|
|
2258
2488
|
}]
|
|
2259
2489
|
},
|
|
2490
|
+
{
|
|
2491
|
+
description: 'Staked Zig Token by Valdora Finance - Decentralized staking with stZIG',
|
|
2492
|
+
denom_units: [{
|
|
2493
|
+
denom: 'ibc/2A466E674B7D513B03A0E3DCBADCFD9CC00B23050FEFDF4AE57FD20B03DF1C55',
|
|
2494
|
+
exponent: 0,
|
|
2495
|
+
aliases: ['coin.zig109f7g2rzl2aqee7z6gffn8kfe9cpqx0mjkk7ethmx8m2hq4xpe9snmaam2.stzig']
|
|
2496
|
+
}, {
|
|
2497
|
+
denom: 'stzig',
|
|
2498
|
+
exponent: 6
|
|
2499
|
+
}],
|
|
2500
|
+
base: 'ibc/2A466E674B7D513B03A0E3DCBADCFD9CC00B23050FEFDF4AE57FD20B03DF1C55',
|
|
2501
|
+
name: 'Staked Zig',
|
|
2502
|
+
display: 'stzig',
|
|
2503
|
+
symbol: 'STZIG',
|
|
2504
|
+
logo_URIs: {
|
|
2505
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.png'
|
|
2506
|
+
},
|
|
2507
|
+
images: [{
|
|
2508
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.png'
|
|
2509
|
+
}],
|
|
2510
|
+
type_asset: 'sdk.coin',
|
|
2511
|
+
socials: {
|
|
2512
|
+
website: 'https://valdora.finance',
|
|
2513
|
+
telegram: 'https://t.me/ValdoraWarriors',
|
|
2514
|
+
discord: 'http://discord.gg/valdora',
|
|
2515
|
+
x: 'https://x.com/Valdora_finance'
|
|
2516
|
+
},
|
|
2517
|
+
traces: [{
|
|
2518
|
+
type: 'ibc',
|
|
2519
|
+
counterparty: {
|
|
2520
|
+
channel_id: 'channel-12',
|
|
2521
|
+
base_denom: 'coin.zig109f7g2rzl2aqee7z6gffn8kfe9cpqx0mjkk7ethmx8m2hq4xpe9snmaam2.stzig',
|
|
2522
|
+
chain_name: 'zigchain'
|
|
2523
|
+
},
|
|
2524
|
+
chain: {
|
|
2525
|
+
channel_id: 'channel-456'
|
|
2526
|
+
}
|
|
2527
|
+
}]
|
|
2528
|
+
},
|
|
2260
2529
|
{
|
|
2261
2530
|
description: 'Kava is a decentralized finance (DeFi) platform that provides a range of financial services, including lending, borrowing, and stablecoins, leveraging the Cosmos and Ethereum ecosystems.',
|
|
2262
2531
|
denom_units: [{
|
|
@@ -3886,6 +4155,45 @@ const assets = {
|
|
|
3886
4155
|
channel_id: 'channel-137'
|
|
3887
4156
|
}
|
|
3888
4157
|
}]
|
|
4158
|
+
},
|
|
4159
|
+
{
|
|
4160
|
+
description: 'Staked Zig Token by Valdora Finance - Decentralized staking with stZIG',
|
|
4161
|
+
denom_units: [{
|
|
4162
|
+
denom: 'ibc/2A466E674B7D513B03A0E3DCBADCFD9CC00B23050FEFDF4AE57FD20B03DF1C55',
|
|
4163
|
+
exponent: 0,
|
|
4164
|
+
aliases: ['coin.zig109f7g2rzl2aqee7z6gffn8kfe9cpqx0mjkk7ethmx8m2hq4xpe9snmaam2.stzig']
|
|
4165
|
+
}, {
|
|
4166
|
+
denom: 'stzig',
|
|
4167
|
+
exponent: 6
|
|
4168
|
+
}],
|
|
4169
|
+
base: 'ibc/2A466E674B7D513B03A0E3DCBADCFD9CC00B23050FEFDF4AE57FD20B03DF1C55',
|
|
4170
|
+
name: 'Staked Zig',
|
|
4171
|
+
display: 'stzig',
|
|
4172
|
+
symbol: 'STZIG',
|
|
4173
|
+
logo_URIs: {
|
|
4174
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.png'
|
|
4175
|
+
},
|
|
4176
|
+
images: [{
|
|
4177
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.png'
|
|
4178
|
+
}],
|
|
4179
|
+
type_asset: 'sdk.coin',
|
|
4180
|
+
socials: {
|
|
4181
|
+
website: 'https://valdora.finance',
|
|
4182
|
+
telegram: 'https://t.me/ValdoraWarriors',
|
|
4183
|
+
discord: 'http://discord.gg/valdora',
|
|
4184
|
+
x: 'https://x.com/Valdora_finance'
|
|
4185
|
+
},
|
|
4186
|
+
traces: [{
|
|
4187
|
+
type: 'ibc',
|
|
4188
|
+
counterparty: {
|
|
4189
|
+
channel_id: 'channel-12',
|
|
4190
|
+
base_denom: 'coin.zig109f7g2rzl2aqee7z6gffn8kfe9cpqx0mjkk7ethmx8m2hq4xpe9snmaam2.stzig',
|
|
4191
|
+
chain_name: 'zigchain'
|
|
4192
|
+
},
|
|
4193
|
+
chain: {
|
|
4194
|
+
channel_id: 'channel-456'
|
|
4195
|
+
}
|
|
4196
|
+
}]
|
|
3889
4197
|
}
|
|
3890
4198
|
]
|
|
3891
4199
|
};
|
package/esm/mainnet/neutron.js
CHANGED
|
@@ -24,7 +24,6 @@ const assets = {
|
|
|
24
24
|
website: 'https://namada.net/',
|
|
25
25
|
x: 'https://x.com/namada'
|
|
26
26
|
},
|
|
27
|
-
coingecko_id: 'namada',
|
|
28
27
|
images: [{
|
|
29
28
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
30
29
|
}],
|
|
@@ -2711,7 +2710,6 @@ const assets = {
|
|
|
2711
2710
|
website: 'https://namada.net/',
|
|
2712
2711
|
x: 'https://x.com/namada'
|
|
2713
2712
|
},
|
|
2714
|
-
coingecko_id: 'namada',
|
|
2715
2713
|
images: [{
|
|
2716
2714
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
2717
2715
|
}],
|
package/esm/mainnet/noble.js
CHANGED
|
@@ -24,7 +24,6 @@ const assets = {
|
|
|
24
24
|
website: 'https://namada.net/',
|
|
25
25
|
x: 'https://x.com/namada'
|
|
26
26
|
},
|
|
27
|
-
coingecko_id: 'namada',
|
|
28
27
|
images: [{
|
|
29
28
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
30
29
|
}],
|
|
@@ -4566,7 +4565,6 @@ const assets = {
|
|
|
4566
4565
|
website: 'https://namada.net/',
|
|
4567
4566
|
x: 'https://x.com/namada'
|
|
4568
4567
|
},
|
|
4569
|
-
coingecko_id: 'namada',
|
|
4570
4568
|
images: [{
|
|
4571
4569
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
4572
4570
|
}],
|
package/esm/mainnet/nyx.js
CHANGED
|
@@ -24,7 +24,6 @@ const assets = {
|
|
|
24
24
|
website: 'https://namada.net/',
|
|
25
25
|
x: 'https://x.com/namada'
|
|
26
26
|
},
|
|
27
|
-
coingecko_id: 'namada',
|
|
28
27
|
images: [{
|
|
29
28
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
30
29
|
}],
|
|
@@ -219,7 +218,6 @@ const assets = {
|
|
|
219
218
|
website: 'https://namada.net/',
|
|
220
219
|
x: 'https://x.com/namada'
|
|
221
220
|
},
|
|
222
|
-
coingecko_id: 'namada',
|
|
223
221
|
images: [{
|
|
224
222
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
225
223
|
}],
|
package/esm/mainnet/osmosis.js
CHANGED
|
@@ -24,7 +24,6 @@ const assets = {
|
|
|
24
24
|
website: 'https://namada.net/',
|
|
25
25
|
x: 'https://x.com/namada'
|
|
26
26
|
},
|
|
27
|
-
coingecko_id: 'namada',
|
|
28
27
|
images: [{
|
|
29
28
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
30
29
|
}],
|
|
@@ -12082,7 +12081,6 @@ const assets = {
|
|
|
12082
12081
|
website: 'https://namada.net/',
|
|
12083
12082
|
x: 'https://x.com/namada'
|
|
12084
12083
|
},
|
|
12085
|
-
coingecko_id: 'namada',
|
|
12086
12084
|
images: [{
|
|
12087
12085
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
12088
12086
|
}],
|
|
@@ -16451,6 +16449,39 @@ const assets = {
|
|
|
16451
16449
|
}
|
|
16452
16450
|
}]
|
|
16453
16451
|
},
|
|
16452
|
+
{
|
|
16453
|
+
description: 'Native token of Turkchain',
|
|
16454
|
+
denom_units: [{
|
|
16455
|
+
denom: 'ibc/897E03F5F866333ED0CD1F732E6A7E86D9B79D59970BC2F8BC4A77A47737F16C',
|
|
16456
|
+
exponent: 0,
|
|
16457
|
+
aliases: ['lira']
|
|
16458
|
+
}, {
|
|
16459
|
+
denom: 'TURK',
|
|
16460
|
+
exponent: 18
|
|
16461
|
+
}],
|
|
16462
|
+
base: 'ibc/897E03F5F866333ED0CD1F732E6A7E86D9B79D59970BC2F8BC4A77A47737F16C',
|
|
16463
|
+
name: 'TC',
|
|
16464
|
+
display: 'TURK',
|
|
16465
|
+
symbol: 'TURK',
|
|
16466
|
+
logo_URIs: {
|
|
16467
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/turkchain/images/turkchain.png'
|
|
16468
|
+
},
|
|
16469
|
+
images: [{
|
|
16470
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/turkchain/images/turkchain.png'
|
|
16471
|
+
}],
|
|
16472
|
+
type_asset: 'sdk.coin',
|
|
16473
|
+
traces: [{
|
|
16474
|
+
type: 'ibc',
|
|
16475
|
+
counterparty: {
|
|
16476
|
+
channel_id: 'channel-1',
|
|
16477
|
+
base_denom: 'lira',
|
|
16478
|
+
chain_name: 'turkchain'
|
|
16479
|
+
},
|
|
16480
|
+
chain: {
|
|
16481
|
+
channel_id: 'channel-110319'
|
|
16482
|
+
}
|
|
16483
|
+
}]
|
|
16484
|
+
},
|
|
16454
16485
|
{
|
|
16455
16486
|
description: 'The native token of Umee',
|
|
16456
16487
|
denom_units: [{
|
|
@@ -19929,6 +19960,39 @@ const assets = {
|
|
|
19929
19960
|
}
|
|
19930
19961
|
}]
|
|
19931
19962
|
},
|
|
19963
|
+
{
|
|
19964
|
+
description: 'Native token of Turkchain',
|
|
19965
|
+
denom_units: [{
|
|
19966
|
+
denom: 'ibc/897E03F5F866333ED0CD1F732E6A7E86D9B79D59970BC2F8BC4A77A47737F16C',
|
|
19967
|
+
exponent: 0,
|
|
19968
|
+
aliases: ['lira']
|
|
19969
|
+
}, {
|
|
19970
|
+
denom: 'TURK',
|
|
19971
|
+
exponent: 18
|
|
19972
|
+
}],
|
|
19973
|
+
base: 'ibc/897E03F5F866333ED0CD1F732E6A7E86D9B79D59970BC2F8BC4A77A47737F16C',
|
|
19974
|
+
name: 'TC',
|
|
19975
|
+
display: 'TURK',
|
|
19976
|
+
symbol: 'TURK',
|
|
19977
|
+
logo_URIs: {
|
|
19978
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/turkchain/images/turkchain.png'
|
|
19979
|
+
},
|
|
19980
|
+
images: [{
|
|
19981
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/turkchain/images/turkchain.png'
|
|
19982
|
+
}],
|
|
19983
|
+
type_asset: 'sdk.coin',
|
|
19984
|
+
traces: [{
|
|
19985
|
+
type: 'ibc',
|
|
19986
|
+
counterparty: {
|
|
19987
|
+
channel_id: 'channel-1',
|
|
19988
|
+
base_denom: 'lira',
|
|
19989
|
+
chain_name: 'turkchain'
|
|
19990
|
+
},
|
|
19991
|
+
chain: {
|
|
19992
|
+
channel_id: 'channel-110319'
|
|
19993
|
+
}
|
|
19994
|
+
}]
|
|
19995
|
+
},
|
|
19932
19996
|
{
|
|
19933
19997
|
description: 'The native token of Umee',
|
|
19934
19998
|
denom_units: [{
|
package/esm/mainnet/penumbra.js
CHANGED
|
@@ -24,7 +24,6 @@ const assets = {
|
|
|
24
24
|
website: 'https://namada.net/',
|
|
25
25
|
x: 'https://x.com/namada'
|
|
26
26
|
},
|
|
27
|
-
coingecko_id: 'namada',
|
|
28
27
|
images: [{
|
|
29
28
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
30
29
|
}],
|
|
@@ -63,7 +62,6 @@ const assets = {
|
|
|
63
62
|
website: 'https://namada.net/',
|
|
64
63
|
x: 'https://x.com/namada'
|
|
65
64
|
},
|
|
66
|
-
coingecko_id: 'namada',
|
|
67
65
|
images: [{
|
|
68
66
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
69
67
|
}],
|
package/esm/mainnet/stride.js
CHANGED
|
@@ -24,7 +24,6 @@ const assets = {
|
|
|
24
24
|
website: 'https://namada.net/',
|
|
25
25
|
x: 'https://x.com/namada'
|
|
26
26
|
},
|
|
27
|
-
coingecko_id: 'namada',
|
|
28
27
|
images: [{
|
|
29
28
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
30
29
|
}],
|
|
@@ -3377,7 +3376,6 @@ const assets = {
|
|
|
3377
3376
|
website: 'https://namada.net/',
|
|
3378
3377
|
x: 'https://x.com/namada'
|
|
3379
3378
|
},
|
|
3380
|
-
coingecko_id: 'namada',
|
|
3381
3379
|
images: [{
|
|
3382
3380
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
3383
3381
|
}],
|