@chain-registry/assets 1.70.53 → 1.70.55
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/archway.js +78 -0
- package/esm/mainnet/assets.js +2 -1
- package/esm/mainnet/cosmoshub.js +434 -0
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/injective.js +434 -0
- package/esm/mainnet/kopi.js +1152 -0
- package/esm/mainnet/migaloo.js +168 -0
- package/esm/mainnet/noble.js +434 -0
- package/esm/mainnet/osmosis.js +434 -0
- package/esm/mainnet/terra2.js +434 -0
- package/mainnet/archway.js +78 -0
- package/mainnet/assets.js +2 -1
- package/mainnet/cosmoshub.js +434 -0
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +3 -2
- package/mainnet/injective.js +434 -0
- package/mainnet/kopi.d.ts +3 -0
- package/mainnet/kopi.js +1154 -0
- package/mainnet/migaloo.js +168 -0
- package/mainnet/noble.js +434 -0
- package/mainnet/osmosis.js +434 -0
- package/mainnet/terra2.js +434 -0
- package/package.json +5 -5
package/esm/mainnet/archway.js
CHANGED
|
@@ -828,6 +828,45 @@ const assets = {
|
|
|
828
828
|
}
|
|
829
829
|
}]
|
|
830
830
|
},
|
|
831
|
+
{
|
|
832
|
+
description: 'Migaloo is a cosmwasm-powered, permissionless blockchain designed to build decentralized applications with a focus on interchain liquidity solutions.',
|
|
833
|
+
denom_units: [{
|
|
834
|
+
denom: 'ibc/3F882513A0CCD1C4110ACB7C6C761AC7B48974C9D2D439CD6F652F9B44362518',
|
|
835
|
+
exponent: 0,
|
|
836
|
+
aliases: ['uwhale']
|
|
837
|
+
}, {
|
|
838
|
+
denom: 'whale',
|
|
839
|
+
exponent: 6
|
|
840
|
+
}],
|
|
841
|
+
base: 'ibc/3F882513A0CCD1C4110ACB7C6C761AC7B48974C9D2D439CD6F652F9B44362518',
|
|
842
|
+
name: 'Whale',
|
|
843
|
+
display: 'whale',
|
|
844
|
+
symbol: 'WHALE',
|
|
845
|
+
logo_URIs: {
|
|
846
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
|
|
847
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg'
|
|
848
|
+
},
|
|
849
|
+
coingecko_id: 'white-whale',
|
|
850
|
+
images: [{
|
|
851
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
|
|
852
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg',
|
|
853
|
+
theme: {
|
|
854
|
+
primary_color_hex: '#1c1c1c'
|
|
855
|
+
}
|
|
856
|
+
}],
|
|
857
|
+
type_asset: 'sdk.coin',
|
|
858
|
+
traces: [{
|
|
859
|
+
type: 'ibc',
|
|
860
|
+
counterparty: {
|
|
861
|
+
channel_id: 'channel-141',
|
|
862
|
+
base_denom: 'uwhale',
|
|
863
|
+
chain_name: 'migaloo'
|
|
864
|
+
},
|
|
865
|
+
chain: {
|
|
866
|
+
channel_id: 'channel-184'
|
|
867
|
+
}
|
|
868
|
+
}]
|
|
869
|
+
},
|
|
831
870
|
{
|
|
832
871
|
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
833
872
|
denom_units: [{
|
|
@@ -2066,6 +2105,45 @@ const assets = {
|
|
|
2066
2105
|
}
|
|
2067
2106
|
}]
|
|
2068
2107
|
},
|
|
2108
|
+
{
|
|
2109
|
+
description: 'Migaloo is a cosmwasm-powered, permissionless blockchain designed to build decentralized applications with a focus on interchain liquidity solutions.',
|
|
2110
|
+
denom_units: [{
|
|
2111
|
+
denom: 'ibc/3F882513A0CCD1C4110ACB7C6C761AC7B48974C9D2D439CD6F652F9B44362518',
|
|
2112
|
+
exponent: 0,
|
|
2113
|
+
aliases: ['uwhale']
|
|
2114
|
+
}, {
|
|
2115
|
+
denom: 'whale',
|
|
2116
|
+
exponent: 6
|
|
2117
|
+
}],
|
|
2118
|
+
base: 'ibc/3F882513A0CCD1C4110ACB7C6C761AC7B48974C9D2D439CD6F652F9B44362518',
|
|
2119
|
+
name: 'Whale',
|
|
2120
|
+
display: 'whale',
|
|
2121
|
+
symbol: 'WHALE',
|
|
2122
|
+
logo_URIs: {
|
|
2123
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
|
|
2124
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg'
|
|
2125
|
+
},
|
|
2126
|
+
coingecko_id: 'white-whale',
|
|
2127
|
+
images: [{
|
|
2128
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
|
|
2129
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg',
|
|
2130
|
+
theme: {
|
|
2131
|
+
primary_color_hex: '#1c1c1c'
|
|
2132
|
+
}
|
|
2133
|
+
}],
|
|
2134
|
+
type_asset: 'sdk.coin',
|
|
2135
|
+
traces: [{
|
|
2136
|
+
type: 'ibc',
|
|
2137
|
+
counterparty: {
|
|
2138
|
+
channel_id: 'channel-141',
|
|
2139
|
+
base_denom: 'uwhale',
|
|
2140
|
+
chain_name: 'migaloo'
|
|
2141
|
+
},
|
|
2142
|
+
chain: {
|
|
2143
|
+
channel_id: 'channel-184'
|
|
2144
|
+
}
|
|
2145
|
+
}]
|
|
2146
|
+
},
|
|
2069
2147
|
{
|
|
2070
2148
|
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
2071
2149
|
denom_units: [{
|
package/esm/mainnet/assets.js
CHANGED
|
@@ -67,6 +67,7 @@ import _kava from './kava';
|
|
|
67
67
|
import _kichain from './kichain';
|
|
68
68
|
import _kimanetwork from './kimanetwork';
|
|
69
69
|
import _konstellation from './konstellation';
|
|
70
|
+
import _kopi from './kopi';
|
|
70
71
|
import _kujira from './kujira';
|
|
71
72
|
import _kyve from './kyve';
|
|
72
73
|
import _lambda from './lambda';
|
|
@@ -144,5 +145,5 @@ import _unification from './unification';
|
|
|
144
145
|
import _uptick from './uptick';
|
|
145
146
|
import _xion from './xion';
|
|
146
147
|
import _xpla from './xpla';
|
|
147
|
-
const assets = [_ethereum, _solana, _acrechain, _agoric, _aioz, _akash, _andromeda, _archway, _arkh, _assetmantle, _atomone, _aura, _axelar, _bandchain, _beezee, _bitcanna, _bitsong, _bluzelle, _bostrom, _canto, _carbon, _celestia, _chain4energy, _cheqd, _chihuahua, _cifer, _comdex, _composable, _conscious, _coreum, _cosmoshub, _crescent, _cronos, _cryptoorgchain, _decentr, _desmos, _dhealth, _doravota, _dungeon, _dydx, _dymension, _dyson, _echelon, _emoney, _empowerchain, _evmos, _fetchhub, _firmachain, _furya, _fxcore, _galaxy, _gateway, _genesisl1, _gitopia, _gravitybridge, _haqq, _humans, _impacthub, _imversed, _injective, _int3face, _irisnet, _jackal, _joltify, _juno, _kava, _kichain, _kimanetwork, _konstellation, _kujira, _kyve, _lambda, _lava, _likecoin, _lorenzo, _lumnetwork, _mande, _mantrachain, _mars, _medasdigital, _meme, _migaloo, _milkyway, _neutaro, _neutron, _nibiru, _nim, _noble, _nois, _nolus, _nomic, _nyx, _odin, _okexchain, _omniflixhub, _onex, _onomy, _oraichain, _osmosis, _panacea, _passage, _persistence, _planq, _point, _provenance, _pryzm, _pundix, _pylons, _quasar, _quicksilver, _qwoyn, _realio, _rebus, _regen, _rizon, _routerchain, _saga, _scorum, _secretnetwork, _seda, _sei, _self, _sentinel, _sge, _shareledger, _shentu, _shido, _sifchain, _sommelier, _source, _stafihub, _stargaze, _starname, _stratos, _stride, _synternet, _teritori, _terra, _terra2, _tgrade, _titan, _umee, _unification, _uptick, _xion, _xpla];
|
|
148
|
+
const assets = [_ethereum, _solana, _acrechain, _agoric, _aioz, _akash, _andromeda, _archway, _arkh, _assetmantle, _atomone, _aura, _axelar, _bandchain, _beezee, _bitcanna, _bitsong, _bluzelle, _bostrom, _canto, _carbon, _celestia, _chain4energy, _cheqd, _chihuahua, _cifer, _comdex, _composable, _conscious, _coreum, _cosmoshub, _crescent, _cronos, _cryptoorgchain, _decentr, _desmos, _dhealth, _doravota, _dungeon, _dydx, _dymension, _dyson, _echelon, _emoney, _empowerchain, _evmos, _fetchhub, _firmachain, _furya, _fxcore, _galaxy, _gateway, _genesisl1, _gitopia, _gravitybridge, _haqq, _humans, _impacthub, _imversed, _injective, _int3face, _irisnet, _jackal, _joltify, _juno, _kava, _kichain, _kimanetwork, _konstellation, _kopi, _kujira, _kyve, _lambda, _lava, _likecoin, _lorenzo, _lumnetwork, _mande, _mantrachain, _mars, _medasdigital, _meme, _migaloo, _milkyway, _neutaro, _neutron, _nibiru, _nim, _noble, _nois, _nolus, _nomic, _nyx, _odin, _okexchain, _omniflixhub, _onex, _onomy, _oraichain, _osmosis, _panacea, _passage, _persistence, _planq, _point, _provenance, _pryzm, _pundix, _pylons, _quasar, _quicksilver, _qwoyn, _realio, _rebus, _regen, _rizon, _routerchain, _saga, _scorum, _secretnetwork, _seda, _sei, _self, _sentinel, _sge, _shareledger, _shentu, _shido, _sifchain, _sommelier, _source, _stafihub, _stargaze, _starname, _stratos, _stride, _synternet, _teritori, _terra, _terra2, _tgrade, _titan, _umee, _unification, _uptick, _xion, _xpla];
|
|
148
149
|
export default assets;
|
package/esm/mainnet/cosmoshub.js
CHANGED
|
@@ -3474,6 +3474,223 @@ const assets = {
|
|
|
3474
3474
|
}
|
|
3475
3475
|
}]
|
|
3476
3476
|
},
|
|
3477
|
+
{
|
|
3478
|
+
description: 'The native token of kopi',
|
|
3479
|
+
denom_units: [{
|
|
3480
|
+
denom: 'ibc/EE74E08414A8B5D193E0287420F112ED527BA6CDE5E74CCE66601A2E5172C2BF',
|
|
3481
|
+
exponent: 0,
|
|
3482
|
+
aliases: ['ukopi']
|
|
3483
|
+
}, {
|
|
3484
|
+
denom: 'XKP',
|
|
3485
|
+
exponent: 6
|
|
3486
|
+
}],
|
|
3487
|
+
base: 'ibc/EE74E08414A8B5D193E0287420F112ED527BA6CDE5E74CCE66601A2E5172C2BF',
|
|
3488
|
+
name: 'XKP',
|
|
3489
|
+
display: 'XKP',
|
|
3490
|
+
symbol: 'XKP',
|
|
3491
|
+
logo_URIs: {
|
|
3492
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kopi.svg'
|
|
3493
|
+
},
|
|
3494
|
+
images: [{
|
|
3495
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kopi.svg'
|
|
3496
|
+
}],
|
|
3497
|
+
keywords: [
|
|
3498
|
+
'dex',
|
|
3499
|
+
'mm',
|
|
3500
|
+
'staking',
|
|
3501
|
+
'automations'
|
|
3502
|
+
],
|
|
3503
|
+
socials: {
|
|
3504
|
+
twitter: 'https://x.com/kopi_money',
|
|
3505
|
+
discord: 'https://discord.gg/kopi-money'
|
|
3506
|
+
},
|
|
3507
|
+
type_asset: 'sdk.coin',
|
|
3508
|
+
traces: [{
|
|
3509
|
+
type: 'ibc',
|
|
3510
|
+
counterparty: {
|
|
3511
|
+
channel_id: 'channel-7',
|
|
3512
|
+
base_denom: 'ukopi',
|
|
3513
|
+
chain_name: 'kopi'
|
|
3514
|
+
},
|
|
3515
|
+
chain: {
|
|
3516
|
+
channel_id: 'channel-1253'
|
|
3517
|
+
}
|
|
3518
|
+
}]
|
|
3519
|
+
},
|
|
3520
|
+
{
|
|
3521
|
+
description: 'A MM deposit receipt of the Stablecoin native to the Kopi blockchain',
|
|
3522
|
+
denom_units: [{
|
|
3523
|
+
denom: 'ibc/FFBBEFA83D3C0347CCCCAAF1A5FA4C2F064FF1D57819D1D5F2380C2852C5B291',
|
|
3524
|
+
exponent: 0,
|
|
3525
|
+
aliases: ['uckusd']
|
|
3526
|
+
}, {
|
|
3527
|
+
denom: 'ckUSD',
|
|
3528
|
+
exponent: 6
|
|
3529
|
+
}],
|
|
3530
|
+
base: 'ibc/FFBBEFA83D3C0347CCCCAAF1A5FA4C2F064FF1D57819D1D5F2380C2852C5B291',
|
|
3531
|
+
name: 'ckUSD',
|
|
3532
|
+
display: 'ckUSD',
|
|
3533
|
+
symbol: 'CKUSD',
|
|
3534
|
+
logo_URIs: {
|
|
3535
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
|
|
3536
|
+
},
|
|
3537
|
+
images: [{
|
|
3538
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
|
|
3539
|
+
}],
|
|
3540
|
+
keywords: ['dex', 'mm'],
|
|
3541
|
+
socials: {
|
|
3542
|
+
twitter: 'https://x.com/kopi_money',
|
|
3543
|
+
discord: 'https://discord.gg/kopi-money'
|
|
3544
|
+
},
|
|
3545
|
+
type_asset: 'sdk.coin',
|
|
3546
|
+
traces: [{
|
|
3547
|
+
type: 'ibc',
|
|
3548
|
+
counterparty: {
|
|
3549
|
+
channel_id: 'channel-7',
|
|
3550
|
+
base_denom: 'uckusd',
|
|
3551
|
+
chain_name: 'kopi'
|
|
3552
|
+
},
|
|
3553
|
+
chain: {
|
|
3554
|
+
channel_id: 'channel-1253'
|
|
3555
|
+
}
|
|
3556
|
+
}]
|
|
3557
|
+
},
|
|
3558
|
+
{
|
|
3559
|
+
description: 'A MM deposit receipt of the Stablecoin USDC from noble Chain',
|
|
3560
|
+
denom_units: [{
|
|
3561
|
+
denom: 'ibc/3AA9A34265EF34FAC48198C2482F7341F0C1ADDCFAB463B1C25E03019A86C660',
|
|
3562
|
+
exponent: 0,
|
|
3563
|
+
aliases: ['ucusdc']
|
|
3564
|
+
}, {
|
|
3565
|
+
denom: 'cUSDC',
|
|
3566
|
+
exponent: 6
|
|
3567
|
+
}],
|
|
3568
|
+
base: 'ibc/3AA9A34265EF34FAC48198C2482F7341F0C1ADDCFAB463B1C25E03019A86C660',
|
|
3569
|
+
name: 'cUSDC',
|
|
3570
|
+
display: 'cUSDC',
|
|
3571
|
+
symbol: 'CUSDC',
|
|
3572
|
+
logo_URIs: {
|
|
3573
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
3574
|
+
},
|
|
3575
|
+
images: [{
|
|
3576
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
3577
|
+
}],
|
|
3578
|
+
keywords: ['dex', 'mm'],
|
|
3579
|
+
type_asset: 'sdk.coin',
|
|
3580
|
+
traces: [{
|
|
3581
|
+
type: 'ibc',
|
|
3582
|
+
counterparty: {
|
|
3583
|
+
channel_id: 'channel-7',
|
|
3584
|
+
base_denom: 'ucusdc',
|
|
3585
|
+
chain_name: 'kopi'
|
|
3586
|
+
},
|
|
3587
|
+
chain: {
|
|
3588
|
+
channel_id: 'channel-1253'
|
|
3589
|
+
}
|
|
3590
|
+
}]
|
|
3591
|
+
},
|
|
3592
|
+
{
|
|
3593
|
+
description: 'A MM deposit receipt of the Stablecoin USDT from Injective Chain',
|
|
3594
|
+
denom_units: [{
|
|
3595
|
+
denom: 'ibc/7C786F32F74F43D6B529B23500B4447925AA8E9161979607988D8C4D89AB7334',
|
|
3596
|
+
exponent: 0,
|
|
3597
|
+
aliases: ['ucusdtinj']
|
|
3598
|
+
}, {
|
|
3599
|
+
denom: 'cUSDT.inj',
|
|
3600
|
+
exponent: 6
|
|
3601
|
+
}],
|
|
3602
|
+
base: 'ibc/7C786F32F74F43D6B529B23500B4447925AA8E9161979607988D8C4D89AB7334',
|
|
3603
|
+
name: 'cUSDT.inj',
|
|
3604
|
+
display: 'cUSDT.inj',
|
|
3605
|
+
symbol: 'CUSDT.inj',
|
|
3606
|
+
logo_URIs: {
|
|
3607
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
3608
|
+
},
|
|
3609
|
+
images: [{
|
|
3610
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
3611
|
+
}],
|
|
3612
|
+
keywords: ['dex', 'mm'],
|
|
3613
|
+
type_asset: 'sdk.coin',
|
|
3614
|
+
traces: [{
|
|
3615
|
+
type: 'ibc',
|
|
3616
|
+
counterparty: {
|
|
3617
|
+
channel_id: 'channel-7',
|
|
3618
|
+
base_denom: 'ucusdtinj',
|
|
3619
|
+
chain_name: 'kopi'
|
|
3620
|
+
},
|
|
3621
|
+
chain: {
|
|
3622
|
+
channel_id: 'channel-1253'
|
|
3623
|
+
}
|
|
3624
|
+
}]
|
|
3625
|
+
},
|
|
3626
|
+
{
|
|
3627
|
+
description: 'arbitrage receipt token of cUSDT',
|
|
3628
|
+
denom_units: [{
|
|
3629
|
+
denom: 'ibc/6D6CF93232AE8B235853C4C1ED98580F66606D0B2C6A1101C08BC961CAF36044',
|
|
3630
|
+
exponent: 0,
|
|
3631
|
+
aliases: ['uasusdtinj']
|
|
3632
|
+
}, {
|
|
3633
|
+
denom: 'asusdtinj',
|
|
3634
|
+
exponent: 6
|
|
3635
|
+
}],
|
|
3636
|
+
base: 'ibc/6D6CF93232AE8B235853C4C1ED98580F66606D0B2C6A1101C08BC961CAF36044',
|
|
3637
|
+
name: 'asUSDT.inj',
|
|
3638
|
+
display: 'asusdtinj',
|
|
3639
|
+
symbol: 'ASUSDT.inj',
|
|
3640
|
+
logo_URIs: {
|
|
3641
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
3642
|
+
},
|
|
3643
|
+
images: [{
|
|
3644
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
3645
|
+
}],
|
|
3646
|
+
keywords: ['dex', 'mm'],
|
|
3647
|
+
type_asset: 'sdk.coin',
|
|
3648
|
+
traces: [{
|
|
3649
|
+
type: 'ibc',
|
|
3650
|
+
counterparty: {
|
|
3651
|
+
channel_id: 'channel-7',
|
|
3652
|
+
base_denom: 'uasusdtinj',
|
|
3653
|
+
chain_name: 'kopi'
|
|
3654
|
+
},
|
|
3655
|
+
chain: {
|
|
3656
|
+
channel_id: 'channel-1253'
|
|
3657
|
+
}
|
|
3658
|
+
}]
|
|
3659
|
+
},
|
|
3660
|
+
{
|
|
3661
|
+
description: 'arbitrage receipt token of cUSDC',
|
|
3662
|
+
denom_units: [{
|
|
3663
|
+
denom: 'ibc/BDA22DE5A0CB0DD4B064FE4A8C79163B0ED990B50F85895FEF2708674A2D9775',
|
|
3664
|
+
exponent: 0,
|
|
3665
|
+
aliases: ['uasusdc']
|
|
3666
|
+
}, {
|
|
3667
|
+
denom: 'asUSDC',
|
|
3668
|
+
exponent: 6
|
|
3669
|
+
}],
|
|
3670
|
+
base: 'ibc/BDA22DE5A0CB0DD4B064FE4A8C79163B0ED990B50F85895FEF2708674A2D9775',
|
|
3671
|
+
name: 'asUSDC',
|
|
3672
|
+
display: 'asUSDC',
|
|
3673
|
+
symbol: 'ASUSDC',
|
|
3674
|
+
logo_URIs: {
|
|
3675
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
3676
|
+
},
|
|
3677
|
+
images: [{
|
|
3678
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
3679
|
+
}],
|
|
3680
|
+
keywords: ['dex', 'mm'],
|
|
3681
|
+
type_asset: 'sdk.coin',
|
|
3682
|
+
traces: [{
|
|
3683
|
+
type: 'ibc',
|
|
3684
|
+
counterparty: {
|
|
3685
|
+
channel_id: 'channel-7',
|
|
3686
|
+
base_denom: 'uasusdc',
|
|
3687
|
+
chain_name: 'kopi'
|
|
3688
|
+
},
|
|
3689
|
+
chain: {
|
|
3690
|
+
channel_id: 'channel-1253'
|
|
3691
|
+
}
|
|
3692
|
+
}]
|
|
3693
|
+
},
|
|
3477
3694
|
{
|
|
3478
3695
|
description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
|
|
3479
3696
|
denom_units: [{
|
|
@@ -10009,6 +10226,223 @@ const assets = {
|
|
|
10009
10226
|
}
|
|
10010
10227
|
}]
|
|
10011
10228
|
},
|
|
10229
|
+
{
|
|
10230
|
+
description: 'The native token of kopi',
|
|
10231
|
+
denom_units: [{
|
|
10232
|
+
denom: 'ibc/EE74E08414A8B5D193E0287420F112ED527BA6CDE5E74CCE66601A2E5172C2BF',
|
|
10233
|
+
exponent: 0,
|
|
10234
|
+
aliases: ['ukopi']
|
|
10235
|
+
}, {
|
|
10236
|
+
denom: 'XKP',
|
|
10237
|
+
exponent: 6
|
|
10238
|
+
}],
|
|
10239
|
+
base: 'ibc/EE74E08414A8B5D193E0287420F112ED527BA6CDE5E74CCE66601A2E5172C2BF',
|
|
10240
|
+
name: 'XKP',
|
|
10241
|
+
display: 'XKP',
|
|
10242
|
+
symbol: 'XKP',
|
|
10243
|
+
logo_URIs: {
|
|
10244
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kopi.svg'
|
|
10245
|
+
},
|
|
10246
|
+
images: [{
|
|
10247
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kopi.svg'
|
|
10248
|
+
}],
|
|
10249
|
+
keywords: [
|
|
10250
|
+
'dex',
|
|
10251
|
+
'mm',
|
|
10252
|
+
'staking',
|
|
10253
|
+
'automations'
|
|
10254
|
+
],
|
|
10255
|
+
socials: {
|
|
10256
|
+
twitter: 'https://x.com/kopi_money',
|
|
10257
|
+
discord: 'https://discord.gg/kopi-money'
|
|
10258
|
+
},
|
|
10259
|
+
type_asset: 'sdk.coin',
|
|
10260
|
+
traces: [{
|
|
10261
|
+
type: 'ibc',
|
|
10262
|
+
counterparty: {
|
|
10263
|
+
channel_id: 'channel-7',
|
|
10264
|
+
base_denom: 'ukopi',
|
|
10265
|
+
chain_name: 'kopi'
|
|
10266
|
+
},
|
|
10267
|
+
chain: {
|
|
10268
|
+
channel_id: 'channel-1253'
|
|
10269
|
+
}
|
|
10270
|
+
}]
|
|
10271
|
+
},
|
|
10272
|
+
{
|
|
10273
|
+
description: 'A MM deposit receipt of the Stablecoin native to the Kopi blockchain',
|
|
10274
|
+
denom_units: [{
|
|
10275
|
+
denom: 'ibc/FFBBEFA83D3C0347CCCCAAF1A5FA4C2F064FF1D57819D1D5F2380C2852C5B291',
|
|
10276
|
+
exponent: 0,
|
|
10277
|
+
aliases: ['uckusd']
|
|
10278
|
+
}, {
|
|
10279
|
+
denom: 'ckUSD',
|
|
10280
|
+
exponent: 6
|
|
10281
|
+
}],
|
|
10282
|
+
base: 'ibc/FFBBEFA83D3C0347CCCCAAF1A5FA4C2F064FF1D57819D1D5F2380C2852C5B291',
|
|
10283
|
+
name: 'ckUSD',
|
|
10284
|
+
display: 'ckUSD',
|
|
10285
|
+
symbol: 'CKUSD',
|
|
10286
|
+
logo_URIs: {
|
|
10287
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
|
|
10288
|
+
},
|
|
10289
|
+
images: [{
|
|
10290
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
|
|
10291
|
+
}],
|
|
10292
|
+
keywords: ['dex', 'mm'],
|
|
10293
|
+
socials: {
|
|
10294
|
+
twitter: 'https://x.com/kopi_money',
|
|
10295
|
+
discord: 'https://discord.gg/kopi-money'
|
|
10296
|
+
},
|
|
10297
|
+
type_asset: 'sdk.coin',
|
|
10298
|
+
traces: [{
|
|
10299
|
+
type: 'ibc',
|
|
10300
|
+
counterparty: {
|
|
10301
|
+
channel_id: 'channel-7',
|
|
10302
|
+
base_denom: 'uckusd',
|
|
10303
|
+
chain_name: 'kopi'
|
|
10304
|
+
},
|
|
10305
|
+
chain: {
|
|
10306
|
+
channel_id: 'channel-1253'
|
|
10307
|
+
}
|
|
10308
|
+
}]
|
|
10309
|
+
},
|
|
10310
|
+
{
|
|
10311
|
+
description: 'A MM deposit receipt of the Stablecoin USDC from noble Chain',
|
|
10312
|
+
denom_units: [{
|
|
10313
|
+
denom: 'ibc/3AA9A34265EF34FAC48198C2482F7341F0C1ADDCFAB463B1C25E03019A86C660',
|
|
10314
|
+
exponent: 0,
|
|
10315
|
+
aliases: ['ucusdc']
|
|
10316
|
+
}, {
|
|
10317
|
+
denom: 'cUSDC',
|
|
10318
|
+
exponent: 6
|
|
10319
|
+
}],
|
|
10320
|
+
base: 'ibc/3AA9A34265EF34FAC48198C2482F7341F0C1ADDCFAB463B1C25E03019A86C660',
|
|
10321
|
+
name: 'cUSDC',
|
|
10322
|
+
display: 'cUSDC',
|
|
10323
|
+
symbol: 'CUSDC',
|
|
10324
|
+
logo_URIs: {
|
|
10325
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
10326
|
+
},
|
|
10327
|
+
images: [{
|
|
10328
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
10329
|
+
}],
|
|
10330
|
+
keywords: ['dex', 'mm'],
|
|
10331
|
+
type_asset: 'sdk.coin',
|
|
10332
|
+
traces: [{
|
|
10333
|
+
type: 'ibc',
|
|
10334
|
+
counterparty: {
|
|
10335
|
+
channel_id: 'channel-7',
|
|
10336
|
+
base_denom: 'ucusdc',
|
|
10337
|
+
chain_name: 'kopi'
|
|
10338
|
+
},
|
|
10339
|
+
chain: {
|
|
10340
|
+
channel_id: 'channel-1253'
|
|
10341
|
+
}
|
|
10342
|
+
}]
|
|
10343
|
+
},
|
|
10344
|
+
{
|
|
10345
|
+
description: 'A MM deposit receipt of the Stablecoin USDT from Injective Chain',
|
|
10346
|
+
denom_units: [{
|
|
10347
|
+
denom: 'ibc/7C786F32F74F43D6B529B23500B4447925AA8E9161979607988D8C4D89AB7334',
|
|
10348
|
+
exponent: 0,
|
|
10349
|
+
aliases: ['ucusdtinj']
|
|
10350
|
+
}, {
|
|
10351
|
+
denom: 'cUSDT.inj',
|
|
10352
|
+
exponent: 6
|
|
10353
|
+
}],
|
|
10354
|
+
base: 'ibc/7C786F32F74F43D6B529B23500B4447925AA8E9161979607988D8C4D89AB7334',
|
|
10355
|
+
name: 'cUSDT.inj',
|
|
10356
|
+
display: 'cUSDT.inj',
|
|
10357
|
+
symbol: 'CUSDT.inj',
|
|
10358
|
+
logo_URIs: {
|
|
10359
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
10360
|
+
},
|
|
10361
|
+
images: [{
|
|
10362
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
10363
|
+
}],
|
|
10364
|
+
keywords: ['dex', 'mm'],
|
|
10365
|
+
type_asset: 'sdk.coin',
|
|
10366
|
+
traces: [{
|
|
10367
|
+
type: 'ibc',
|
|
10368
|
+
counterparty: {
|
|
10369
|
+
channel_id: 'channel-7',
|
|
10370
|
+
base_denom: 'ucusdtinj',
|
|
10371
|
+
chain_name: 'kopi'
|
|
10372
|
+
},
|
|
10373
|
+
chain: {
|
|
10374
|
+
channel_id: 'channel-1253'
|
|
10375
|
+
}
|
|
10376
|
+
}]
|
|
10377
|
+
},
|
|
10378
|
+
{
|
|
10379
|
+
description: 'arbitrage receipt token of cUSDT',
|
|
10380
|
+
denom_units: [{
|
|
10381
|
+
denom: 'ibc/6D6CF93232AE8B235853C4C1ED98580F66606D0B2C6A1101C08BC961CAF36044',
|
|
10382
|
+
exponent: 0,
|
|
10383
|
+
aliases: ['uasusdtinj']
|
|
10384
|
+
}, {
|
|
10385
|
+
denom: 'asusdtinj',
|
|
10386
|
+
exponent: 6
|
|
10387
|
+
}],
|
|
10388
|
+
base: 'ibc/6D6CF93232AE8B235853C4C1ED98580F66606D0B2C6A1101C08BC961CAF36044',
|
|
10389
|
+
name: 'asUSDT.inj',
|
|
10390
|
+
display: 'asusdtinj',
|
|
10391
|
+
symbol: 'ASUSDT.inj',
|
|
10392
|
+
logo_URIs: {
|
|
10393
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
10394
|
+
},
|
|
10395
|
+
images: [{
|
|
10396
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
10397
|
+
}],
|
|
10398
|
+
keywords: ['dex', 'mm'],
|
|
10399
|
+
type_asset: 'sdk.coin',
|
|
10400
|
+
traces: [{
|
|
10401
|
+
type: 'ibc',
|
|
10402
|
+
counterparty: {
|
|
10403
|
+
channel_id: 'channel-7',
|
|
10404
|
+
base_denom: 'uasusdtinj',
|
|
10405
|
+
chain_name: 'kopi'
|
|
10406
|
+
},
|
|
10407
|
+
chain: {
|
|
10408
|
+
channel_id: 'channel-1253'
|
|
10409
|
+
}
|
|
10410
|
+
}]
|
|
10411
|
+
},
|
|
10412
|
+
{
|
|
10413
|
+
description: 'arbitrage receipt token of cUSDC',
|
|
10414
|
+
denom_units: [{
|
|
10415
|
+
denom: 'ibc/BDA22DE5A0CB0DD4B064FE4A8C79163B0ED990B50F85895FEF2708674A2D9775',
|
|
10416
|
+
exponent: 0,
|
|
10417
|
+
aliases: ['uasusdc']
|
|
10418
|
+
}, {
|
|
10419
|
+
denom: 'asUSDC',
|
|
10420
|
+
exponent: 6
|
|
10421
|
+
}],
|
|
10422
|
+
base: 'ibc/BDA22DE5A0CB0DD4B064FE4A8C79163B0ED990B50F85895FEF2708674A2D9775',
|
|
10423
|
+
name: 'asUSDC',
|
|
10424
|
+
display: 'asUSDC',
|
|
10425
|
+
symbol: 'ASUSDC',
|
|
10426
|
+
logo_URIs: {
|
|
10427
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
10428
|
+
},
|
|
10429
|
+
images: [{
|
|
10430
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
10431
|
+
}],
|
|
10432
|
+
keywords: ['dex', 'mm'],
|
|
10433
|
+
type_asset: 'sdk.coin',
|
|
10434
|
+
traces: [{
|
|
10435
|
+
type: 'ibc',
|
|
10436
|
+
counterparty: {
|
|
10437
|
+
channel_id: 'channel-7',
|
|
10438
|
+
base_denom: 'uasusdc',
|
|
10439
|
+
chain_name: 'kopi'
|
|
10440
|
+
},
|
|
10441
|
+
chain: {
|
|
10442
|
+
channel_id: 'channel-1253'
|
|
10443
|
+
}
|
|
10444
|
+
}]
|
|
10445
|
+
},
|
|
10012
10446
|
{
|
|
10013
10447
|
description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
|
|
10014
10448
|
denom_units: [{
|
package/esm/mainnet/index.js
CHANGED
|
@@ -67,6 +67,7 @@ export * as kava from './kava';
|
|
|
67
67
|
export * as kichain from './kichain';
|
|
68
68
|
export * as kimanetwork from './kimanetwork';
|
|
69
69
|
export * as konstellation from './konstellation';
|
|
70
|
+
export * as kopi from './kopi';
|
|
70
71
|
export * as kujira from './kujira';
|
|
71
72
|
export * as kyve from './kyve';
|
|
72
73
|
export * as lambda from './lambda';
|