@chain-registry/assets 1.64.48 → 1.64.50
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/kava.js +232 -0
- package/esm/mainnet/noble.js +398 -0
- package/index.d.ts +1 -1
- package/mainnet/kava.js +232 -0
- package/mainnet/noble.js +398 -0
- package/package.json +5 -5
package/esm/mainnet/kava.js
CHANGED
|
@@ -1696,6 +1696,122 @@ const assets = {
|
|
|
1696
1696
|
}
|
|
1697
1697
|
}]
|
|
1698
1698
|
},
|
|
1699
|
+
{
|
|
1700
|
+
description: 'The permissioned staking asset for Noble Chain',
|
|
1701
|
+
denom_units: [{
|
|
1702
|
+
denom: 'ibc/598AAE327C2402C8B9847FDB2063EB82203084DA0730B66EB4CAF8CFC482128C',
|
|
1703
|
+
exponent: 0,
|
|
1704
|
+
aliases: ['ustake']
|
|
1705
|
+
}, {
|
|
1706
|
+
denom: 'stake',
|
|
1707
|
+
exponent: 6
|
|
1708
|
+
}],
|
|
1709
|
+
base: 'ibc/598AAE327C2402C8B9847FDB2063EB82203084DA0730B66EB4CAF8CFC482128C',
|
|
1710
|
+
name: 'Stake',
|
|
1711
|
+
display: 'stake',
|
|
1712
|
+
symbol: 'STAKE',
|
|
1713
|
+
logo_URIs: {
|
|
1714
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
1715
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
|
|
1716
|
+
},
|
|
1717
|
+
images: [{
|
|
1718
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
1719
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg',
|
|
1720
|
+
theme: {
|
|
1721
|
+
primary_color_hex: '#a8bbfb'
|
|
1722
|
+
}
|
|
1723
|
+
}],
|
|
1724
|
+
traces: [{
|
|
1725
|
+
type: 'ibc',
|
|
1726
|
+
counterparty: {
|
|
1727
|
+
channel_id: 'channel-88',
|
|
1728
|
+
base_denom: 'ustake',
|
|
1729
|
+
chain_name: 'noble'
|
|
1730
|
+
},
|
|
1731
|
+
chain: {
|
|
1732
|
+
channel_id: 'channel-151'
|
|
1733
|
+
}
|
|
1734
|
+
}]
|
|
1735
|
+
},
|
|
1736
|
+
{
|
|
1737
|
+
description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
|
|
1738
|
+
denom_units: [{
|
|
1739
|
+
denom: 'ibc/BE871623F36A2C4A47240B5B0F5241B0B6A87B1549B1A24E53EB75C5C3FB60C4',
|
|
1740
|
+
exponent: 0,
|
|
1741
|
+
aliases: ['ufrienzies']
|
|
1742
|
+
}, {
|
|
1743
|
+
denom: 'frienzies',
|
|
1744
|
+
exponent: 6
|
|
1745
|
+
}],
|
|
1746
|
+
base: 'ibc/BE871623F36A2C4A47240B5B0F5241B0B6A87B1549B1A24E53EB75C5C3FB60C4',
|
|
1747
|
+
display: 'frienzies',
|
|
1748
|
+
name: 'Frienzies',
|
|
1749
|
+
symbol: 'FRNZ',
|
|
1750
|
+
logo_URIs: {
|
|
1751
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
1752
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
|
|
1753
|
+
},
|
|
1754
|
+
images: [{
|
|
1755
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
1756
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg',
|
|
1757
|
+
theme: {
|
|
1758
|
+
primary_color_hex: '#04041c'
|
|
1759
|
+
}
|
|
1760
|
+
}],
|
|
1761
|
+
traces: [{
|
|
1762
|
+
type: 'ibc',
|
|
1763
|
+
counterparty: {
|
|
1764
|
+
channel_id: 'channel-88',
|
|
1765
|
+
base_denom: 'ufrienzies',
|
|
1766
|
+
chain_name: 'noble'
|
|
1767
|
+
},
|
|
1768
|
+
chain: {
|
|
1769
|
+
channel_id: 'channel-151'
|
|
1770
|
+
}
|
|
1771
|
+
}]
|
|
1772
|
+
},
|
|
1773
|
+
{
|
|
1774
|
+
description: 'Ondo US Dollar Yield',
|
|
1775
|
+
denom_units: [{
|
|
1776
|
+
denom: 'ibc/B65490809A689F7C04020449CF40446A039630BEBC5F5E94BD1AD849F5CCCE80',
|
|
1777
|
+
exponent: 0,
|
|
1778
|
+
aliases: ['ausdy']
|
|
1779
|
+
}, {
|
|
1780
|
+
denom: 'usdy',
|
|
1781
|
+
exponent: 18
|
|
1782
|
+
}],
|
|
1783
|
+
base: 'ibc/B65490809A689F7C04020449CF40446A039630BEBC5F5E94BD1AD849F5CCCE80',
|
|
1784
|
+
display: 'usdy',
|
|
1785
|
+
name: 'Ondo US Dollar Yield',
|
|
1786
|
+
symbol: 'USDY',
|
|
1787
|
+
logo_URIs: {
|
|
1788
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
1789
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg'
|
|
1790
|
+
},
|
|
1791
|
+
images: [{
|
|
1792
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
1793
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg',
|
|
1794
|
+
theme: {
|
|
1795
|
+
primary_color_hex: '#142c5c'
|
|
1796
|
+
}
|
|
1797
|
+
}],
|
|
1798
|
+
coingecko_id: 'ondo-us-dollar-yield',
|
|
1799
|
+
socials: {
|
|
1800
|
+
website: 'https://ondo.finance/usdy',
|
|
1801
|
+
twitter: 'https://x.com/OndoFinance'
|
|
1802
|
+
},
|
|
1803
|
+
traces: [{
|
|
1804
|
+
type: 'ibc',
|
|
1805
|
+
counterparty: {
|
|
1806
|
+
channel_id: 'channel-88',
|
|
1807
|
+
base_denom: 'ausdy',
|
|
1808
|
+
chain_name: 'noble'
|
|
1809
|
+
},
|
|
1810
|
+
chain: {
|
|
1811
|
+
channel_id: 'channel-151'
|
|
1812
|
+
}
|
|
1813
|
+
}]
|
|
1814
|
+
},
|
|
1699
1815
|
{
|
|
1700
1816
|
description: 'The native token of ONEX',
|
|
1701
1817
|
denom_units: [{
|
|
@@ -2247,6 +2363,122 @@ const assets = {
|
|
|
2247
2363
|
}
|
|
2248
2364
|
}]
|
|
2249
2365
|
},
|
|
2366
|
+
{
|
|
2367
|
+
description: 'The permissioned staking asset for Noble Chain',
|
|
2368
|
+
denom_units: [{
|
|
2369
|
+
denom: 'ibc/598AAE327C2402C8B9847FDB2063EB82203084DA0730B66EB4CAF8CFC482128C',
|
|
2370
|
+
exponent: 0,
|
|
2371
|
+
aliases: ['ustake']
|
|
2372
|
+
}, {
|
|
2373
|
+
denom: 'stake',
|
|
2374
|
+
exponent: 6
|
|
2375
|
+
}],
|
|
2376
|
+
base: 'ibc/598AAE327C2402C8B9847FDB2063EB82203084DA0730B66EB4CAF8CFC482128C',
|
|
2377
|
+
name: 'Stake',
|
|
2378
|
+
display: 'stake',
|
|
2379
|
+
symbol: 'STAKE',
|
|
2380
|
+
logo_URIs: {
|
|
2381
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
2382
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
|
|
2383
|
+
},
|
|
2384
|
+
images: [{
|
|
2385
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
2386
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg',
|
|
2387
|
+
theme: {
|
|
2388
|
+
primary_color_hex: '#a8bbfb'
|
|
2389
|
+
}
|
|
2390
|
+
}],
|
|
2391
|
+
traces: [{
|
|
2392
|
+
type: 'ibc',
|
|
2393
|
+
counterparty: {
|
|
2394
|
+
channel_id: 'channel-88',
|
|
2395
|
+
base_denom: 'ustake',
|
|
2396
|
+
chain_name: 'noble'
|
|
2397
|
+
},
|
|
2398
|
+
chain: {
|
|
2399
|
+
channel_id: 'channel-151'
|
|
2400
|
+
}
|
|
2401
|
+
}]
|
|
2402
|
+
},
|
|
2403
|
+
{
|
|
2404
|
+
description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
|
|
2405
|
+
denom_units: [{
|
|
2406
|
+
denom: 'ibc/BE871623F36A2C4A47240B5B0F5241B0B6A87B1549B1A24E53EB75C5C3FB60C4',
|
|
2407
|
+
exponent: 0,
|
|
2408
|
+
aliases: ['ufrienzies']
|
|
2409
|
+
}, {
|
|
2410
|
+
denom: 'frienzies',
|
|
2411
|
+
exponent: 6
|
|
2412
|
+
}],
|
|
2413
|
+
base: 'ibc/BE871623F36A2C4A47240B5B0F5241B0B6A87B1549B1A24E53EB75C5C3FB60C4',
|
|
2414
|
+
display: 'frienzies',
|
|
2415
|
+
name: 'Frienzies',
|
|
2416
|
+
symbol: 'FRNZ',
|
|
2417
|
+
logo_URIs: {
|
|
2418
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
2419
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
|
|
2420
|
+
},
|
|
2421
|
+
images: [{
|
|
2422
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
2423
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg',
|
|
2424
|
+
theme: {
|
|
2425
|
+
primary_color_hex: '#04041c'
|
|
2426
|
+
}
|
|
2427
|
+
}],
|
|
2428
|
+
traces: [{
|
|
2429
|
+
type: 'ibc',
|
|
2430
|
+
counterparty: {
|
|
2431
|
+
channel_id: 'channel-88',
|
|
2432
|
+
base_denom: 'ufrienzies',
|
|
2433
|
+
chain_name: 'noble'
|
|
2434
|
+
},
|
|
2435
|
+
chain: {
|
|
2436
|
+
channel_id: 'channel-151'
|
|
2437
|
+
}
|
|
2438
|
+
}]
|
|
2439
|
+
},
|
|
2440
|
+
{
|
|
2441
|
+
description: 'Ondo US Dollar Yield',
|
|
2442
|
+
denom_units: [{
|
|
2443
|
+
denom: 'ibc/B65490809A689F7C04020449CF40446A039630BEBC5F5E94BD1AD849F5CCCE80',
|
|
2444
|
+
exponent: 0,
|
|
2445
|
+
aliases: ['ausdy']
|
|
2446
|
+
}, {
|
|
2447
|
+
denom: 'usdy',
|
|
2448
|
+
exponent: 18
|
|
2449
|
+
}],
|
|
2450
|
+
base: 'ibc/B65490809A689F7C04020449CF40446A039630BEBC5F5E94BD1AD849F5CCCE80',
|
|
2451
|
+
display: 'usdy',
|
|
2452
|
+
name: 'Ondo US Dollar Yield',
|
|
2453
|
+
symbol: 'USDY',
|
|
2454
|
+
logo_URIs: {
|
|
2455
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
2456
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg'
|
|
2457
|
+
},
|
|
2458
|
+
images: [{
|
|
2459
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
2460
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg',
|
|
2461
|
+
theme: {
|
|
2462
|
+
primary_color_hex: '#142c5c'
|
|
2463
|
+
}
|
|
2464
|
+
}],
|
|
2465
|
+
coingecko_id: 'ondo-us-dollar-yield',
|
|
2466
|
+
socials: {
|
|
2467
|
+
website: 'https://ondo.finance/usdy',
|
|
2468
|
+
twitter: 'https://x.com/OndoFinance'
|
|
2469
|
+
},
|
|
2470
|
+
traces: [{
|
|
2471
|
+
type: 'ibc',
|
|
2472
|
+
counterparty: {
|
|
2473
|
+
channel_id: 'channel-88',
|
|
2474
|
+
base_denom: 'ausdy',
|
|
2475
|
+
chain_name: 'noble'
|
|
2476
|
+
},
|
|
2477
|
+
chain: {
|
|
2478
|
+
channel_id: 'channel-151'
|
|
2479
|
+
}
|
|
2480
|
+
}]
|
|
2481
|
+
},
|
|
2250
2482
|
{
|
|
2251
2483
|
description: 'The native token of ONEX',
|
|
2252
2484
|
denom_units: [{
|
package/esm/mainnet/noble.js
CHANGED
|
@@ -1058,6 +1058,205 @@ const assets = {
|
|
|
1058
1058
|
}
|
|
1059
1059
|
}]
|
|
1060
1060
|
},
|
|
1061
|
+
{
|
|
1062
|
+
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.',
|
|
1063
|
+
denom_units: [{
|
|
1064
|
+
denom: 'ibc/348171100CAD3F034526085EAA764D6CA1C1C0D6DD4BA50490C962263FCC27CB',
|
|
1065
|
+
exponent: 0,
|
|
1066
|
+
aliases: ['ukava']
|
|
1067
|
+
}, {
|
|
1068
|
+
denom: 'kava',
|
|
1069
|
+
exponent: 6
|
|
1070
|
+
}],
|
|
1071
|
+
base: 'ibc/348171100CAD3F034526085EAA764D6CA1C1C0D6DD4BA50490C962263FCC27CB',
|
|
1072
|
+
name: 'Kava',
|
|
1073
|
+
display: 'kava',
|
|
1074
|
+
symbol: 'KAVA',
|
|
1075
|
+
logo_URIs: {
|
|
1076
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png',
|
|
1077
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg'
|
|
1078
|
+
},
|
|
1079
|
+
coingecko_id: 'kava',
|
|
1080
|
+
images: [{
|
|
1081
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png',
|
|
1082
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg',
|
|
1083
|
+
theme: {
|
|
1084
|
+
primary_color_hex: '#e64942'
|
|
1085
|
+
}
|
|
1086
|
+
}],
|
|
1087
|
+
socials: {
|
|
1088
|
+
website: 'https://www.kava.io/',
|
|
1089
|
+
twitter: 'https://twitter.com/KAVA_CHAIN'
|
|
1090
|
+
},
|
|
1091
|
+
traces: [{
|
|
1092
|
+
type: 'ibc',
|
|
1093
|
+
counterparty: {
|
|
1094
|
+
channel_id: 'channel-151',
|
|
1095
|
+
base_denom: 'ukava',
|
|
1096
|
+
chain_name: 'kava'
|
|
1097
|
+
},
|
|
1098
|
+
chain: {
|
|
1099
|
+
channel_id: 'channel-88'
|
|
1100
|
+
}
|
|
1101
|
+
}]
|
|
1102
|
+
},
|
|
1103
|
+
{
|
|
1104
|
+
description: 'Governance token of Kava Lend Protocol',
|
|
1105
|
+
denom_units: [{
|
|
1106
|
+
denom: 'ibc/FE8B677FE6D8E8BF4DF59CD89F3393313707837796F732EF9265B027F1CF32BD',
|
|
1107
|
+
exponent: 0,
|
|
1108
|
+
aliases: ['hard']
|
|
1109
|
+
}, {
|
|
1110
|
+
denom: 'HARD',
|
|
1111
|
+
exponent: 6
|
|
1112
|
+
}],
|
|
1113
|
+
base: 'ibc/FE8B677FE6D8E8BF4DF59CD89F3393313707837796F732EF9265B027F1CF32BD',
|
|
1114
|
+
name: 'Kava Hard',
|
|
1115
|
+
display: 'HARD',
|
|
1116
|
+
symbol: 'HARD',
|
|
1117
|
+
logo_URIs: {
|
|
1118
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/hard.png',
|
|
1119
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/hard.svg'
|
|
1120
|
+
},
|
|
1121
|
+
coingecko_id: 'kava-lend',
|
|
1122
|
+
images: [{
|
|
1123
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/hard.png',
|
|
1124
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/hard.svg',
|
|
1125
|
+
theme: {
|
|
1126
|
+
primary_color_hex: '#7b34ac'
|
|
1127
|
+
}
|
|
1128
|
+
}],
|
|
1129
|
+
traces: [{
|
|
1130
|
+
type: 'ibc',
|
|
1131
|
+
counterparty: {
|
|
1132
|
+
channel_id: 'channel-151',
|
|
1133
|
+
base_denom: 'hard',
|
|
1134
|
+
chain_name: 'kava'
|
|
1135
|
+
},
|
|
1136
|
+
chain: {
|
|
1137
|
+
channel_id: 'channel-88'
|
|
1138
|
+
}
|
|
1139
|
+
}]
|
|
1140
|
+
},
|
|
1141
|
+
{
|
|
1142
|
+
description: 'Governance token of Kava Swap Protocol',
|
|
1143
|
+
denom_units: [{
|
|
1144
|
+
denom: 'ibc/5C2796FC34F983B1B01CD89EDF5A7BF110AF18A7DE65D692BF32369870E2D19D',
|
|
1145
|
+
exponent: 0,
|
|
1146
|
+
aliases: ['swp']
|
|
1147
|
+
}, {
|
|
1148
|
+
denom: 'SWP',
|
|
1149
|
+
exponent: 6
|
|
1150
|
+
}],
|
|
1151
|
+
base: 'ibc/5C2796FC34F983B1B01CD89EDF5A7BF110AF18A7DE65D692BF32369870E2D19D',
|
|
1152
|
+
name: 'Kava Swap',
|
|
1153
|
+
display: 'SWP',
|
|
1154
|
+
symbol: 'SWP',
|
|
1155
|
+
logo_URIs: {
|
|
1156
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.png',
|
|
1157
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.svg'
|
|
1158
|
+
},
|
|
1159
|
+
coingecko_id: 'kava-swap',
|
|
1160
|
+
images: [{
|
|
1161
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.png',
|
|
1162
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.svg',
|
|
1163
|
+
theme: {
|
|
1164
|
+
primary_color_hex: '#544cfc'
|
|
1165
|
+
}
|
|
1166
|
+
}],
|
|
1167
|
+
traces: [{
|
|
1168
|
+
type: 'ibc',
|
|
1169
|
+
counterparty: {
|
|
1170
|
+
channel_id: 'channel-151',
|
|
1171
|
+
base_denom: 'swp',
|
|
1172
|
+
chain_name: 'kava'
|
|
1173
|
+
},
|
|
1174
|
+
chain: {
|
|
1175
|
+
channel_id: 'channel-88'
|
|
1176
|
+
}
|
|
1177
|
+
}]
|
|
1178
|
+
},
|
|
1179
|
+
{
|
|
1180
|
+
description: 'The native stablecoin of Kava',
|
|
1181
|
+
denom_units: [{
|
|
1182
|
+
denom: 'ibc/0F60C7463F870F1B98CB39A2C764020F813BF3BE5A53939D23DDCB0637BC704A',
|
|
1183
|
+
exponent: 0,
|
|
1184
|
+
aliases: ['usdx']
|
|
1185
|
+
}, {
|
|
1186
|
+
denom: 'USDX',
|
|
1187
|
+
exponent: 6
|
|
1188
|
+
}],
|
|
1189
|
+
base: 'ibc/0F60C7463F870F1B98CB39A2C764020F813BF3BE5A53939D23DDCB0637BC704A',
|
|
1190
|
+
name: 'Kava USDX',
|
|
1191
|
+
display: 'USDX',
|
|
1192
|
+
symbol: 'USDX',
|
|
1193
|
+
logo_URIs: {
|
|
1194
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.png',
|
|
1195
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.svg'
|
|
1196
|
+
},
|
|
1197
|
+
coingecko_id: 'usdx',
|
|
1198
|
+
images: [{
|
|
1199
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.png',
|
|
1200
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.svg',
|
|
1201
|
+
theme: {
|
|
1202
|
+
primary_color_hex: '#04d4a3'
|
|
1203
|
+
}
|
|
1204
|
+
}],
|
|
1205
|
+
traces: [{
|
|
1206
|
+
type: 'ibc',
|
|
1207
|
+
counterparty: {
|
|
1208
|
+
channel_id: 'channel-151',
|
|
1209
|
+
base_denom: 'usdx',
|
|
1210
|
+
chain_name: 'kava'
|
|
1211
|
+
},
|
|
1212
|
+
chain: {
|
|
1213
|
+
channel_id: 'channel-88'
|
|
1214
|
+
}
|
|
1215
|
+
}]
|
|
1216
|
+
},
|
|
1217
|
+
{
|
|
1218
|
+
denom_units: [{
|
|
1219
|
+
denom: 'ibc/96675A2C89AFB75C624A0A5226A883836A608593D6A278ECFEF3A08413F7FA97',
|
|
1220
|
+
exponent: 0,
|
|
1221
|
+
aliases: ['erc20/tether/usdt']
|
|
1222
|
+
}, {
|
|
1223
|
+
denom: 'usdt',
|
|
1224
|
+
exponent: 6
|
|
1225
|
+
}],
|
|
1226
|
+
base: 'ibc/96675A2C89AFB75C624A0A5226A883836A608593D6A278ECFEF3A08413F7FA97',
|
|
1227
|
+
name: 'Tether USD',
|
|
1228
|
+
display: 'usdt',
|
|
1229
|
+
symbol: 'USDT',
|
|
1230
|
+
coingecko_id: 'tether',
|
|
1231
|
+
traces: [{
|
|
1232
|
+
type: 'ibc',
|
|
1233
|
+
counterparty: {
|
|
1234
|
+
channel_id: 'channel-151',
|
|
1235
|
+
base_denom: 'erc20/tether/usdt',
|
|
1236
|
+
chain_name: 'kava'
|
|
1237
|
+
},
|
|
1238
|
+
chain: {
|
|
1239
|
+
channel_id: 'channel-88'
|
|
1240
|
+
}
|
|
1241
|
+
}],
|
|
1242
|
+
images: [{
|
|
1243
|
+
image_sync: {
|
|
1244
|
+
chain_name: 'ethereum',
|
|
1245
|
+
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
1246
|
+
},
|
|
1247
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
1248
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
1249
|
+
theme: {
|
|
1250
|
+
circle: true,
|
|
1251
|
+
primary_color_hex: '#009393',
|
|
1252
|
+
background_color_hex: '#009393'
|
|
1253
|
+
}
|
|
1254
|
+
}],
|
|
1255
|
+
logo_URIs: {
|
|
1256
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
1257
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
1258
|
+
}
|
|
1259
|
+
},
|
|
1061
1260
|
{
|
|
1062
1261
|
description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
|
|
1063
1262
|
denom_units: [{
|
|
@@ -2455,6 +2654,205 @@ const assets = {
|
|
|
2455
2654
|
}
|
|
2456
2655
|
}]
|
|
2457
2656
|
},
|
|
2657
|
+
{
|
|
2658
|
+
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.',
|
|
2659
|
+
denom_units: [{
|
|
2660
|
+
denom: 'ibc/348171100CAD3F034526085EAA764D6CA1C1C0D6DD4BA50490C962263FCC27CB',
|
|
2661
|
+
exponent: 0,
|
|
2662
|
+
aliases: ['ukava']
|
|
2663
|
+
}, {
|
|
2664
|
+
denom: 'kava',
|
|
2665
|
+
exponent: 6
|
|
2666
|
+
}],
|
|
2667
|
+
base: 'ibc/348171100CAD3F034526085EAA764D6CA1C1C0D6DD4BA50490C962263FCC27CB',
|
|
2668
|
+
name: 'Kava',
|
|
2669
|
+
display: 'kava',
|
|
2670
|
+
symbol: 'KAVA',
|
|
2671
|
+
logo_URIs: {
|
|
2672
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png',
|
|
2673
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg'
|
|
2674
|
+
},
|
|
2675
|
+
coingecko_id: 'kava',
|
|
2676
|
+
images: [{
|
|
2677
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png',
|
|
2678
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg',
|
|
2679
|
+
theme: {
|
|
2680
|
+
primary_color_hex: '#e64942'
|
|
2681
|
+
}
|
|
2682
|
+
}],
|
|
2683
|
+
socials: {
|
|
2684
|
+
website: 'https://www.kava.io/',
|
|
2685
|
+
twitter: 'https://twitter.com/KAVA_CHAIN'
|
|
2686
|
+
},
|
|
2687
|
+
traces: [{
|
|
2688
|
+
type: 'ibc',
|
|
2689
|
+
counterparty: {
|
|
2690
|
+
channel_id: 'channel-151',
|
|
2691
|
+
base_denom: 'ukava',
|
|
2692
|
+
chain_name: 'kava'
|
|
2693
|
+
},
|
|
2694
|
+
chain: {
|
|
2695
|
+
channel_id: 'channel-88'
|
|
2696
|
+
}
|
|
2697
|
+
}]
|
|
2698
|
+
},
|
|
2699
|
+
{
|
|
2700
|
+
description: 'Governance token of Kava Lend Protocol',
|
|
2701
|
+
denom_units: [{
|
|
2702
|
+
denom: 'ibc/FE8B677FE6D8E8BF4DF59CD89F3393313707837796F732EF9265B027F1CF32BD',
|
|
2703
|
+
exponent: 0,
|
|
2704
|
+
aliases: ['hard']
|
|
2705
|
+
}, {
|
|
2706
|
+
denom: 'HARD',
|
|
2707
|
+
exponent: 6
|
|
2708
|
+
}],
|
|
2709
|
+
base: 'ibc/FE8B677FE6D8E8BF4DF59CD89F3393313707837796F732EF9265B027F1CF32BD',
|
|
2710
|
+
name: 'Kava Hard',
|
|
2711
|
+
display: 'HARD',
|
|
2712
|
+
symbol: 'HARD',
|
|
2713
|
+
logo_URIs: {
|
|
2714
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/hard.png',
|
|
2715
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/hard.svg'
|
|
2716
|
+
},
|
|
2717
|
+
coingecko_id: 'kava-lend',
|
|
2718
|
+
images: [{
|
|
2719
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/hard.png',
|
|
2720
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/hard.svg',
|
|
2721
|
+
theme: {
|
|
2722
|
+
primary_color_hex: '#7b34ac'
|
|
2723
|
+
}
|
|
2724
|
+
}],
|
|
2725
|
+
traces: [{
|
|
2726
|
+
type: 'ibc',
|
|
2727
|
+
counterparty: {
|
|
2728
|
+
channel_id: 'channel-151',
|
|
2729
|
+
base_denom: 'hard',
|
|
2730
|
+
chain_name: 'kava'
|
|
2731
|
+
},
|
|
2732
|
+
chain: {
|
|
2733
|
+
channel_id: 'channel-88'
|
|
2734
|
+
}
|
|
2735
|
+
}]
|
|
2736
|
+
},
|
|
2737
|
+
{
|
|
2738
|
+
description: 'Governance token of Kava Swap Protocol',
|
|
2739
|
+
denom_units: [{
|
|
2740
|
+
denom: 'ibc/5C2796FC34F983B1B01CD89EDF5A7BF110AF18A7DE65D692BF32369870E2D19D',
|
|
2741
|
+
exponent: 0,
|
|
2742
|
+
aliases: ['swp']
|
|
2743
|
+
}, {
|
|
2744
|
+
denom: 'SWP',
|
|
2745
|
+
exponent: 6
|
|
2746
|
+
}],
|
|
2747
|
+
base: 'ibc/5C2796FC34F983B1B01CD89EDF5A7BF110AF18A7DE65D692BF32369870E2D19D',
|
|
2748
|
+
name: 'Kava Swap',
|
|
2749
|
+
display: 'SWP',
|
|
2750
|
+
symbol: 'SWP',
|
|
2751
|
+
logo_URIs: {
|
|
2752
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.png',
|
|
2753
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.svg'
|
|
2754
|
+
},
|
|
2755
|
+
coingecko_id: 'kava-swap',
|
|
2756
|
+
images: [{
|
|
2757
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.png',
|
|
2758
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.svg',
|
|
2759
|
+
theme: {
|
|
2760
|
+
primary_color_hex: '#544cfc'
|
|
2761
|
+
}
|
|
2762
|
+
}],
|
|
2763
|
+
traces: [{
|
|
2764
|
+
type: 'ibc',
|
|
2765
|
+
counterparty: {
|
|
2766
|
+
channel_id: 'channel-151',
|
|
2767
|
+
base_denom: 'swp',
|
|
2768
|
+
chain_name: 'kava'
|
|
2769
|
+
},
|
|
2770
|
+
chain: {
|
|
2771
|
+
channel_id: 'channel-88'
|
|
2772
|
+
}
|
|
2773
|
+
}]
|
|
2774
|
+
},
|
|
2775
|
+
{
|
|
2776
|
+
description: 'The native stablecoin of Kava',
|
|
2777
|
+
denom_units: [{
|
|
2778
|
+
denom: 'ibc/0F60C7463F870F1B98CB39A2C764020F813BF3BE5A53939D23DDCB0637BC704A',
|
|
2779
|
+
exponent: 0,
|
|
2780
|
+
aliases: ['usdx']
|
|
2781
|
+
}, {
|
|
2782
|
+
denom: 'USDX',
|
|
2783
|
+
exponent: 6
|
|
2784
|
+
}],
|
|
2785
|
+
base: 'ibc/0F60C7463F870F1B98CB39A2C764020F813BF3BE5A53939D23DDCB0637BC704A',
|
|
2786
|
+
name: 'Kava USDX',
|
|
2787
|
+
display: 'USDX',
|
|
2788
|
+
symbol: 'USDX',
|
|
2789
|
+
logo_URIs: {
|
|
2790
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.png',
|
|
2791
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.svg'
|
|
2792
|
+
},
|
|
2793
|
+
coingecko_id: 'usdx',
|
|
2794
|
+
images: [{
|
|
2795
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.png',
|
|
2796
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.svg',
|
|
2797
|
+
theme: {
|
|
2798
|
+
primary_color_hex: '#04d4a3'
|
|
2799
|
+
}
|
|
2800
|
+
}],
|
|
2801
|
+
traces: [{
|
|
2802
|
+
type: 'ibc',
|
|
2803
|
+
counterparty: {
|
|
2804
|
+
channel_id: 'channel-151',
|
|
2805
|
+
base_denom: 'usdx',
|
|
2806
|
+
chain_name: 'kava'
|
|
2807
|
+
},
|
|
2808
|
+
chain: {
|
|
2809
|
+
channel_id: 'channel-88'
|
|
2810
|
+
}
|
|
2811
|
+
}]
|
|
2812
|
+
},
|
|
2813
|
+
{
|
|
2814
|
+
denom_units: [{
|
|
2815
|
+
denom: 'ibc/96675A2C89AFB75C624A0A5226A883836A608593D6A278ECFEF3A08413F7FA97',
|
|
2816
|
+
exponent: 0,
|
|
2817
|
+
aliases: ['erc20/tether/usdt']
|
|
2818
|
+
}, {
|
|
2819
|
+
denom: 'usdt',
|
|
2820
|
+
exponent: 6
|
|
2821
|
+
}],
|
|
2822
|
+
base: 'ibc/96675A2C89AFB75C624A0A5226A883836A608593D6A278ECFEF3A08413F7FA97',
|
|
2823
|
+
name: 'Tether USD',
|
|
2824
|
+
display: 'usdt',
|
|
2825
|
+
symbol: 'USDT',
|
|
2826
|
+
coingecko_id: 'tether',
|
|
2827
|
+
traces: [{
|
|
2828
|
+
type: 'ibc',
|
|
2829
|
+
counterparty: {
|
|
2830
|
+
channel_id: 'channel-151',
|
|
2831
|
+
base_denom: 'erc20/tether/usdt',
|
|
2832
|
+
chain_name: 'kava'
|
|
2833
|
+
},
|
|
2834
|
+
chain: {
|
|
2835
|
+
channel_id: 'channel-88'
|
|
2836
|
+
}
|
|
2837
|
+
}],
|
|
2838
|
+
images: [{
|
|
2839
|
+
image_sync: {
|
|
2840
|
+
chain_name: 'ethereum',
|
|
2841
|
+
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
2842
|
+
},
|
|
2843
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
2844
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
2845
|
+
theme: {
|
|
2846
|
+
circle: true,
|
|
2847
|
+
primary_color_hex: '#009393',
|
|
2848
|
+
background_color_hex: '#009393'
|
|
2849
|
+
}
|
|
2850
|
+
}],
|
|
2851
|
+
logo_URIs: {
|
|
2852
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
2853
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
2854
|
+
}
|
|
2855
|
+
},
|
|
2458
2856
|
{
|
|
2459
2857
|
description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
|
|
2460
2858
|
denom_units: [{
|
package/index.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ export * from './testnet';
|
|
|
3
3
|
export * from './noncosmos';
|
|
4
4
|
import asset_lists from './asset_lists';
|
|
5
5
|
declare const _default: {
|
|
6
|
-
asset_lists: AssetList[];
|
|
6
|
+
asset_lists: import("@chain-registry/types").AssetList[];
|
|
7
7
|
};
|
|
8
8
|
export default _default;
|
|
9
9
|
export { asset_lists };
|
package/mainnet/kava.js
CHANGED
|
@@ -1698,6 +1698,122 @@ const assets = {
|
|
|
1698
1698
|
}
|
|
1699
1699
|
}]
|
|
1700
1700
|
},
|
|
1701
|
+
{
|
|
1702
|
+
description: 'The permissioned staking asset for Noble Chain',
|
|
1703
|
+
denom_units: [{
|
|
1704
|
+
denom: 'ibc/598AAE327C2402C8B9847FDB2063EB82203084DA0730B66EB4CAF8CFC482128C',
|
|
1705
|
+
exponent: 0,
|
|
1706
|
+
aliases: ['ustake']
|
|
1707
|
+
}, {
|
|
1708
|
+
denom: 'stake',
|
|
1709
|
+
exponent: 6
|
|
1710
|
+
}],
|
|
1711
|
+
base: 'ibc/598AAE327C2402C8B9847FDB2063EB82203084DA0730B66EB4CAF8CFC482128C',
|
|
1712
|
+
name: 'Stake',
|
|
1713
|
+
display: 'stake',
|
|
1714
|
+
symbol: 'STAKE',
|
|
1715
|
+
logo_URIs: {
|
|
1716
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
1717
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
|
|
1718
|
+
},
|
|
1719
|
+
images: [{
|
|
1720
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
1721
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg',
|
|
1722
|
+
theme: {
|
|
1723
|
+
primary_color_hex: '#a8bbfb'
|
|
1724
|
+
}
|
|
1725
|
+
}],
|
|
1726
|
+
traces: [{
|
|
1727
|
+
type: 'ibc',
|
|
1728
|
+
counterparty: {
|
|
1729
|
+
channel_id: 'channel-88',
|
|
1730
|
+
base_denom: 'ustake',
|
|
1731
|
+
chain_name: 'noble'
|
|
1732
|
+
},
|
|
1733
|
+
chain: {
|
|
1734
|
+
channel_id: 'channel-151'
|
|
1735
|
+
}
|
|
1736
|
+
}]
|
|
1737
|
+
},
|
|
1738
|
+
{
|
|
1739
|
+
description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
|
|
1740
|
+
denom_units: [{
|
|
1741
|
+
denom: 'ibc/BE871623F36A2C4A47240B5B0F5241B0B6A87B1549B1A24E53EB75C5C3FB60C4',
|
|
1742
|
+
exponent: 0,
|
|
1743
|
+
aliases: ['ufrienzies']
|
|
1744
|
+
}, {
|
|
1745
|
+
denom: 'frienzies',
|
|
1746
|
+
exponent: 6
|
|
1747
|
+
}],
|
|
1748
|
+
base: 'ibc/BE871623F36A2C4A47240B5B0F5241B0B6A87B1549B1A24E53EB75C5C3FB60C4',
|
|
1749
|
+
display: 'frienzies',
|
|
1750
|
+
name: 'Frienzies',
|
|
1751
|
+
symbol: 'FRNZ',
|
|
1752
|
+
logo_URIs: {
|
|
1753
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
1754
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
|
|
1755
|
+
},
|
|
1756
|
+
images: [{
|
|
1757
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
1758
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg',
|
|
1759
|
+
theme: {
|
|
1760
|
+
primary_color_hex: '#04041c'
|
|
1761
|
+
}
|
|
1762
|
+
}],
|
|
1763
|
+
traces: [{
|
|
1764
|
+
type: 'ibc',
|
|
1765
|
+
counterparty: {
|
|
1766
|
+
channel_id: 'channel-88',
|
|
1767
|
+
base_denom: 'ufrienzies',
|
|
1768
|
+
chain_name: 'noble'
|
|
1769
|
+
},
|
|
1770
|
+
chain: {
|
|
1771
|
+
channel_id: 'channel-151'
|
|
1772
|
+
}
|
|
1773
|
+
}]
|
|
1774
|
+
},
|
|
1775
|
+
{
|
|
1776
|
+
description: 'Ondo US Dollar Yield',
|
|
1777
|
+
denom_units: [{
|
|
1778
|
+
denom: 'ibc/B65490809A689F7C04020449CF40446A039630BEBC5F5E94BD1AD849F5CCCE80',
|
|
1779
|
+
exponent: 0,
|
|
1780
|
+
aliases: ['ausdy']
|
|
1781
|
+
}, {
|
|
1782
|
+
denom: 'usdy',
|
|
1783
|
+
exponent: 18
|
|
1784
|
+
}],
|
|
1785
|
+
base: 'ibc/B65490809A689F7C04020449CF40446A039630BEBC5F5E94BD1AD849F5CCCE80',
|
|
1786
|
+
display: 'usdy',
|
|
1787
|
+
name: 'Ondo US Dollar Yield',
|
|
1788
|
+
symbol: 'USDY',
|
|
1789
|
+
logo_URIs: {
|
|
1790
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
1791
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg'
|
|
1792
|
+
},
|
|
1793
|
+
images: [{
|
|
1794
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
1795
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg',
|
|
1796
|
+
theme: {
|
|
1797
|
+
primary_color_hex: '#142c5c'
|
|
1798
|
+
}
|
|
1799
|
+
}],
|
|
1800
|
+
coingecko_id: 'ondo-us-dollar-yield',
|
|
1801
|
+
socials: {
|
|
1802
|
+
website: 'https://ondo.finance/usdy',
|
|
1803
|
+
twitter: 'https://x.com/OndoFinance'
|
|
1804
|
+
},
|
|
1805
|
+
traces: [{
|
|
1806
|
+
type: 'ibc',
|
|
1807
|
+
counterparty: {
|
|
1808
|
+
channel_id: 'channel-88',
|
|
1809
|
+
base_denom: 'ausdy',
|
|
1810
|
+
chain_name: 'noble'
|
|
1811
|
+
},
|
|
1812
|
+
chain: {
|
|
1813
|
+
channel_id: 'channel-151'
|
|
1814
|
+
}
|
|
1815
|
+
}]
|
|
1816
|
+
},
|
|
1701
1817
|
{
|
|
1702
1818
|
description: 'The native token of ONEX',
|
|
1703
1819
|
denom_units: [{
|
|
@@ -2249,6 +2365,122 @@ const assets = {
|
|
|
2249
2365
|
}
|
|
2250
2366
|
}]
|
|
2251
2367
|
},
|
|
2368
|
+
{
|
|
2369
|
+
description: 'The permissioned staking asset for Noble Chain',
|
|
2370
|
+
denom_units: [{
|
|
2371
|
+
denom: 'ibc/598AAE327C2402C8B9847FDB2063EB82203084DA0730B66EB4CAF8CFC482128C',
|
|
2372
|
+
exponent: 0,
|
|
2373
|
+
aliases: ['ustake']
|
|
2374
|
+
}, {
|
|
2375
|
+
denom: 'stake',
|
|
2376
|
+
exponent: 6
|
|
2377
|
+
}],
|
|
2378
|
+
base: 'ibc/598AAE327C2402C8B9847FDB2063EB82203084DA0730B66EB4CAF8CFC482128C',
|
|
2379
|
+
name: 'Stake',
|
|
2380
|
+
display: 'stake',
|
|
2381
|
+
symbol: 'STAKE',
|
|
2382
|
+
logo_URIs: {
|
|
2383
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
2384
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
|
|
2385
|
+
},
|
|
2386
|
+
images: [{
|
|
2387
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
2388
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg',
|
|
2389
|
+
theme: {
|
|
2390
|
+
primary_color_hex: '#a8bbfb'
|
|
2391
|
+
}
|
|
2392
|
+
}],
|
|
2393
|
+
traces: [{
|
|
2394
|
+
type: 'ibc',
|
|
2395
|
+
counterparty: {
|
|
2396
|
+
channel_id: 'channel-88',
|
|
2397
|
+
base_denom: 'ustake',
|
|
2398
|
+
chain_name: 'noble'
|
|
2399
|
+
},
|
|
2400
|
+
chain: {
|
|
2401
|
+
channel_id: 'channel-151'
|
|
2402
|
+
}
|
|
2403
|
+
}]
|
|
2404
|
+
},
|
|
2405
|
+
{
|
|
2406
|
+
description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
|
|
2407
|
+
denom_units: [{
|
|
2408
|
+
denom: 'ibc/BE871623F36A2C4A47240B5B0F5241B0B6A87B1549B1A24E53EB75C5C3FB60C4',
|
|
2409
|
+
exponent: 0,
|
|
2410
|
+
aliases: ['ufrienzies']
|
|
2411
|
+
}, {
|
|
2412
|
+
denom: 'frienzies',
|
|
2413
|
+
exponent: 6
|
|
2414
|
+
}],
|
|
2415
|
+
base: 'ibc/BE871623F36A2C4A47240B5B0F5241B0B6A87B1549B1A24E53EB75C5C3FB60C4',
|
|
2416
|
+
display: 'frienzies',
|
|
2417
|
+
name: 'Frienzies',
|
|
2418
|
+
symbol: 'FRNZ',
|
|
2419
|
+
logo_URIs: {
|
|
2420
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
2421
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
|
|
2422
|
+
},
|
|
2423
|
+
images: [{
|
|
2424
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
2425
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg',
|
|
2426
|
+
theme: {
|
|
2427
|
+
primary_color_hex: '#04041c'
|
|
2428
|
+
}
|
|
2429
|
+
}],
|
|
2430
|
+
traces: [{
|
|
2431
|
+
type: 'ibc',
|
|
2432
|
+
counterparty: {
|
|
2433
|
+
channel_id: 'channel-88',
|
|
2434
|
+
base_denom: 'ufrienzies',
|
|
2435
|
+
chain_name: 'noble'
|
|
2436
|
+
},
|
|
2437
|
+
chain: {
|
|
2438
|
+
channel_id: 'channel-151'
|
|
2439
|
+
}
|
|
2440
|
+
}]
|
|
2441
|
+
},
|
|
2442
|
+
{
|
|
2443
|
+
description: 'Ondo US Dollar Yield',
|
|
2444
|
+
denom_units: [{
|
|
2445
|
+
denom: 'ibc/B65490809A689F7C04020449CF40446A039630BEBC5F5E94BD1AD849F5CCCE80',
|
|
2446
|
+
exponent: 0,
|
|
2447
|
+
aliases: ['ausdy']
|
|
2448
|
+
}, {
|
|
2449
|
+
denom: 'usdy',
|
|
2450
|
+
exponent: 18
|
|
2451
|
+
}],
|
|
2452
|
+
base: 'ibc/B65490809A689F7C04020449CF40446A039630BEBC5F5E94BD1AD849F5CCCE80',
|
|
2453
|
+
display: 'usdy',
|
|
2454
|
+
name: 'Ondo US Dollar Yield',
|
|
2455
|
+
symbol: 'USDY',
|
|
2456
|
+
logo_URIs: {
|
|
2457
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
2458
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg'
|
|
2459
|
+
},
|
|
2460
|
+
images: [{
|
|
2461
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
2462
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg',
|
|
2463
|
+
theme: {
|
|
2464
|
+
primary_color_hex: '#142c5c'
|
|
2465
|
+
}
|
|
2466
|
+
}],
|
|
2467
|
+
coingecko_id: 'ondo-us-dollar-yield',
|
|
2468
|
+
socials: {
|
|
2469
|
+
website: 'https://ondo.finance/usdy',
|
|
2470
|
+
twitter: 'https://x.com/OndoFinance'
|
|
2471
|
+
},
|
|
2472
|
+
traces: [{
|
|
2473
|
+
type: 'ibc',
|
|
2474
|
+
counterparty: {
|
|
2475
|
+
channel_id: 'channel-88',
|
|
2476
|
+
base_denom: 'ausdy',
|
|
2477
|
+
chain_name: 'noble'
|
|
2478
|
+
},
|
|
2479
|
+
chain: {
|
|
2480
|
+
channel_id: 'channel-151'
|
|
2481
|
+
}
|
|
2482
|
+
}]
|
|
2483
|
+
},
|
|
2252
2484
|
{
|
|
2253
2485
|
description: 'The native token of ONEX',
|
|
2254
2486
|
denom_units: [{
|
package/mainnet/noble.js
CHANGED
|
@@ -1060,6 +1060,205 @@ const assets = {
|
|
|
1060
1060
|
}
|
|
1061
1061
|
}]
|
|
1062
1062
|
},
|
|
1063
|
+
{
|
|
1064
|
+
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.',
|
|
1065
|
+
denom_units: [{
|
|
1066
|
+
denom: 'ibc/348171100CAD3F034526085EAA764D6CA1C1C0D6DD4BA50490C962263FCC27CB',
|
|
1067
|
+
exponent: 0,
|
|
1068
|
+
aliases: ['ukava']
|
|
1069
|
+
}, {
|
|
1070
|
+
denom: 'kava',
|
|
1071
|
+
exponent: 6
|
|
1072
|
+
}],
|
|
1073
|
+
base: 'ibc/348171100CAD3F034526085EAA764D6CA1C1C0D6DD4BA50490C962263FCC27CB',
|
|
1074
|
+
name: 'Kava',
|
|
1075
|
+
display: 'kava',
|
|
1076
|
+
symbol: 'KAVA',
|
|
1077
|
+
logo_URIs: {
|
|
1078
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png',
|
|
1079
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg'
|
|
1080
|
+
},
|
|
1081
|
+
coingecko_id: 'kava',
|
|
1082
|
+
images: [{
|
|
1083
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png',
|
|
1084
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg',
|
|
1085
|
+
theme: {
|
|
1086
|
+
primary_color_hex: '#e64942'
|
|
1087
|
+
}
|
|
1088
|
+
}],
|
|
1089
|
+
socials: {
|
|
1090
|
+
website: 'https://www.kava.io/',
|
|
1091
|
+
twitter: 'https://twitter.com/KAVA_CHAIN'
|
|
1092
|
+
},
|
|
1093
|
+
traces: [{
|
|
1094
|
+
type: 'ibc',
|
|
1095
|
+
counterparty: {
|
|
1096
|
+
channel_id: 'channel-151',
|
|
1097
|
+
base_denom: 'ukava',
|
|
1098
|
+
chain_name: 'kava'
|
|
1099
|
+
},
|
|
1100
|
+
chain: {
|
|
1101
|
+
channel_id: 'channel-88'
|
|
1102
|
+
}
|
|
1103
|
+
}]
|
|
1104
|
+
},
|
|
1105
|
+
{
|
|
1106
|
+
description: 'Governance token of Kava Lend Protocol',
|
|
1107
|
+
denom_units: [{
|
|
1108
|
+
denom: 'ibc/FE8B677FE6D8E8BF4DF59CD89F3393313707837796F732EF9265B027F1CF32BD',
|
|
1109
|
+
exponent: 0,
|
|
1110
|
+
aliases: ['hard']
|
|
1111
|
+
}, {
|
|
1112
|
+
denom: 'HARD',
|
|
1113
|
+
exponent: 6
|
|
1114
|
+
}],
|
|
1115
|
+
base: 'ibc/FE8B677FE6D8E8BF4DF59CD89F3393313707837796F732EF9265B027F1CF32BD',
|
|
1116
|
+
name: 'Kava Hard',
|
|
1117
|
+
display: 'HARD',
|
|
1118
|
+
symbol: 'HARD',
|
|
1119
|
+
logo_URIs: {
|
|
1120
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/hard.png',
|
|
1121
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/hard.svg'
|
|
1122
|
+
},
|
|
1123
|
+
coingecko_id: 'kava-lend',
|
|
1124
|
+
images: [{
|
|
1125
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/hard.png',
|
|
1126
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/hard.svg',
|
|
1127
|
+
theme: {
|
|
1128
|
+
primary_color_hex: '#7b34ac'
|
|
1129
|
+
}
|
|
1130
|
+
}],
|
|
1131
|
+
traces: [{
|
|
1132
|
+
type: 'ibc',
|
|
1133
|
+
counterparty: {
|
|
1134
|
+
channel_id: 'channel-151',
|
|
1135
|
+
base_denom: 'hard',
|
|
1136
|
+
chain_name: 'kava'
|
|
1137
|
+
},
|
|
1138
|
+
chain: {
|
|
1139
|
+
channel_id: 'channel-88'
|
|
1140
|
+
}
|
|
1141
|
+
}]
|
|
1142
|
+
},
|
|
1143
|
+
{
|
|
1144
|
+
description: 'Governance token of Kava Swap Protocol',
|
|
1145
|
+
denom_units: [{
|
|
1146
|
+
denom: 'ibc/5C2796FC34F983B1B01CD89EDF5A7BF110AF18A7DE65D692BF32369870E2D19D',
|
|
1147
|
+
exponent: 0,
|
|
1148
|
+
aliases: ['swp']
|
|
1149
|
+
}, {
|
|
1150
|
+
denom: 'SWP',
|
|
1151
|
+
exponent: 6
|
|
1152
|
+
}],
|
|
1153
|
+
base: 'ibc/5C2796FC34F983B1B01CD89EDF5A7BF110AF18A7DE65D692BF32369870E2D19D',
|
|
1154
|
+
name: 'Kava Swap',
|
|
1155
|
+
display: 'SWP',
|
|
1156
|
+
symbol: 'SWP',
|
|
1157
|
+
logo_URIs: {
|
|
1158
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.png',
|
|
1159
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.svg'
|
|
1160
|
+
},
|
|
1161
|
+
coingecko_id: 'kava-swap',
|
|
1162
|
+
images: [{
|
|
1163
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.png',
|
|
1164
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.svg',
|
|
1165
|
+
theme: {
|
|
1166
|
+
primary_color_hex: '#544cfc'
|
|
1167
|
+
}
|
|
1168
|
+
}],
|
|
1169
|
+
traces: [{
|
|
1170
|
+
type: 'ibc',
|
|
1171
|
+
counterparty: {
|
|
1172
|
+
channel_id: 'channel-151',
|
|
1173
|
+
base_denom: 'swp',
|
|
1174
|
+
chain_name: 'kava'
|
|
1175
|
+
},
|
|
1176
|
+
chain: {
|
|
1177
|
+
channel_id: 'channel-88'
|
|
1178
|
+
}
|
|
1179
|
+
}]
|
|
1180
|
+
},
|
|
1181
|
+
{
|
|
1182
|
+
description: 'The native stablecoin of Kava',
|
|
1183
|
+
denom_units: [{
|
|
1184
|
+
denom: 'ibc/0F60C7463F870F1B98CB39A2C764020F813BF3BE5A53939D23DDCB0637BC704A',
|
|
1185
|
+
exponent: 0,
|
|
1186
|
+
aliases: ['usdx']
|
|
1187
|
+
}, {
|
|
1188
|
+
denom: 'USDX',
|
|
1189
|
+
exponent: 6
|
|
1190
|
+
}],
|
|
1191
|
+
base: 'ibc/0F60C7463F870F1B98CB39A2C764020F813BF3BE5A53939D23DDCB0637BC704A',
|
|
1192
|
+
name: 'Kava USDX',
|
|
1193
|
+
display: 'USDX',
|
|
1194
|
+
symbol: 'USDX',
|
|
1195
|
+
logo_URIs: {
|
|
1196
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.png',
|
|
1197
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.svg'
|
|
1198
|
+
},
|
|
1199
|
+
coingecko_id: 'usdx',
|
|
1200
|
+
images: [{
|
|
1201
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.png',
|
|
1202
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.svg',
|
|
1203
|
+
theme: {
|
|
1204
|
+
primary_color_hex: '#04d4a3'
|
|
1205
|
+
}
|
|
1206
|
+
}],
|
|
1207
|
+
traces: [{
|
|
1208
|
+
type: 'ibc',
|
|
1209
|
+
counterparty: {
|
|
1210
|
+
channel_id: 'channel-151',
|
|
1211
|
+
base_denom: 'usdx',
|
|
1212
|
+
chain_name: 'kava'
|
|
1213
|
+
},
|
|
1214
|
+
chain: {
|
|
1215
|
+
channel_id: 'channel-88'
|
|
1216
|
+
}
|
|
1217
|
+
}]
|
|
1218
|
+
},
|
|
1219
|
+
{
|
|
1220
|
+
denom_units: [{
|
|
1221
|
+
denom: 'ibc/96675A2C89AFB75C624A0A5226A883836A608593D6A278ECFEF3A08413F7FA97',
|
|
1222
|
+
exponent: 0,
|
|
1223
|
+
aliases: ['erc20/tether/usdt']
|
|
1224
|
+
}, {
|
|
1225
|
+
denom: 'usdt',
|
|
1226
|
+
exponent: 6
|
|
1227
|
+
}],
|
|
1228
|
+
base: 'ibc/96675A2C89AFB75C624A0A5226A883836A608593D6A278ECFEF3A08413F7FA97',
|
|
1229
|
+
name: 'Tether USD',
|
|
1230
|
+
display: 'usdt',
|
|
1231
|
+
symbol: 'USDT',
|
|
1232
|
+
coingecko_id: 'tether',
|
|
1233
|
+
traces: [{
|
|
1234
|
+
type: 'ibc',
|
|
1235
|
+
counterparty: {
|
|
1236
|
+
channel_id: 'channel-151',
|
|
1237
|
+
base_denom: 'erc20/tether/usdt',
|
|
1238
|
+
chain_name: 'kava'
|
|
1239
|
+
},
|
|
1240
|
+
chain: {
|
|
1241
|
+
channel_id: 'channel-88'
|
|
1242
|
+
}
|
|
1243
|
+
}],
|
|
1244
|
+
images: [{
|
|
1245
|
+
image_sync: {
|
|
1246
|
+
chain_name: 'ethereum',
|
|
1247
|
+
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
1248
|
+
},
|
|
1249
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
1250
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
1251
|
+
theme: {
|
|
1252
|
+
circle: true,
|
|
1253
|
+
primary_color_hex: '#009393',
|
|
1254
|
+
background_color_hex: '#009393'
|
|
1255
|
+
}
|
|
1256
|
+
}],
|
|
1257
|
+
logo_URIs: {
|
|
1258
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
1259
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
1260
|
+
}
|
|
1261
|
+
},
|
|
1063
1262
|
{
|
|
1064
1263
|
description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
|
|
1065
1264
|
denom_units: [{
|
|
@@ -2457,6 +2656,205 @@ const assets = {
|
|
|
2457
2656
|
}
|
|
2458
2657
|
}]
|
|
2459
2658
|
},
|
|
2659
|
+
{
|
|
2660
|
+
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.',
|
|
2661
|
+
denom_units: [{
|
|
2662
|
+
denom: 'ibc/348171100CAD3F034526085EAA764D6CA1C1C0D6DD4BA50490C962263FCC27CB',
|
|
2663
|
+
exponent: 0,
|
|
2664
|
+
aliases: ['ukava']
|
|
2665
|
+
}, {
|
|
2666
|
+
denom: 'kava',
|
|
2667
|
+
exponent: 6
|
|
2668
|
+
}],
|
|
2669
|
+
base: 'ibc/348171100CAD3F034526085EAA764D6CA1C1C0D6DD4BA50490C962263FCC27CB',
|
|
2670
|
+
name: 'Kava',
|
|
2671
|
+
display: 'kava',
|
|
2672
|
+
symbol: 'KAVA',
|
|
2673
|
+
logo_URIs: {
|
|
2674
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png',
|
|
2675
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg'
|
|
2676
|
+
},
|
|
2677
|
+
coingecko_id: 'kava',
|
|
2678
|
+
images: [{
|
|
2679
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png',
|
|
2680
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg',
|
|
2681
|
+
theme: {
|
|
2682
|
+
primary_color_hex: '#e64942'
|
|
2683
|
+
}
|
|
2684
|
+
}],
|
|
2685
|
+
socials: {
|
|
2686
|
+
website: 'https://www.kava.io/',
|
|
2687
|
+
twitter: 'https://twitter.com/KAVA_CHAIN'
|
|
2688
|
+
},
|
|
2689
|
+
traces: [{
|
|
2690
|
+
type: 'ibc',
|
|
2691
|
+
counterparty: {
|
|
2692
|
+
channel_id: 'channel-151',
|
|
2693
|
+
base_denom: 'ukava',
|
|
2694
|
+
chain_name: 'kava'
|
|
2695
|
+
},
|
|
2696
|
+
chain: {
|
|
2697
|
+
channel_id: 'channel-88'
|
|
2698
|
+
}
|
|
2699
|
+
}]
|
|
2700
|
+
},
|
|
2701
|
+
{
|
|
2702
|
+
description: 'Governance token of Kava Lend Protocol',
|
|
2703
|
+
denom_units: [{
|
|
2704
|
+
denom: 'ibc/FE8B677FE6D8E8BF4DF59CD89F3393313707837796F732EF9265B027F1CF32BD',
|
|
2705
|
+
exponent: 0,
|
|
2706
|
+
aliases: ['hard']
|
|
2707
|
+
}, {
|
|
2708
|
+
denom: 'HARD',
|
|
2709
|
+
exponent: 6
|
|
2710
|
+
}],
|
|
2711
|
+
base: 'ibc/FE8B677FE6D8E8BF4DF59CD89F3393313707837796F732EF9265B027F1CF32BD',
|
|
2712
|
+
name: 'Kava Hard',
|
|
2713
|
+
display: 'HARD',
|
|
2714
|
+
symbol: 'HARD',
|
|
2715
|
+
logo_URIs: {
|
|
2716
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/hard.png',
|
|
2717
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/hard.svg'
|
|
2718
|
+
},
|
|
2719
|
+
coingecko_id: 'kava-lend',
|
|
2720
|
+
images: [{
|
|
2721
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/hard.png',
|
|
2722
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/hard.svg',
|
|
2723
|
+
theme: {
|
|
2724
|
+
primary_color_hex: '#7b34ac'
|
|
2725
|
+
}
|
|
2726
|
+
}],
|
|
2727
|
+
traces: [{
|
|
2728
|
+
type: 'ibc',
|
|
2729
|
+
counterparty: {
|
|
2730
|
+
channel_id: 'channel-151',
|
|
2731
|
+
base_denom: 'hard',
|
|
2732
|
+
chain_name: 'kava'
|
|
2733
|
+
},
|
|
2734
|
+
chain: {
|
|
2735
|
+
channel_id: 'channel-88'
|
|
2736
|
+
}
|
|
2737
|
+
}]
|
|
2738
|
+
},
|
|
2739
|
+
{
|
|
2740
|
+
description: 'Governance token of Kava Swap Protocol',
|
|
2741
|
+
denom_units: [{
|
|
2742
|
+
denom: 'ibc/5C2796FC34F983B1B01CD89EDF5A7BF110AF18A7DE65D692BF32369870E2D19D',
|
|
2743
|
+
exponent: 0,
|
|
2744
|
+
aliases: ['swp']
|
|
2745
|
+
}, {
|
|
2746
|
+
denom: 'SWP',
|
|
2747
|
+
exponent: 6
|
|
2748
|
+
}],
|
|
2749
|
+
base: 'ibc/5C2796FC34F983B1B01CD89EDF5A7BF110AF18A7DE65D692BF32369870E2D19D',
|
|
2750
|
+
name: 'Kava Swap',
|
|
2751
|
+
display: 'SWP',
|
|
2752
|
+
symbol: 'SWP',
|
|
2753
|
+
logo_URIs: {
|
|
2754
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.png',
|
|
2755
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.svg'
|
|
2756
|
+
},
|
|
2757
|
+
coingecko_id: 'kava-swap',
|
|
2758
|
+
images: [{
|
|
2759
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.png',
|
|
2760
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.svg',
|
|
2761
|
+
theme: {
|
|
2762
|
+
primary_color_hex: '#544cfc'
|
|
2763
|
+
}
|
|
2764
|
+
}],
|
|
2765
|
+
traces: [{
|
|
2766
|
+
type: 'ibc',
|
|
2767
|
+
counterparty: {
|
|
2768
|
+
channel_id: 'channel-151',
|
|
2769
|
+
base_denom: 'swp',
|
|
2770
|
+
chain_name: 'kava'
|
|
2771
|
+
},
|
|
2772
|
+
chain: {
|
|
2773
|
+
channel_id: 'channel-88'
|
|
2774
|
+
}
|
|
2775
|
+
}]
|
|
2776
|
+
},
|
|
2777
|
+
{
|
|
2778
|
+
description: 'The native stablecoin of Kava',
|
|
2779
|
+
denom_units: [{
|
|
2780
|
+
denom: 'ibc/0F60C7463F870F1B98CB39A2C764020F813BF3BE5A53939D23DDCB0637BC704A',
|
|
2781
|
+
exponent: 0,
|
|
2782
|
+
aliases: ['usdx']
|
|
2783
|
+
}, {
|
|
2784
|
+
denom: 'USDX',
|
|
2785
|
+
exponent: 6
|
|
2786
|
+
}],
|
|
2787
|
+
base: 'ibc/0F60C7463F870F1B98CB39A2C764020F813BF3BE5A53939D23DDCB0637BC704A',
|
|
2788
|
+
name: 'Kava USDX',
|
|
2789
|
+
display: 'USDX',
|
|
2790
|
+
symbol: 'USDX',
|
|
2791
|
+
logo_URIs: {
|
|
2792
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.png',
|
|
2793
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.svg'
|
|
2794
|
+
},
|
|
2795
|
+
coingecko_id: 'usdx',
|
|
2796
|
+
images: [{
|
|
2797
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.png',
|
|
2798
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.svg',
|
|
2799
|
+
theme: {
|
|
2800
|
+
primary_color_hex: '#04d4a3'
|
|
2801
|
+
}
|
|
2802
|
+
}],
|
|
2803
|
+
traces: [{
|
|
2804
|
+
type: 'ibc',
|
|
2805
|
+
counterparty: {
|
|
2806
|
+
channel_id: 'channel-151',
|
|
2807
|
+
base_denom: 'usdx',
|
|
2808
|
+
chain_name: 'kava'
|
|
2809
|
+
},
|
|
2810
|
+
chain: {
|
|
2811
|
+
channel_id: 'channel-88'
|
|
2812
|
+
}
|
|
2813
|
+
}]
|
|
2814
|
+
},
|
|
2815
|
+
{
|
|
2816
|
+
denom_units: [{
|
|
2817
|
+
denom: 'ibc/96675A2C89AFB75C624A0A5226A883836A608593D6A278ECFEF3A08413F7FA97',
|
|
2818
|
+
exponent: 0,
|
|
2819
|
+
aliases: ['erc20/tether/usdt']
|
|
2820
|
+
}, {
|
|
2821
|
+
denom: 'usdt',
|
|
2822
|
+
exponent: 6
|
|
2823
|
+
}],
|
|
2824
|
+
base: 'ibc/96675A2C89AFB75C624A0A5226A883836A608593D6A278ECFEF3A08413F7FA97',
|
|
2825
|
+
name: 'Tether USD',
|
|
2826
|
+
display: 'usdt',
|
|
2827
|
+
symbol: 'USDT',
|
|
2828
|
+
coingecko_id: 'tether',
|
|
2829
|
+
traces: [{
|
|
2830
|
+
type: 'ibc',
|
|
2831
|
+
counterparty: {
|
|
2832
|
+
channel_id: 'channel-151',
|
|
2833
|
+
base_denom: 'erc20/tether/usdt',
|
|
2834
|
+
chain_name: 'kava'
|
|
2835
|
+
},
|
|
2836
|
+
chain: {
|
|
2837
|
+
channel_id: 'channel-88'
|
|
2838
|
+
}
|
|
2839
|
+
}],
|
|
2840
|
+
images: [{
|
|
2841
|
+
image_sync: {
|
|
2842
|
+
chain_name: 'ethereum',
|
|
2843
|
+
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
2844
|
+
},
|
|
2845
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
2846
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
2847
|
+
theme: {
|
|
2848
|
+
circle: true,
|
|
2849
|
+
primary_color_hex: '#009393',
|
|
2850
|
+
background_color_hex: '#009393'
|
|
2851
|
+
}
|
|
2852
|
+
}],
|
|
2853
|
+
logo_URIs: {
|
|
2854
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
2855
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
2856
|
+
}
|
|
2857
|
+
},
|
|
2460
2858
|
{
|
|
2461
2859
|
description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
|
|
2462
2860
|
denom_units: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.64.
|
|
3
|
+
"version": "1.64.50",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.46.
|
|
33
|
-
"chain-registry": "^1.63.
|
|
32
|
+
"@chain-registry/utils": "^1.46.40",
|
|
33
|
+
"chain-registry": "^1.63.50"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.45.
|
|
36
|
+
"@chain-registry/types": "^0.45.40"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "619f0ccb8287831985d24258751569df4e755d45"
|
|
47
47
|
}
|