@chain-registry/assets 1.70.53 → 1.70.54
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/osmosis.js
CHANGED
|
@@ -4034,6 +4034,223 @@ const assets = {
|
|
|
4034
4034
|
}
|
|
4035
4035
|
}]
|
|
4036
4036
|
},
|
|
4037
|
+
{
|
|
4038
|
+
description: 'The native token of kopi',
|
|
4039
|
+
denom_units: [{
|
|
4040
|
+
denom: 'ibc/CC5F27D641567D2E767E01BF454A9683FA181A9B313ABF9A7FC70DB798C073CD',
|
|
4041
|
+
exponent: 0,
|
|
4042
|
+
aliases: ['ukopi']
|
|
4043
|
+
}, {
|
|
4044
|
+
denom: 'XKP',
|
|
4045
|
+
exponent: 6
|
|
4046
|
+
}],
|
|
4047
|
+
base: 'ibc/CC5F27D641567D2E767E01BF454A9683FA181A9B313ABF9A7FC70DB798C073CD',
|
|
4048
|
+
name: 'XKP',
|
|
4049
|
+
display: 'XKP',
|
|
4050
|
+
symbol: 'XKP',
|
|
4051
|
+
logo_URIs: {
|
|
4052
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kopi.svg'
|
|
4053
|
+
},
|
|
4054
|
+
images: [{
|
|
4055
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kopi.svg'
|
|
4056
|
+
}],
|
|
4057
|
+
keywords: [
|
|
4058
|
+
'dex',
|
|
4059
|
+
'mm',
|
|
4060
|
+
'staking',
|
|
4061
|
+
'automations'
|
|
4062
|
+
],
|
|
4063
|
+
socials: {
|
|
4064
|
+
twitter: 'https://x.com/kopi_money',
|
|
4065
|
+
discord: 'https://discord.gg/kopi-money'
|
|
4066
|
+
},
|
|
4067
|
+
type_asset: 'sdk.coin',
|
|
4068
|
+
traces: [{
|
|
4069
|
+
type: 'ibc',
|
|
4070
|
+
counterparty: {
|
|
4071
|
+
channel_id: 'channel-6',
|
|
4072
|
+
base_denom: 'ukopi',
|
|
4073
|
+
chain_name: 'kopi'
|
|
4074
|
+
},
|
|
4075
|
+
chain: {
|
|
4076
|
+
channel_id: 'channel-88475'
|
|
4077
|
+
}
|
|
4078
|
+
}]
|
|
4079
|
+
},
|
|
4080
|
+
{
|
|
4081
|
+
description: 'A MM deposit receipt of the Stablecoin native to the Kopi blockchain',
|
|
4082
|
+
denom_units: [{
|
|
4083
|
+
denom: 'ibc/E91C14A0ED6061BE8C6949493DAD740BEF24CACCC952B384D6E6F58C0329366B',
|
|
4084
|
+
exponent: 0,
|
|
4085
|
+
aliases: ['uckusd']
|
|
4086
|
+
}, {
|
|
4087
|
+
denom: 'ckUSD',
|
|
4088
|
+
exponent: 6
|
|
4089
|
+
}],
|
|
4090
|
+
base: 'ibc/E91C14A0ED6061BE8C6949493DAD740BEF24CACCC952B384D6E6F58C0329366B',
|
|
4091
|
+
name: 'ckUSD',
|
|
4092
|
+
display: 'ckUSD',
|
|
4093
|
+
symbol: 'CKUSD',
|
|
4094
|
+
logo_URIs: {
|
|
4095
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
|
|
4096
|
+
},
|
|
4097
|
+
images: [{
|
|
4098
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
|
|
4099
|
+
}],
|
|
4100
|
+
keywords: ['dex', 'mm'],
|
|
4101
|
+
socials: {
|
|
4102
|
+
twitter: 'https://x.com/kopi_money',
|
|
4103
|
+
discord: 'https://discord.gg/kopi-money'
|
|
4104
|
+
},
|
|
4105
|
+
type_asset: 'sdk.coin',
|
|
4106
|
+
traces: [{
|
|
4107
|
+
type: 'ibc',
|
|
4108
|
+
counterparty: {
|
|
4109
|
+
channel_id: 'channel-6',
|
|
4110
|
+
base_denom: 'uckusd',
|
|
4111
|
+
chain_name: 'kopi'
|
|
4112
|
+
},
|
|
4113
|
+
chain: {
|
|
4114
|
+
channel_id: 'channel-88475'
|
|
4115
|
+
}
|
|
4116
|
+
}]
|
|
4117
|
+
},
|
|
4118
|
+
{
|
|
4119
|
+
description: 'A MM deposit receipt of the Stablecoin USDC from noble Chain',
|
|
4120
|
+
denom_units: [{
|
|
4121
|
+
denom: 'ibc/9435C57004AE348291983C502CF1812A8DBE94284FEB95917621BCB2300C5F4A',
|
|
4122
|
+
exponent: 0,
|
|
4123
|
+
aliases: ['ucusdc']
|
|
4124
|
+
}, {
|
|
4125
|
+
denom: 'cUSDC',
|
|
4126
|
+
exponent: 6
|
|
4127
|
+
}],
|
|
4128
|
+
base: 'ibc/9435C57004AE348291983C502CF1812A8DBE94284FEB95917621BCB2300C5F4A',
|
|
4129
|
+
name: 'cUSDC',
|
|
4130
|
+
display: 'cUSDC',
|
|
4131
|
+
symbol: 'CUSDC',
|
|
4132
|
+
logo_URIs: {
|
|
4133
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
4134
|
+
},
|
|
4135
|
+
images: [{
|
|
4136
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
4137
|
+
}],
|
|
4138
|
+
keywords: ['dex', 'mm'],
|
|
4139
|
+
type_asset: 'sdk.coin',
|
|
4140
|
+
traces: [{
|
|
4141
|
+
type: 'ibc',
|
|
4142
|
+
counterparty: {
|
|
4143
|
+
channel_id: 'channel-6',
|
|
4144
|
+
base_denom: 'ucusdc',
|
|
4145
|
+
chain_name: 'kopi'
|
|
4146
|
+
},
|
|
4147
|
+
chain: {
|
|
4148
|
+
channel_id: 'channel-88475'
|
|
4149
|
+
}
|
|
4150
|
+
}]
|
|
4151
|
+
},
|
|
4152
|
+
{
|
|
4153
|
+
description: 'A MM deposit receipt of the Stablecoin USDT from Injective Chain',
|
|
4154
|
+
denom_units: [{
|
|
4155
|
+
denom: 'ibc/13F23BA89C172DDA3B3080DCFD3ED56C00344116443F8A7E98D8F73727CCD04A',
|
|
4156
|
+
exponent: 0,
|
|
4157
|
+
aliases: ['ucusdtinj']
|
|
4158
|
+
}, {
|
|
4159
|
+
denom: 'cUSDT.inj',
|
|
4160
|
+
exponent: 6
|
|
4161
|
+
}],
|
|
4162
|
+
base: 'ibc/13F23BA89C172DDA3B3080DCFD3ED56C00344116443F8A7E98D8F73727CCD04A',
|
|
4163
|
+
name: 'cUSDT.inj',
|
|
4164
|
+
display: 'cUSDT.inj',
|
|
4165
|
+
symbol: 'CUSDT.inj',
|
|
4166
|
+
logo_URIs: {
|
|
4167
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
4168
|
+
},
|
|
4169
|
+
images: [{
|
|
4170
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
4171
|
+
}],
|
|
4172
|
+
keywords: ['dex', 'mm'],
|
|
4173
|
+
type_asset: 'sdk.coin',
|
|
4174
|
+
traces: [{
|
|
4175
|
+
type: 'ibc',
|
|
4176
|
+
counterparty: {
|
|
4177
|
+
channel_id: 'channel-6',
|
|
4178
|
+
base_denom: 'ucusdtinj',
|
|
4179
|
+
chain_name: 'kopi'
|
|
4180
|
+
},
|
|
4181
|
+
chain: {
|
|
4182
|
+
channel_id: 'channel-88475'
|
|
4183
|
+
}
|
|
4184
|
+
}]
|
|
4185
|
+
},
|
|
4186
|
+
{
|
|
4187
|
+
description: 'arbitrage receipt token of cUSDT',
|
|
4188
|
+
denom_units: [{
|
|
4189
|
+
denom: 'ibc/BB37C44D66572FFDA9523D69893104D2E54075C92FA50C092C799BDF5527A927',
|
|
4190
|
+
exponent: 0,
|
|
4191
|
+
aliases: ['uasusdtinj']
|
|
4192
|
+
}, {
|
|
4193
|
+
denom: 'asusdtinj',
|
|
4194
|
+
exponent: 6
|
|
4195
|
+
}],
|
|
4196
|
+
base: 'ibc/BB37C44D66572FFDA9523D69893104D2E54075C92FA50C092C799BDF5527A927',
|
|
4197
|
+
name: 'asUSDT.inj',
|
|
4198
|
+
display: 'asusdtinj',
|
|
4199
|
+
symbol: 'ASUSDT.inj',
|
|
4200
|
+
logo_URIs: {
|
|
4201
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
4202
|
+
},
|
|
4203
|
+
images: [{
|
|
4204
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
4205
|
+
}],
|
|
4206
|
+
keywords: ['dex', 'mm'],
|
|
4207
|
+
type_asset: 'sdk.coin',
|
|
4208
|
+
traces: [{
|
|
4209
|
+
type: 'ibc',
|
|
4210
|
+
counterparty: {
|
|
4211
|
+
channel_id: 'channel-6',
|
|
4212
|
+
base_denom: 'uasusdtinj',
|
|
4213
|
+
chain_name: 'kopi'
|
|
4214
|
+
},
|
|
4215
|
+
chain: {
|
|
4216
|
+
channel_id: 'channel-88475'
|
|
4217
|
+
}
|
|
4218
|
+
}]
|
|
4219
|
+
},
|
|
4220
|
+
{
|
|
4221
|
+
description: 'arbitrage receipt token of cUSDC',
|
|
4222
|
+
denom_units: [{
|
|
4223
|
+
denom: 'ibc/B07F764DF1DCF1BB8B4A01FBBA3FE9FC71CDA2A483AB79468037175BD3126E06',
|
|
4224
|
+
exponent: 0,
|
|
4225
|
+
aliases: ['uasusdc']
|
|
4226
|
+
}, {
|
|
4227
|
+
denom: 'asUSDC',
|
|
4228
|
+
exponent: 6
|
|
4229
|
+
}],
|
|
4230
|
+
base: 'ibc/B07F764DF1DCF1BB8B4A01FBBA3FE9FC71CDA2A483AB79468037175BD3126E06',
|
|
4231
|
+
name: 'asUSDC',
|
|
4232
|
+
display: 'asUSDC',
|
|
4233
|
+
symbol: 'ASUSDC',
|
|
4234
|
+
logo_URIs: {
|
|
4235
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
4236
|
+
},
|
|
4237
|
+
images: [{
|
|
4238
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
4239
|
+
}],
|
|
4240
|
+
keywords: ['dex', 'mm'],
|
|
4241
|
+
type_asset: 'sdk.coin',
|
|
4242
|
+
traces: [{
|
|
4243
|
+
type: 'ibc',
|
|
4244
|
+
counterparty: {
|
|
4245
|
+
channel_id: 'channel-6',
|
|
4246
|
+
base_denom: 'uasusdc',
|
|
4247
|
+
chain_name: 'kopi'
|
|
4248
|
+
},
|
|
4249
|
+
chain: {
|
|
4250
|
+
channel_id: 'channel-88475'
|
|
4251
|
+
}
|
|
4252
|
+
}]
|
|
4253
|
+
},
|
|
4037
4254
|
{
|
|
4038
4255
|
description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
|
|
4039
4256
|
denom_units: [{
|
|
@@ -9624,6 +9841,223 @@ const assets = {
|
|
|
9624
9841
|
}
|
|
9625
9842
|
}]
|
|
9626
9843
|
},
|
|
9844
|
+
{
|
|
9845
|
+
description: 'The native token of kopi',
|
|
9846
|
+
denom_units: [{
|
|
9847
|
+
denom: 'ibc/CC5F27D641567D2E767E01BF454A9683FA181A9B313ABF9A7FC70DB798C073CD',
|
|
9848
|
+
exponent: 0,
|
|
9849
|
+
aliases: ['ukopi']
|
|
9850
|
+
}, {
|
|
9851
|
+
denom: 'XKP',
|
|
9852
|
+
exponent: 6
|
|
9853
|
+
}],
|
|
9854
|
+
base: 'ibc/CC5F27D641567D2E767E01BF454A9683FA181A9B313ABF9A7FC70DB798C073CD',
|
|
9855
|
+
name: 'XKP',
|
|
9856
|
+
display: 'XKP',
|
|
9857
|
+
symbol: 'XKP',
|
|
9858
|
+
logo_URIs: {
|
|
9859
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kopi.svg'
|
|
9860
|
+
},
|
|
9861
|
+
images: [{
|
|
9862
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kopi.svg'
|
|
9863
|
+
}],
|
|
9864
|
+
keywords: [
|
|
9865
|
+
'dex',
|
|
9866
|
+
'mm',
|
|
9867
|
+
'staking',
|
|
9868
|
+
'automations'
|
|
9869
|
+
],
|
|
9870
|
+
socials: {
|
|
9871
|
+
twitter: 'https://x.com/kopi_money',
|
|
9872
|
+
discord: 'https://discord.gg/kopi-money'
|
|
9873
|
+
},
|
|
9874
|
+
type_asset: 'sdk.coin',
|
|
9875
|
+
traces: [{
|
|
9876
|
+
type: 'ibc',
|
|
9877
|
+
counterparty: {
|
|
9878
|
+
channel_id: 'channel-6',
|
|
9879
|
+
base_denom: 'ukopi',
|
|
9880
|
+
chain_name: 'kopi'
|
|
9881
|
+
},
|
|
9882
|
+
chain: {
|
|
9883
|
+
channel_id: 'channel-88475'
|
|
9884
|
+
}
|
|
9885
|
+
}]
|
|
9886
|
+
},
|
|
9887
|
+
{
|
|
9888
|
+
description: 'A MM deposit receipt of the Stablecoin native to the Kopi blockchain',
|
|
9889
|
+
denom_units: [{
|
|
9890
|
+
denom: 'ibc/E91C14A0ED6061BE8C6949493DAD740BEF24CACCC952B384D6E6F58C0329366B',
|
|
9891
|
+
exponent: 0,
|
|
9892
|
+
aliases: ['uckusd']
|
|
9893
|
+
}, {
|
|
9894
|
+
denom: 'ckUSD',
|
|
9895
|
+
exponent: 6
|
|
9896
|
+
}],
|
|
9897
|
+
base: 'ibc/E91C14A0ED6061BE8C6949493DAD740BEF24CACCC952B384D6E6F58C0329366B',
|
|
9898
|
+
name: 'ckUSD',
|
|
9899
|
+
display: 'ckUSD',
|
|
9900
|
+
symbol: 'CKUSD',
|
|
9901
|
+
logo_URIs: {
|
|
9902
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
|
|
9903
|
+
},
|
|
9904
|
+
images: [{
|
|
9905
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
|
|
9906
|
+
}],
|
|
9907
|
+
keywords: ['dex', 'mm'],
|
|
9908
|
+
socials: {
|
|
9909
|
+
twitter: 'https://x.com/kopi_money',
|
|
9910
|
+
discord: 'https://discord.gg/kopi-money'
|
|
9911
|
+
},
|
|
9912
|
+
type_asset: 'sdk.coin',
|
|
9913
|
+
traces: [{
|
|
9914
|
+
type: 'ibc',
|
|
9915
|
+
counterparty: {
|
|
9916
|
+
channel_id: 'channel-6',
|
|
9917
|
+
base_denom: 'uckusd',
|
|
9918
|
+
chain_name: 'kopi'
|
|
9919
|
+
},
|
|
9920
|
+
chain: {
|
|
9921
|
+
channel_id: 'channel-88475'
|
|
9922
|
+
}
|
|
9923
|
+
}]
|
|
9924
|
+
},
|
|
9925
|
+
{
|
|
9926
|
+
description: 'A MM deposit receipt of the Stablecoin USDC from noble Chain',
|
|
9927
|
+
denom_units: [{
|
|
9928
|
+
denom: 'ibc/9435C57004AE348291983C502CF1812A8DBE94284FEB95917621BCB2300C5F4A',
|
|
9929
|
+
exponent: 0,
|
|
9930
|
+
aliases: ['ucusdc']
|
|
9931
|
+
}, {
|
|
9932
|
+
denom: 'cUSDC',
|
|
9933
|
+
exponent: 6
|
|
9934
|
+
}],
|
|
9935
|
+
base: 'ibc/9435C57004AE348291983C502CF1812A8DBE94284FEB95917621BCB2300C5F4A',
|
|
9936
|
+
name: 'cUSDC',
|
|
9937
|
+
display: 'cUSDC',
|
|
9938
|
+
symbol: 'CUSDC',
|
|
9939
|
+
logo_URIs: {
|
|
9940
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
9941
|
+
},
|
|
9942
|
+
images: [{
|
|
9943
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
9944
|
+
}],
|
|
9945
|
+
keywords: ['dex', 'mm'],
|
|
9946
|
+
type_asset: 'sdk.coin',
|
|
9947
|
+
traces: [{
|
|
9948
|
+
type: 'ibc',
|
|
9949
|
+
counterparty: {
|
|
9950
|
+
channel_id: 'channel-6',
|
|
9951
|
+
base_denom: 'ucusdc',
|
|
9952
|
+
chain_name: 'kopi'
|
|
9953
|
+
},
|
|
9954
|
+
chain: {
|
|
9955
|
+
channel_id: 'channel-88475'
|
|
9956
|
+
}
|
|
9957
|
+
}]
|
|
9958
|
+
},
|
|
9959
|
+
{
|
|
9960
|
+
description: 'A MM deposit receipt of the Stablecoin USDT from Injective Chain',
|
|
9961
|
+
denom_units: [{
|
|
9962
|
+
denom: 'ibc/13F23BA89C172DDA3B3080DCFD3ED56C00344116443F8A7E98D8F73727CCD04A',
|
|
9963
|
+
exponent: 0,
|
|
9964
|
+
aliases: ['ucusdtinj']
|
|
9965
|
+
}, {
|
|
9966
|
+
denom: 'cUSDT.inj',
|
|
9967
|
+
exponent: 6
|
|
9968
|
+
}],
|
|
9969
|
+
base: 'ibc/13F23BA89C172DDA3B3080DCFD3ED56C00344116443F8A7E98D8F73727CCD04A',
|
|
9970
|
+
name: 'cUSDT.inj',
|
|
9971
|
+
display: 'cUSDT.inj',
|
|
9972
|
+
symbol: 'CUSDT.inj',
|
|
9973
|
+
logo_URIs: {
|
|
9974
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
9975
|
+
},
|
|
9976
|
+
images: [{
|
|
9977
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
9978
|
+
}],
|
|
9979
|
+
keywords: ['dex', 'mm'],
|
|
9980
|
+
type_asset: 'sdk.coin',
|
|
9981
|
+
traces: [{
|
|
9982
|
+
type: 'ibc',
|
|
9983
|
+
counterparty: {
|
|
9984
|
+
channel_id: 'channel-6',
|
|
9985
|
+
base_denom: 'ucusdtinj',
|
|
9986
|
+
chain_name: 'kopi'
|
|
9987
|
+
},
|
|
9988
|
+
chain: {
|
|
9989
|
+
channel_id: 'channel-88475'
|
|
9990
|
+
}
|
|
9991
|
+
}]
|
|
9992
|
+
},
|
|
9993
|
+
{
|
|
9994
|
+
description: 'arbitrage receipt token of cUSDT',
|
|
9995
|
+
denom_units: [{
|
|
9996
|
+
denom: 'ibc/BB37C44D66572FFDA9523D69893104D2E54075C92FA50C092C799BDF5527A927',
|
|
9997
|
+
exponent: 0,
|
|
9998
|
+
aliases: ['uasusdtinj']
|
|
9999
|
+
}, {
|
|
10000
|
+
denom: 'asusdtinj',
|
|
10001
|
+
exponent: 6
|
|
10002
|
+
}],
|
|
10003
|
+
base: 'ibc/BB37C44D66572FFDA9523D69893104D2E54075C92FA50C092C799BDF5527A927',
|
|
10004
|
+
name: 'asUSDT.inj',
|
|
10005
|
+
display: 'asusdtinj',
|
|
10006
|
+
symbol: 'ASUSDT.inj',
|
|
10007
|
+
logo_URIs: {
|
|
10008
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
10009
|
+
},
|
|
10010
|
+
images: [{
|
|
10011
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
10012
|
+
}],
|
|
10013
|
+
keywords: ['dex', 'mm'],
|
|
10014
|
+
type_asset: 'sdk.coin',
|
|
10015
|
+
traces: [{
|
|
10016
|
+
type: 'ibc',
|
|
10017
|
+
counterparty: {
|
|
10018
|
+
channel_id: 'channel-6',
|
|
10019
|
+
base_denom: 'uasusdtinj',
|
|
10020
|
+
chain_name: 'kopi'
|
|
10021
|
+
},
|
|
10022
|
+
chain: {
|
|
10023
|
+
channel_id: 'channel-88475'
|
|
10024
|
+
}
|
|
10025
|
+
}]
|
|
10026
|
+
},
|
|
10027
|
+
{
|
|
10028
|
+
description: 'arbitrage receipt token of cUSDC',
|
|
10029
|
+
denom_units: [{
|
|
10030
|
+
denom: 'ibc/B07F764DF1DCF1BB8B4A01FBBA3FE9FC71CDA2A483AB79468037175BD3126E06',
|
|
10031
|
+
exponent: 0,
|
|
10032
|
+
aliases: ['uasusdc']
|
|
10033
|
+
}, {
|
|
10034
|
+
denom: 'asUSDC',
|
|
10035
|
+
exponent: 6
|
|
10036
|
+
}],
|
|
10037
|
+
base: 'ibc/B07F764DF1DCF1BB8B4A01FBBA3FE9FC71CDA2A483AB79468037175BD3126E06',
|
|
10038
|
+
name: 'asUSDC',
|
|
10039
|
+
display: 'asUSDC',
|
|
10040
|
+
symbol: 'ASUSDC',
|
|
10041
|
+
logo_URIs: {
|
|
10042
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
10043
|
+
},
|
|
10044
|
+
images: [{
|
|
10045
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
10046
|
+
}],
|
|
10047
|
+
keywords: ['dex', 'mm'],
|
|
10048
|
+
type_asset: 'sdk.coin',
|
|
10049
|
+
traces: [{
|
|
10050
|
+
type: 'ibc',
|
|
10051
|
+
counterparty: {
|
|
10052
|
+
channel_id: 'channel-6',
|
|
10053
|
+
base_denom: 'uasusdc',
|
|
10054
|
+
chain_name: 'kopi'
|
|
10055
|
+
},
|
|
10056
|
+
chain: {
|
|
10057
|
+
channel_id: 'channel-88475'
|
|
10058
|
+
}
|
|
10059
|
+
}]
|
|
10060
|
+
},
|
|
9627
10061
|
{
|
|
9628
10062
|
description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
|
|
9629
10063
|
denom_units: [{
|