@chain-registry/assets 1.70.222 → 1.70.224
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/dungeon.js +314 -0
- package/esm/mainnet/elys.js +434 -0
- package/esm/mainnet/kopi.js +254 -0
- package/esm/mainnet/noble.js +82 -0
- package/esm/testnet/agoricdevnet.js +478 -0
- package/esm/testnet/assets.js +3 -1
- package/esm/testnet/axelartestnet.js +164 -0
- package/esm/testnet/cosmosicsprovidertestnet.js +164 -0
- package/esm/testnet/elystestnet.js +164 -0
- package/esm/testnet/index.js +2 -0
- package/esm/testnet/neutrontestnet.js +164 -0
- package/esm/testnet/nobletestnet.js +164 -0
- package/esm/testnet/osmosistestnet.js +164 -0
- package/esm/testnet/stridetestnet.js +170 -0
- package/index.d.ts +1 -1
- package/mainnet/dungeon.js +314 -0
- package/mainnet/elys.js +434 -0
- package/mainnet/kopi.js +254 -0
- package/mainnet/noble.js +82 -0
- package/package.json +5 -5
- package/testnet/agoricdevnet.d.ts +3 -0
- package/testnet/agoricdevnet.js +480 -0
- package/testnet/assets.js +3 -1
- package/testnet/axelartestnet.js +164 -0
- package/testnet/cosmosicsprovidertestnet.js +164 -0
- package/testnet/elystestnet.js +164 -0
- package/testnet/index.d.ts +2 -0
- package/testnet/index.js +3 -1
- package/testnet/neutrontestnet.js +164 -0
- package/testnet/nobletestnet.js +164 -0
- package/testnet/osmosistestnet.js +164 -0
- package/testnet/stridetestnet.d.ts +3 -0
- package/testnet/stridetestnet.js +172 -0
package/esm/mainnet/elys.js
CHANGED
|
@@ -421,6 +421,223 @@ const assets = {
|
|
|
421
421
|
}
|
|
422
422
|
}]
|
|
423
423
|
},
|
|
424
|
+
{
|
|
425
|
+
description: 'The native token of kopi',
|
|
426
|
+
denom_units: [{
|
|
427
|
+
denom: 'ibc/14A6B1A1F223184347C76473D07BC76BF46AA7300FE1DB4464BEC3B87F2200EA',
|
|
428
|
+
exponent: 0,
|
|
429
|
+
aliases: ['ukopi']
|
|
430
|
+
}, {
|
|
431
|
+
denom: 'XKP',
|
|
432
|
+
exponent: 6
|
|
433
|
+
}],
|
|
434
|
+
base: 'ibc/14A6B1A1F223184347C76473D07BC76BF46AA7300FE1DB4464BEC3B87F2200EA',
|
|
435
|
+
name: 'XKP',
|
|
436
|
+
display: 'XKP',
|
|
437
|
+
symbol: 'XKP',
|
|
438
|
+
logo_URIs: {
|
|
439
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kopi.svg'
|
|
440
|
+
},
|
|
441
|
+
images: [{
|
|
442
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kopi.svg'
|
|
443
|
+
}],
|
|
444
|
+
keywords: [
|
|
445
|
+
'dex',
|
|
446
|
+
'mm',
|
|
447
|
+
'staking',
|
|
448
|
+
'automations'
|
|
449
|
+
],
|
|
450
|
+
socials: {
|
|
451
|
+
twitter: 'https://x.com/kopi_money',
|
|
452
|
+
discord: 'https://discord.gg/kopi-money'
|
|
453
|
+
},
|
|
454
|
+
type_asset: 'sdk.coin',
|
|
455
|
+
traces: [{
|
|
456
|
+
type: 'ibc',
|
|
457
|
+
counterparty: {
|
|
458
|
+
channel_id: 'channel-17',
|
|
459
|
+
base_denom: 'ukopi',
|
|
460
|
+
chain_name: 'kopi'
|
|
461
|
+
},
|
|
462
|
+
chain: {
|
|
463
|
+
channel_id: 'channel-25'
|
|
464
|
+
}
|
|
465
|
+
}]
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
description: 'A MM deposit receipt of the Stablecoin native to the Kopi blockchain',
|
|
469
|
+
denom_units: [{
|
|
470
|
+
denom: 'ibc/A573FBCF0A89A5AE32E104442E910D19A9DD01001E985710259A33436E7F3BA2',
|
|
471
|
+
exponent: 0,
|
|
472
|
+
aliases: ['uckusd']
|
|
473
|
+
}, {
|
|
474
|
+
denom: 'ckUSD',
|
|
475
|
+
exponent: 6
|
|
476
|
+
}],
|
|
477
|
+
base: 'ibc/A573FBCF0A89A5AE32E104442E910D19A9DD01001E985710259A33436E7F3BA2',
|
|
478
|
+
name: 'ckUSD',
|
|
479
|
+
display: 'ckUSD',
|
|
480
|
+
symbol: 'CKUSD',
|
|
481
|
+
logo_URIs: {
|
|
482
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg'
|
|
483
|
+
},
|
|
484
|
+
images: [{
|
|
485
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg'
|
|
486
|
+
}],
|
|
487
|
+
keywords: ['dex', 'mm'],
|
|
488
|
+
socials: {
|
|
489
|
+
twitter: 'https://x.com/kopi_money',
|
|
490
|
+
discord: 'https://discord.gg/kopi-money'
|
|
491
|
+
},
|
|
492
|
+
type_asset: 'sdk.coin',
|
|
493
|
+
traces: [{
|
|
494
|
+
type: 'ibc',
|
|
495
|
+
counterparty: {
|
|
496
|
+
channel_id: 'channel-17',
|
|
497
|
+
base_denom: 'uckusd',
|
|
498
|
+
chain_name: 'kopi'
|
|
499
|
+
},
|
|
500
|
+
chain: {
|
|
501
|
+
channel_id: 'channel-25'
|
|
502
|
+
}
|
|
503
|
+
}]
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
description: 'A MM deposit receipt of the Stablecoin USDC from noble Chain',
|
|
507
|
+
denom_units: [{
|
|
508
|
+
denom: 'ibc/BB62928929E0EB97A8924390F33DC6F9FE2644A40F4C4AB4F3BF51AE25C5646C',
|
|
509
|
+
exponent: 0,
|
|
510
|
+
aliases: ['ucusdc']
|
|
511
|
+
}, {
|
|
512
|
+
denom: 'cUSDC',
|
|
513
|
+
exponent: 6
|
|
514
|
+
}],
|
|
515
|
+
base: 'ibc/BB62928929E0EB97A8924390F33DC6F9FE2644A40F4C4AB4F3BF51AE25C5646C',
|
|
516
|
+
name: 'cUSDC',
|
|
517
|
+
display: 'cUSDC',
|
|
518
|
+
symbol: 'CUSDC',
|
|
519
|
+
logo_URIs: {
|
|
520
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg'
|
|
521
|
+
},
|
|
522
|
+
images: [{
|
|
523
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg'
|
|
524
|
+
}],
|
|
525
|
+
keywords: ['dex', 'mm'],
|
|
526
|
+
type_asset: 'sdk.coin',
|
|
527
|
+
traces: [{
|
|
528
|
+
type: 'ibc',
|
|
529
|
+
counterparty: {
|
|
530
|
+
channel_id: 'channel-17',
|
|
531
|
+
base_denom: 'ucusdc',
|
|
532
|
+
chain_name: 'kopi'
|
|
533
|
+
},
|
|
534
|
+
chain: {
|
|
535
|
+
channel_id: 'channel-25'
|
|
536
|
+
}
|
|
537
|
+
}]
|
|
538
|
+
},
|
|
539
|
+
{
|
|
540
|
+
description: 'A MM deposit receipt of the Stablecoin USDT from Injective Chain',
|
|
541
|
+
denom_units: [{
|
|
542
|
+
denom: 'ibc/F84C54B2F3F261C0ABA6D8F560F7AFA2941B61E4EBDF671D50BF2C280584924E',
|
|
543
|
+
exponent: 0,
|
|
544
|
+
aliases: ['ucusdtinj']
|
|
545
|
+
}, {
|
|
546
|
+
denom: 'cUSDT.inj',
|
|
547
|
+
exponent: 6
|
|
548
|
+
}],
|
|
549
|
+
base: 'ibc/F84C54B2F3F261C0ABA6D8F560F7AFA2941B61E4EBDF671D50BF2C280584924E',
|
|
550
|
+
name: 'cUSDT.inj',
|
|
551
|
+
display: 'cUSDT.inj',
|
|
552
|
+
symbol: 'cUSDT.inj',
|
|
553
|
+
logo_URIs: {
|
|
554
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg'
|
|
555
|
+
},
|
|
556
|
+
images: [{
|
|
557
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg'
|
|
558
|
+
}],
|
|
559
|
+
keywords: ['dex', 'mm'],
|
|
560
|
+
type_asset: 'sdk.coin',
|
|
561
|
+
traces: [{
|
|
562
|
+
type: 'ibc',
|
|
563
|
+
counterparty: {
|
|
564
|
+
channel_id: 'channel-17',
|
|
565
|
+
base_denom: 'ucusdtinj',
|
|
566
|
+
chain_name: 'kopi'
|
|
567
|
+
},
|
|
568
|
+
chain: {
|
|
569
|
+
channel_id: 'channel-25'
|
|
570
|
+
}
|
|
571
|
+
}]
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
description: 'arbitrage receipt token of cUSDT',
|
|
575
|
+
denom_units: [{
|
|
576
|
+
denom: 'ibc/31642839872C9D285881813599A8729F59B9F2C330838827116945D20FDAB5FB',
|
|
577
|
+
exponent: 0,
|
|
578
|
+
aliases: ['uasusdtinj']
|
|
579
|
+
}, {
|
|
580
|
+
denom: 'asusdtinj',
|
|
581
|
+
exponent: 6
|
|
582
|
+
}],
|
|
583
|
+
base: 'ibc/31642839872C9D285881813599A8729F59B9F2C330838827116945D20FDAB5FB',
|
|
584
|
+
name: 'asUSDT.inj',
|
|
585
|
+
display: 'asusdtinj',
|
|
586
|
+
symbol: 'asUSDT.inj',
|
|
587
|
+
logo_URIs: {
|
|
588
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg'
|
|
589
|
+
},
|
|
590
|
+
images: [{
|
|
591
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg'
|
|
592
|
+
}],
|
|
593
|
+
keywords: ['dex', 'mm'],
|
|
594
|
+
type_asset: 'sdk.coin',
|
|
595
|
+
traces: [{
|
|
596
|
+
type: 'ibc',
|
|
597
|
+
counterparty: {
|
|
598
|
+
channel_id: 'channel-17',
|
|
599
|
+
base_denom: 'uasusdtinj',
|
|
600
|
+
chain_name: 'kopi'
|
|
601
|
+
},
|
|
602
|
+
chain: {
|
|
603
|
+
channel_id: 'channel-25'
|
|
604
|
+
}
|
|
605
|
+
}]
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
description: 'arbitrage receipt token of cUSDC',
|
|
609
|
+
denom_units: [{
|
|
610
|
+
denom: 'ibc/1F190F12A75F5CEA344198378D97892EABA3EBC90DAB778ACEE537B1F4BAAF70',
|
|
611
|
+
exponent: 0,
|
|
612
|
+
aliases: ['uasusdc']
|
|
613
|
+
}, {
|
|
614
|
+
denom: 'asUSDC',
|
|
615
|
+
exponent: 6
|
|
616
|
+
}],
|
|
617
|
+
base: 'ibc/1F190F12A75F5CEA344198378D97892EABA3EBC90DAB778ACEE537B1F4BAAF70',
|
|
618
|
+
name: 'asUSDC',
|
|
619
|
+
display: 'asUSDC',
|
|
620
|
+
symbol: 'ASUSDC',
|
|
621
|
+
logo_URIs: {
|
|
622
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg'
|
|
623
|
+
},
|
|
624
|
+
images: [{
|
|
625
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg'
|
|
626
|
+
}],
|
|
627
|
+
keywords: ['dex', 'mm'],
|
|
628
|
+
type_asset: 'sdk.coin',
|
|
629
|
+
traces: [{
|
|
630
|
+
type: 'ibc',
|
|
631
|
+
counterparty: {
|
|
632
|
+
channel_id: 'channel-17',
|
|
633
|
+
base_denom: 'uasusdc',
|
|
634
|
+
chain_name: 'kopi'
|
|
635
|
+
},
|
|
636
|
+
chain: {
|
|
637
|
+
channel_id: 'channel-25'
|
|
638
|
+
}
|
|
639
|
+
}]
|
|
640
|
+
},
|
|
424
641
|
{
|
|
425
642
|
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
426
643
|
denom_units: [{
|
|
@@ -912,6 +1129,223 @@ const assets = {
|
|
|
912
1129
|
}
|
|
913
1130
|
}]
|
|
914
1131
|
},
|
|
1132
|
+
{
|
|
1133
|
+
description: 'The native token of kopi',
|
|
1134
|
+
denom_units: [{
|
|
1135
|
+
denom: 'ibc/14A6B1A1F223184347C76473D07BC76BF46AA7300FE1DB4464BEC3B87F2200EA',
|
|
1136
|
+
exponent: 0,
|
|
1137
|
+
aliases: ['ukopi']
|
|
1138
|
+
}, {
|
|
1139
|
+
denom: 'XKP',
|
|
1140
|
+
exponent: 6
|
|
1141
|
+
}],
|
|
1142
|
+
base: 'ibc/14A6B1A1F223184347C76473D07BC76BF46AA7300FE1DB4464BEC3B87F2200EA',
|
|
1143
|
+
name: 'XKP',
|
|
1144
|
+
display: 'XKP',
|
|
1145
|
+
symbol: 'XKP',
|
|
1146
|
+
logo_URIs: {
|
|
1147
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kopi.svg'
|
|
1148
|
+
},
|
|
1149
|
+
images: [{
|
|
1150
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kopi.svg'
|
|
1151
|
+
}],
|
|
1152
|
+
keywords: [
|
|
1153
|
+
'dex',
|
|
1154
|
+
'mm',
|
|
1155
|
+
'staking',
|
|
1156
|
+
'automations'
|
|
1157
|
+
],
|
|
1158
|
+
socials: {
|
|
1159
|
+
twitter: 'https://x.com/kopi_money',
|
|
1160
|
+
discord: 'https://discord.gg/kopi-money'
|
|
1161
|
+
},
|
|
1162
|
+
type_asset: 'sdk.coin',
|
|
1163
|
+
traces: [{
|
|
1164
|
+
type: 'ibc',
|
|
1165
|
+
counterparty: {
|
|
1166
|
+
channel_id: 'channel-17',
|
|
1167
|
+
base_denom: 'ukopi',
|
|
1168
|
+
chain_name: 'kopi'
|
|
1169
|
+
},
|
|
1170
|
+
chain: {
|
|
1171
|
+
channel_id: 'channel-25'
|
|
1172
|
+
}
|
|
1173
|
+
}]
|
|
1174
|
+
},
|
|
1175
|
+
{
|
|
1176
|
+
description: 'A MM deposit receipt of the Stablecoin native to the Kopi blockchain',
|
|
1177
|
+
denom_units: [{
|
|
1178
|
+
denom: 'ibc/A573FBCF0A89A5AE32E104442E910D19A9DD01001E985710259A33436E7F3BA2',
|
|
1179
|
+
exponent: 0,
|
|
1180
|
+
aliases: ['uckusd']
|
|
1181
|
+
}, {
|
|
1182
|
+
denom: 'ckUSD',
|
|
1183
|
+
exponent: 6
|
|
1184
|
+
}],
|
|
1185
|
+
base: 'ibc/A573FBCF0A89A5AE32E104442E910D19A9DD01001E985710259A33436E7F3BA2',
|
|
1186
|
+
name: 'ckUSD',
|
|
1187
|
+
display: 'ckUSD',
|
|
1188
|
+
symbol: 'CKUSD',
|
|
1189
|
+
logo_URIs: {
|
|
1190
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg'
|
|
1191
|
+
},
|
|
1192
|
+
images: [{
|
|
1193
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg'
|
|
1194
|
+
}],
|
|
1195
|
+
keywords: ['dex', 'mm'],
|
|
1196
|
+
socials: {
|
|
1197
|
+
twitter: 'https://x.com/kopi_money',
|
|
1198
|
+
discord: 'https://discord.gg/kopi-money'
|
|
1199
|
+
},
|
|
1200
|
+
type_asset: 'sdk.coin',
|
|
1201
|
+
traces: [{
|
|
1202
|
+
type: 'ibc',
|
|
1203
|
+
counterparty: {
|
|
1204
|
+
channel_id: 'channel-17',
|
|
1205
|
+
base_denom: 'uckusd',
|
|
1206
|
+
chain_name: 'kopi'
|
|
1207
|
+
},
|
|
1208
|
+
chain: {
|
|
1209
|
+
channel_id: 'channel-25'
|
|
1210
|
+
}
|
|
1211
|
+
}]
|
|
1212
|
+
},
|
|
1213
|
+
{
|
|
1214
|
+
description: 'A MM deposit receipt of the Stablecoin USDC from noble Chain',
|
|
1215
|
+
denom_units: [{
|
|
1216
|
+
denom: 'ibc/BB62928929E0EB97A8924390F33DC6F9FE2644A40F4C4AB4F3BF51AE25C5646C',
|
|
1217
|
+
exponent: 0,
|
|
1218
|
+
aliases: ['ucusdc']
|
|
1219
|
+
}, {
|
|
1220
|
+
denom: 'cUSDC',
|
|
1221
|
+
exponent: 6
|
|
1222
|
+
}],
|
|
1223
|
+
base: 'ibc/BB62928929E0EB97A8924390F33DC6F9FE2644A40F4C4AB4F3BF51AE25C5646C',
|
|
1224
|
+
name: 'cUSDC',
|
|
1225
|
+
display: 'cUSDC',
|
|
1226
|
+
symbol: 'CUSDC',
|
|
1227
|
+
logo_URIs: {
|
|
1228
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg'
|
|
1229
|
+
},
|
|
1230
|
+
images: [{
|
|
1231
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg'
|
|
1232
|
+
}],
|
|
1233
|
+
keywords: ['dex', 'mm'],
|
|
1234
|
+
type_asset: 'sdk.coin',
|
|
1235
|
+
traces: [{
|
|
1236
|
+
type: 'ibc',
|
|
1237
|
+
counterparty: {
|
|
1238
|
+
channel_id: 'channel-17',
|
|
1239
|
+
base_denom: 'ucusdc',
|
|
1240
|
+
chain_name: 'kopi'
|
|
1241
|
+
},
|
|
1242
|
+
chain: {
|
|
1243
|
+
channel_id: 'channel-25'
|
|
1244
|
+
}
|
|
1245
|
+
}]
|
|
1246
|
+
},
|
|
1247
|
+
{
|
|
1248
|
+
description: 'A MM deposit receipt of the Stablecoin USDT from Injective Chain',
|
|
1249
|
+
denom_units: [{
|
|
1250
|
+
denom: 'ibc/F84C54B2F3F261C0ABA6D8F560F7AFA2941B61E4EBDF671D50BF2C280584924E',
|
|
1251
|
+
exponent: 0,
|
|
1252
|
+
aliases: ['ucusdtinj']
|
|
1253
|
+
}, {
|
|
1254
|
+
denom: 'cUSDT.inj',
|
|
1255
|
+
exponent: 6
|
|
1256
|
+
}],
|
|
1257
|
+
base: 'ibc/F84C54B2F3F261C0ABA6D8F560F7AFA2941B61E4EBDF671D50BF2C280584924E',
|
|
1258
|
+
name: 'cUSDT.inj',
|
|
1259
|
+
display: 'cUSDT.inj',
|
|
1260
|
+
symbol: 'cUSDT.inj',
|
|
1261
|
+
logo_URIs: {
|
|
1262
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg'
|
|
1263
|
+
},
|
|
1264
|
+
images: [{
|
|
1265
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg'
|
|
1266
|
+
}],
|
|
1267
|
+
keywords: ['dex', 'mm'],
|
|
1268
|
+
type_asset: 'sdk.coin',
|
|
1269
|
+
traces: [{
|
|
1270
|
+
type: 'ibc',
|
|
1271
|
+
counterparty: {
|
|
1272
|
+
channel_id: 'channel-17',
|
|
1273
|
+
base_denom: 'ucusdtinj',
|
|
1274
|
+
chain_name: 'kopi'
|
|
1275
|
+
},
|
|
1276
|
+
chain: {
|
|
1277
|
+
channel_id: 'channel-25'
|
|
1278
|
+
}
|
|
1279
|
+
}]
|
|
1280
|
+
},
|
|
1281
|
+
{
|
|
1282
|
+
description: 'arbitrage receipt token of cUSDT',
|
|
1283
|
+
denom_units: [{
|
|
1284
|
+
denom: 'ibc/31642839872C9D285881813599A8729F59B9F2C330838827116945D20FDAB5FB',
|
|
1285
|
+
exponent: 0,
|
|
1286
|
+
aliases: ['uasusdtinj']
|
|
1287
|
+
}, {
|
|
1288
|
+
denom: 'asusdtinj',
|
|
1289
|
+
exponent: 6
|
|
1290
|
+
}],
|
|
1291
|
+
base: 'ibc/31642839872C9D285881813599A8729F59B9F2C330838827116945D20FDAB5FB',
|
|
1292
|
+
name: 'asUSDT.inj',
|
|
1293
|
+
display: 'asusdtinj',
|
|
1294
|
+
symbol: 'asUSDT.inj',
|
|
1295
|
+
logo_URIs: {
|
|
1296
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg'
|
|
1297
|
+
},
|
|
1298
|
+
images: [{
|
|
1299
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg'
|
|
1300
|
+
}],
|
|
1301
|
+
keywords: ['dex', 'mm'],
|
|
1302
|
+
type_asset: 'sdk.coin',
|
|
1303
|
+
traces: [{
|
|
1304
|
+
type: 'ibc',
|
|
1305
|
+
counterparty: {
|
|
1306
|
+
channel_id: 'channel-17',
|
|
1307
|
+
base_denom: 'uasusdtinj',
|
|
1308
|
+
chain_name: 'kopi'
|
|
1309
|
+
},
|
|
1310
|
+
chain: {
|
|
1311
|
+
channel_id: 'channel-25'
|
|
1312
|
+
}
|
|
1313
|
+
}]
|
|
1314
|
+
},
|
|
1315
|
+
{
|
|
1316
|
+
description: 'arbitrage receipt token of cUSDC',
|
|
1317
|
+
denom_units: [{
|
|
1318
|
+
denom: 'ibc/1F190F12A75F5CEA344198378D97892EABA3EBC90DAB778ACEE537B1F4BAAF70',
|
|
1319
|
+
exponent: 0,
|
|
1320
|
+
aliases: ['uasusdc']
|
|
1321
|
+
}, {
|
|
1322
|
+
denom: 'asUSDC',
|
|
1323
|
+
exponent: 6
|
|
1324
|
+
}],
|
|
1325
|
+
base: 'ibc/1F190F12A75F5CEA344198378D97892EABA3EBC90DAB778ACEE537B1F4BAAF70',
|
|
1326
|
+
name: 'asUSDC',
|
|
1327
|
+
display: 'asUSDC',
|
|
1328
|
+
symbol: 'ASUSDC',
|
|
1329
|
+
logo_URIs: {
|
|
1330
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg'
|
|
1331
|
+
},
|
|
1332
|
+
images: [{
|
|
1333
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg'
|
|
1334
|
+
}],
|
|
1335
|
+
keywords: ['dex', 'mm'],
|
|
1336
|
+
type_asset: 'sdk.coin',
|
|
1337
|
+
traces: [{
|
|
1338
|
+
type: 'ibc',
|
|
1339
|
+
counterparty: {
|
|
1340
|
+
channel_id: 'channel-17',
|
|
1341
|
+
base_denom: 'uasusdc',
|
|
1342
|
+
chain_name: 'kopi'
|
|
1343
|
+
},
|
|
1344
|
+
chain: {
|
|
1345
|
+
channel_id: 'channel-25'
|
|
1346
|
+
}
|
|
1347
|
+
}]
|
|
1348
|
+
},
|
|
915
1349
|
{
|
|
916
1350
|
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
917
1351
|
denom_units: [{
|