@chain-registry/assets 1.70.52 → 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 +3 -1
- package/esm/mainnet/axelar.js +78 -0
- package/esm/mainnet/cosmoshub.js +434 -0
- package/esm/mainnet/index.js +2 -0
- package/esm/mainnet/injective.js +512 -0
- package/esm/mainnet/kopi.js +1152 -0
- package/esm/mainnet/migaloo.js +168 -0
- package/esm/mainnet/noble.js +512 -0
- package/esm/mainnet/osmosis.js +512 -0
- package/esm/mainnet/terra2.js +434 -0
- package/esm/mainnet/xion.js +1066 -0
- package/mainnet/archway.js +78 -0
- package/mainnet/assets.js +3 -1
- package/mainnet/axelar.js +78 -0
- package/mainnet/cosmoshub.js +434 -0
- package/mainnet/index.d.ts +2 -0
- package/mainnet/index.js +4 -2
- package/mainnet/injective.js +512 -0
- package/mainnet/kopi.d.ts +3 -0
- package/mainnet/kopi.js +1154 -0
- package/mainnet/migaloo.js +168 -0
- package/mainnet/noble.js +512 -0
- package/mainnet/osmosis.js +512 -0
- package/mainnet/terra2.js +434 -0
- package/mainnet/xion.d.ts +3 -0
- package/mainnet/xion.js +1068 -0
- package/package.json +5 -5
package/mainnet/index.js
CHANGED
|
@@ -24,8 +24,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.fxcore = exports.furya = exports.firmachain = exports.fetchhub = exports.evmos = exports.empowerchain = exports.emoney = exports.echelon = exports.dyson = exports.dymension = exports.dydx = exports.dungeon = exports.doravota = exports.dhealth = exports.desmos = exports.decentr = exports.cryptoorgchain = exports.cronos = exports.crescent = exports.cosmoshub = exports.coreum = exports.conscious = exports.composable = exports.comdex = exports.cifer = exports.chihuahua = exports.cheqd = exports.chain4energy = exports.celestia = exports.carbon = exports.canto = exports.bostrom = exports.bluzelle = exports.bitsong = exports.bitcanna = exports.beezee = exports.bandchain = exports.axelar = exports.aura = exports.atomone = exports.assetmantle = exports.arkh = exports.archway = exports.andromeda = exports.akash = exports.aioz = exports.agoric = exports.acrechain = exports.solana = exports.ethereum = void 0;
|
|
27
|
-
exports.
|
|
28
|
-
exports.xpla = exports.uptick = exports.unification = exports.umee = exports.titan = exports.tgrade = exports.terra2 = exports.terra = exports.teritori = exports.synternet = exports.stride = exports.stratos = exports.starname = exports.stargaze = exports.stafihub = exports.source = exports.sommelier = exports.sifchain = exports.shido = exports.shentu = exports.shareledger = exports.sge = exports.sentinel = exports.self = exports.sei = exports.seda = exports.secretnetwork = exports.scorum = exports.saga = exports.routerchain = exports.rizon = exports.regen = exports.rebus = exports.realio = exports.qwoyn = exports.quicksilver = exports.quasar = exports.pylons = exports.pundix = exports.pryzm = exports.provenance = exports.point = exports.planq = exports.persistence = exports.passage = void 0;
|
|
27
|
+
exports.osmosis = exports.oraichain = exports.onomy = exports.onex = exports.omniflixhub = exports.okexchain = exports.odin = exports.nyx = exports.nomic = exports.nolus = exports.nois = exports.noble = exports.nim = exports.nibiru = exports.neutron = exports.neutaro = exports.milkyway = exports.migaloo = exports.meme = exports.medasdigital = exports.mars = exports.mantrachain = exports.mande = exports.lumnetwork = exports.lorenzo = exports.likecoin = exports.lava = exports.lambda = exports.kyve = exports.kujira = exports.kopi = exports.konstellation = exports.kimanetwork = exports.kichain = exports.kava = exports.juno = exports.joltify = exports.jackal = exports.irisnet = exports.int3face = exports.injective = exports.imversed = exports.impacthub = exports.humans = exports.haqq = exports.gravitybridge = exports.gitopia = exports.genesisl1 = exports.gateway = exports.galaxy = void 0;
|
|
28
|
+
exports.xpla = exports.xion = exports.uptick = exports.unification = exports.umee = exports.titan = exports.tgrade = exports.terra2 = exports.terra = exports.teritori = exports.synternet = exports.stride = exports.stratos = exports.starname = exports.stargaze = exports.stafihub = exports.source = exports.sommelier = exports.sifchain = exports.shido = exports.shentu = exports.shareledger = exports.sge = exports.sentinel = exports.self = exports.sei = exports.seda = exports.secretnetwork = exports.scorum = exports.saga = exports.routerchain = exports.rizon = exports.regen = exports.rebus = exports.realio = exports.qwoyn = exports.quicksilver = exports.quasar = exports.pylons = exports.pundix = exports.pryzm = exports.provenance = exports.point = exports.planq = exports.persistence = exports.passage = exports.panacea = void 0;
|
|
29
29
|
exports.ethereum = __importStar(require("./ethereum"));
|
|
30
30
|
exports.solana = __importStar(require("./solana"));
|
|
31
31
|
exports.acrechain = __importStar(require("./acrechain"));
|
|
@@ -95,6 +95,7 @@ exports.kava = __importStar(require("./kava"));
|
|
|
95
95
|
exports.kichain = __importStar(require("./kichain"));
|
|
96
96
|
exports.kimanetwork = __importStar(require("./kimanetwork"));
|
|
97
97
|
exports.konstellation = __importStar(require("./konstellation"));
|
|
98
|
+
exports.kopi = __importStar(require("./kopi"));
|
|
98
99
|
exports.kujira = __importStar(require("./kujira"));
|
|
99
100
|
exports.kyve = __importStar(require("./kyve"));
|
|
100
101
|
exports.lambda = __importStar(require("./lambda"));
|
|
@@ -170,4 +171,5 @@ exports.titan = __importStar(require("./titan"));
|
|
|
170
171
|
exports.umee = __importStar(require("./umee"));
|
|
171
172
|
exports.unification = __importStar(require("./unification"));
|
|
172
173
|
exports.uptick = __importStar(require("./uptick"));
|
|
174
|
+
exports.xion = __importStar(require("./xion"));
|
|
173
175
|
exports.xpla = __importStar(require("./xpla"));
|
package/mainnet/injective.js
CHANGED
|
@@ -1203,6 +1203,223 @@ const assets = {
|
|
|
1203
1203
|
},
|
|
1204
1204
|
type_asset: 'sdk.coin'
|
|
1205
1205
|
},
|
|
1206
|
+
{
|
|
1207
|
+
description: 'The native token of kopi',
|
|
1208
|
+
denom_units: [{
|
|
1209
|
+
denom: 'ibc/5A8E2BE833D54F506260B7535CFED9775EE4AF8668393F0E225983BDE07CF4CA',
|
|
1210
|
+
exponent: 0,
|
|
1211
|
+
aliases: ['ukopi']
|
|
1212
|
+
}, {
|
|
1213
|
+
denom: 'XKP',
|
|
1214
|
+
exponent: 6
|
|
1215
|
+
}],
|
|
1216
|
+
base: 'ibc/5A8E2BE833D54F506260B7535CFED9775EE4AF8668393F0E225983BDE07CF4CA',
|
|
1217
|
+
name: 'XKP',
|
|
1218
|
+
display: 'XKP',
|
|
1219
|
+
symbol: 'XKP',
|
|
1220
|
+
logo_URIs: {
|
|
1221
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kopi.svg'
|
|
1222
|
+
},
|
|
1223
|
+
images: [{
|
|
1224
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kopi.svg'
|
|
1225
|
+
}],
|
|
1226
|
+
keywords: [
|
|
1227
|
+
'dex',
|
|
1228
|
+
'mm',
|
|
1229
|
+
'staking',
|
|
1230
|
+
'automations'
|
|
1231
|
+
],
|
|
1232
|
+
socials: {
|
|
1233
|
+
twitter: 'https://x.com/kopi_money',
|
|
1234
|
+
discord: 'https://discord.gg/kopi-money'
|
|
1235
|
+
},
|
|
1236
|
+
type_asset: 'sdk.coin',
|
|
1237
|
+
traces: [{
|
|
1238
|
+
type: 'ibc',
|
|
1239
|
+
counterparty: {
|
|
1240
|
+
channel_id: 'channel-1',
|
|
1241
|
+
base_denom: 'ukopi',
|
|
1242
|
+
chain_name: 'kopi'
|
|
1243
|
+
},
|
|
1244
|
+
chain: {
|
|
1245
|
+
channel_id: 'channel-376'
|
|
1246
|
+
}
|
|
1247
|
+
}]
|
|
1248
|
+
},
|
|
1249
|
+
{
|
|
1250
|
+
description: 'A MM deposit receipt of the Stablecoin native to the Kopi blockchain',
|
|
1251
|
+
denom_units: [{
|
|
1252
|
+
denom: 'ibc/45A78E28110ADE1E3DF57EF5DA2F9E0744B1A09081B3AC38BFCAA556EB8A9228',
|
|
1253
|
+
exponent: 0,
|
|
1254
|
+
aliases: ['uckusd']
|
|
1255
|
+
}, {
|
|
1256
|
+
denom: 'ckUSD',
|
|
1257
|
+
exponent: 6
|
|
1258
|
+
}],
|
|
1259
|
+
base: 'ibc/45A78E28110ADE1E3DF57EF5DA2F9E0744B1A09081B3AC38BFCAA556EB8A9228',
|
|
1260
|
+
name: 'ckUSD',
|
|
1261
|
+
display: 'ckUSD',
|
|
1262
|
+
symbol: 'CKUSD',
|
|
1263
|
+
logo_URIs: {
|
|
1264
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
|
|
1265
|
+
},
|
|
1266
|
+
images: [{
|
|
1267
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
|
|
1268
|
+
}],
|
|
1269
|
+
keywords: ['dex', 'mm'],
|
|
1270
|
+
socials: {
|
|
1271
|
+
twitter: 'https://x.com/kopi_money',
|
|
1272
|
+
discord: 'https://discord.gg/kopi-money'
|
|
1273
|
+
},
|
|
1274
|
+
type_asset: 'sdk.coin',
|
|
1275
|
+
traces: [{
|
|
1276
|
+
type: 'ibc',
|
|
1277
|
+
counterparty: {
|
|
1278
|
+
channel_id: 'channel-1',
|
|
1279
|
+
base_denom: 'uckusd',
|
|
1280
|
+
chain_name: 'kopi'
|
|
1281
|
+
},
|
|
1282
|
+
chain: {
|
|
1283
|
+
channel_id: 'channel-376'
|
|
1284
|
+
}
|
|
1285
|
+
}]
|
|
1286
|
+
},
|
|
1287
|
+
{
|
|
1288
|
+
description: 'A MM deposit receipt of the Stablecoin USDC from noble Chain',
|
|
1289
|
+
denom_units: [{
|
|
1290
|
+
denom: 'ibc/3AF57F01B06D2D385944EBE6B63DB3EA11205B38E2B04C0A871943311EAD419C',
|
|
1291
|
+
exponent: 0,
|
|
1292
|
+
aliases: ['ucusdc']
|
|
1293
|
+
}, {
|
|
1294
|
+
denom: 'cUSDC',
|
|
1295
|
+
exponent: 6
|
|
1296
|
+
}],
|
|
1297
|
+
base: 'ibc/3AF57F01B06D2D385944EBE6B63DB3EA11205B38E2B04C0A871943311EAD419C',
|
|
1298
|
+
name: 'cUSDC',
|
|
1299
|
+
display: 'cUSDC',
|
|
1300
|
+
symbol: 'CUSDC',
|
|
1301
|
+
logo_URIs: {
|
|
1302
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
1303
|
+
},
|
|
1304
|
+
images: [{
|
|
1305
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
1306
|
+
}],
|
|
1307
|
+
keywords: ['dex', 'mm'],
|
|
1308
|
+
type_asset: 'sdk.coin',
|
|
1309
|
+
traces: [{
|
|
1310
|
+
type: 'ibc',
|
|
1311
|
+
counterparty: {
|
|
1312
|
+
channel_id: 'channel-1',
|
|
1313
|
+
base_denom: 'ucusdc',
|
|
1314
|
+
chain_name: 'kopi'
|
|
1315
|
+
},
|
|
1316
|
+
chain: {
|
|
1317
|
+
channel_id: 'channel-376'
|
|
1318
|
+
}
|
|
1319
|
+
}]
|
|
1320
|
+
},
|
|
1321
|
+
{
|
|
1322
|
+
description: 'A MM deposit receipt of the Stablecoin USDT from Injective Chain',
|
|
1323
|
+
denom_units: [{
|
|
1324
|
+
denom: 'ibc/D37A49E1C6FC8FBE757B25D0031444E00EE327D3E5C2316B6D2B960594028E40',
|
|
1325
|
+
exponent: 0,
|
|
1326
|
+
aliases: ['ucusdtinj']
|
|
1327
|
+
}, {
|
|
1328
|
+
denom: 'cUSDT.inj',
|
|
1329
|
+
exponent: 6
|
|
1330
|
+
}],
|
|
1331
|
+
base: 'ibc/D37A49E1C6FC8FBE757B25D0031444E00EE327D3E5C2316B6D2B960594028E40',
|
|
1332
|
+
name: 'cUSDT.inj',
|
|
1333
|
+
display: 'cUSDT.inj',
|
|
1334
|
+
symbol: 'CUSDT.inj',
|
|
1335
|
+
logo_URIs: {
|
|
1336
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
1337
|
+
},
|
|
1338
|
+
images: [{
|
|
1339
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
1340
|
+
}],
|
|
1341
|
+
keywords: ['dex', 'mm'],
|
|
1342
|
+
type_asset: 'sdk.coin',
|
|
1343
|
+
traces: [{
|
|
1344
|
+
type: 'ibc',
|
|
1345
|
+
counterparty: {
|
|
1346
|
+
channel_id: 'channel-1',
|
|
1347
|
+
base_denom: 'ucusdtinj',
|
|
1348
|
+
chain_name: 'kopi'
|
|
1349
|
+
},
|
|
1350
|
+
chain: {
|
|
1351
|
+
channel_id: 'channel-376'
|
|
1352
|
+
}
|
|
1353
|
+
}]
|
|
1354
|
+
},
|
|
1355
|
+
{
|
|
1356
|
+
description: 'arbitrage receipt token of cUSDT',
|
|
1357
|
+
denom_units: [{
|
|
1358
|
+
denom: 'ibc/F6FD97475115A8A182D7672214D4CBA0F6B5BC47E3EC9957EC9F30B92C73ED66',
|
|
1359
|
+
exponent: 0,
|
|
1360
|
+
aliases: ['uasusdtinj']
|
|
1361
|
+
}, {
|
|
1362
|
+
denom: 'asusdtinj',
|
|
1363
|
+
exponent: 6
|
|
1364
|
+
}],
|
|
1365
|
+
base: 'ibc/F6FD97475115A8A182D7672214D4CBA0F6B5BC47E3EC9957EC9F30B92C73ED66',
|
|
1366
|
+
name: 'asUSDT.inj',
|
|
1367
|
+
display: 'asusdtinj',
|
|
1368
|
+
symbol: 'ASUSDT.inj',
|
|
1369
|
+
logo_URIs: {
|
|
1370
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
1371
|
+
},
|
|
1372
|
+
images: [{
|
|
1373
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
1374
|
+
}],
|
|
1375
|
+
keywords: ['dex', 'mm'],
|
|
1376
|
+
type_asset: 'sdk.coin',
|
|
1377
|
+
traces: [{
|
|
1378
|
+
type: 'ibc',
|
|
1379
|
+
counterparty: {
|
|
1380
|
+
channel_id: 'channel-1',
|
|
1381
|
+
base_denom: 'uasusdtinj',
|
|
1382
|
+
chain_name: 'kopi'
|
|
1383
|
+
},
|
|
1384
|
+
chain: {
|
|
1385
|
+
channel_id: 'channel-376'
|
|
1386
|
+
}
|
|
1387
|
+
}]
|
|
1388
|
+
},
|
|
1389
|
+
{
|
|
1390
|
+
description: 'arbitrage receipt token of cUSDC',
|
|
1391
|
+
denom_units: [{
|
|
1392
|
+
denom: 'ibc/EEFDFE2A6EC35A67802D0FD4D75368BF58C08D0E352F77941319942096EE6258',
|
|
1393
|
+
exponent: 0,
|
|
1394
|
+
aliases: ['uasusdc']
|
|
1395
|
+
}, {
|
|
1396
|
+
denom: 'asUSDC',
|
|
1397
|
+
exponent: 6
|
|
1398
|
+
}],
|
|
1399
|
+
base: 'ibc/EEFDFE2A6EC35A67802D0FD4D75368BF58C08D0E352F77941319942096EE6258',
|
|
1400
|
+
name: 'asUSDC',
|
|
1401
|
+
display: 'asUSDC',
|
|
1402
|
+
symbol: 'ASUSDC',
|
|
1403
|
+
logo_URIs: {
|
|
1404
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
1405
|
+
},
|
|
1406
|
+
images: [{
|
|
1407
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
1408
|
+
}],
|
|
1409
|
+
keywords: ['dex', 'mm'],
|
|
1410
|
+
type_asset: 'sdk.coin',
|
|
1411
|
+
traces: [{
|
|
1412
|
+
type: 'ibc',
|
|
1413
|
+
counterparty: {
|
|
1414
|
+
channel_id: 'channel-1',
|
|
1415
|
+
base_denom: 'uasusdc',
|
|
1416
|
+
chain_name: 'kopi'
|
|
1417
|
+
},
|
|
1418
|
+
chain: {
|
|
1419
|
+
channel_id: 'channel-376'
|
|
1420
|
+
}
|
|
1421
|
+
}]
|
|
1422
|
+
},
|
|
1206
1423
|
{
|
|
1207
1424
|
description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
|
|
1208
1425
|
denom_units: [{
|
|
@@ -5678,6 +5895,45 @@ const assets = {
|
|
|
5678
5895
|
}
|
|
5679
5896
|
}]
|
|
5680
5897
|
},
|
|
5898
|
+
{
|
|
5899
|
+
description: 'XION is the first walletless L1 blockchain purpose built for consumer adoption through chain abstraction.',
|
|
5900
|
+
denom_units: [{
|
|
5901
|
+
denom: 'ibc/00BF66BAB34873B07FB9EEEBCFACEA11FB4BB348718862AA7782D6DECC1F44C8',
|
|
5902
|
+
exponent: 0,
|
|
5903
|
+
aliases: ['uxion']
|
|
5904
|
+
}, {
|
|
5905
|
+
denom: 'XION',
|
|
5906
|
+
exponent: 6,
|
|
5907
|
+
aliases: ['xion']
|
|
5908
|
+
}],
|
|
5909
|
+
base: 'ibc/00BF66BAB34873B07FB9EEEBCFACEA11FB4BB348718862AA7782D6DECC1F44C8',
|
|
5910
|
+
display: 'XION',
|
|
5911
|
+
name: 'xion',
|
|
5912
|
+
symbol: 'XION',
|
|
5913
|
+
coingecko_id: 'xion-2',
|
|
5914
|
+
type_asset: 'sdk.coin',
|
|
5915
|
+
logo_URIs: {
|
|
5916
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
5917
|
+
},
|
|
5918
|
+
images: [{
|
|
5919
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
5920
|
+
}],
|
|
5921
|
+
socials: {
|
|
5922
|
+
website: 'https://xion.burnt.com/',
|
|
5923
|
+
twitter: 'https://twitter.com/burnt_xion'
|
|
5924
|
+
},
|
|
5925
|
+
traces: [{
|
|
5926
|
+
type: 'ibc',
|
|
5927
|
+
counterparty: {
|
|
5928
|
+
channel_id: 'channel-4',
|
|
5929
|
+
base_denom: 'uxion',
|
|
5930
|
+
chain_name: 'xion'
|
|
5931
|
+
},
|
|
5932
|
+
chain: {
|
|
5933
|
+
channel_id: 'channel-387'
|
|
5934
|
+
}
|
|
5935
|
+
}]
|
|
5936
|
+
},
|
|
5681
5937
|
{
|
|
5682
5938
|
description: 'The native staking token of XPLA.',
|
|
5683
5939
|
denom_units: [{
|
|
@@ -5921,6 +6177,223 @@ const assets = {
|
|
|
5921
6177
|
},
|
|
5922
6178
|
type_asset: 'sdk.coin'
|
|
5923
6179
|
},
|
|
6180
|
+
{
|
|
6181
|
+
description: 'The native token of kopi',
|
|
6182
|
+
denom_units: [{
|
|
6183
|
+
denom: 'ibc/5A8E2BE833D54F506260B7535CFED9775EE4AF8668393F0E225983BDE07CF4CA',
|
|
6184
|
+
exponent: 0,
|
|
6185
|
+
aliases: ['ukopi']
|
|
6186
|
+
}, {
|
|
6187
|
+
denom: 'XKP',
|
|
6188
|
+
exponent: 6
|
|
6189
|
+
}],
|
|
6190
|
+
base: 'ibc/5A8E2BE833D54F506260B7535CFED9775EE4AF8668393F0E225983BDE07CF4CA',
|
|
6191
|
+
name: 'XKP',
|
|
6192
|
+
display: 'XKP',
|
|
6193
|
+
symbol: 'XKP',
|
|
6194
|
+
logo_URIs: {
|
|
6195
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kopi.svg'
|
|
6196
|
+
},
|
|
6197
|
+
images: [{
|
|
6198
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kopi.svg'
|
|
6199
|
+
}],
|
|
6200
|
+
keywords: [
|
|
6201
|
+
'dex',
|
|
6202
|
+
'mm',
|
|
6203
|
+
'staking',
|
|
6204
|
+
'automations'
|
|
6205
|
+
],
|
|
6206
|
+
socials: {
|
|
6207
|
+
twitter: 'https://x.com/kopi_money',
|
|
6208
|
+
discord: 'https://discord.gg/kopi-money'
|
|
6209
|
+
},
|
|
6210
|
+
type_asset: 'sdk.coin',
|
|
6211
|
+
traces: [{
|
|
6212
|
+
type: 'ibc',
|
|
6213
|
+
counterparty: {
|
|
6214
|
+
channel_id: 'channel-1',
|
|
6215
|
+
base_denom: 'ukopi',
|
|
6216
|
+
chain_name: 'kopi'
|
|
6217
|
+
},
|
|
6218
|
+
chain: {
|
|
6219
|
+
channel_id: 'channel-376'
|
|
6220
|
+
}
|
|
6221
|
+
}]
|
|
6222
|
+
},
|
|
6223
|
+
{
|
|
6224
|
+
description: 'A MM deposit receipt of the Stablecoin native to the Kopi blockchain',
|
|
6225
|
+
denom_units: [{
|
|
6226
|
+
denom: 'ibc/45A78E28110ADE1E3DF57EF5DA2F9E0744B1A09081B3AC38BFCAA556EB8A9228',
|
|
6227
|
+
exponent: 0,
|
|
6228
|
+
aliases: ['uckusd']
|
|
6229
|
+
}, {
|
|
6230
|
+
denom: 'ckUSD',
|
|
6231
|
+
exponent: 6
|
|
6232
|
+
}],
|
|
6233
|
+
base: 'ibc/45A78E28110ADE1E3DF57EF5DA2F9E0744B1A09081B3AC38BFCAA556EB8A9228',
|
|
6234
|
+
name: 'ckUSD',
|
|
6235
|
+
display: 'ckUSD',
|
|
6236
|
+
symbol: 'CKUSD',
|
|
6237
|
+
logo_URIs: {
|
|
6238
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
|
|
6239
|
+
},
|
|
6240
|
+
images: [{
|
|
6241
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
|
|
6242
|
+
}],
|
|
6243
|
+
keywords: ['dex', 'mm'],
|
|
6244
|
+
socials: {
|
|
6245
|
+
twitter: 'https://x.com/kopi_money',
|
|
6246
|
+
discord: 'https://discord.gg/kopi-money'
|
|
6247
|
+
},
|
|
6248
|
+
type_asset: 'sdk.coin',
|
|
6249
|
+
traces: [{
|
|
6250
|
+
type: 'ibc',
|
|
6251
|
+
counterparty: {
|
|
6252
|
+
channel_id: 'channel-1',
|
|
6253
|
+
base_denom: 'uckusd',
|
|
6254
|
+
chain_name: 'kopi'
|
|
6255
|
+
},
|
|
6256
|
+
chain: {
|
|
6257
|
+
channel_id: 'channel-376'
|
|
6258
|
+
}
|
|
6259
|
+
}]
|
|
6260
|
+
},
|
|
6261
|
+
{
|
|
6262
|
+
description: 'A MM deposit receipt of the Stablecoin USDC from noble Chain',
|
|
6263
|
+
denom_units: [{
|
|
6264
|
+
denom: 'ibc/3AF57F01B06D2D385944EBE6B63DB3EA11205B38E2B04C0A871943311EAD419C',
|
|
6265
|
+
exponent: 0,
|
|
6266
|
+
aliases: ['ucusdc']
|
|
6267
|
+
}, {
|
|
6268
|
+
denom: 'cUSDC',
|
|
6269
|
+
exponent: 6
|
|
6270
|
+
}],
|
|
6271
|
+
base: 'ibc/3AF57F01B06D2D385944EBE6B63DB3EA11205B38E2B04C0A871943311EAD419C',
|
|
6272
|
+
name: 'cUSDC',
|
|
6273
|
+
display: 'cUSDC',
|
|
6274
|
+
symbol: 'CUSDC',
|
|
6275
|
+
logo_URIs: {
|
|
6276
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
6277
|
+
},
|
|
6278
|
+
images: [{
|
|
6279
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
6280
|
+
}],
|
|
6281
|
+
keywords: ['dex', 'mm'],
|
|
6282
|
+
type_asset: 'sdk.coin',
|
|
6283
|
+
traces: [{
|
|
6284
|
+
type: 'ibc',
|
|
6285
|
+
counterparty: {
|
|
6286
|
+
channel_id: 'channel-1',
|
|
6287
|
+
base_denom: 'ucusdc',
|
|
6288
|
+
chain_name: 'kopi'
|
|
6289
|
+
},
|
|
6290
|
+
chain: {
|
|
6291
|
+
channel_id: 'channel-376'
|
|
6292
|
+
}
|
|
6293
|
+
}]
|
|
6294
|
+
},
|
|
6295
|
+
{
|
|
6296
|
+
description: 'A MM deposit receipt of the Stablecoin USDT from Injective Chain',
|
|
6297
|
+
denom_units: [{
|
|
6298
|
+
denom: 'ibc/D37A49E1C6FC8FBE757B25D0031444E00EE327D3E5C2316B6D2B960594028E40',
|
|
6299
|
+
exponent: 0,
|
|
6300
|
+
aliases: ['ucusdtinj']
|
|
6301
|
+
}, {
|
|
6302
|
+
denom: 'cUSDT.inj',
|
|
6303
|
+
exponent: 6
|
|
6304
|
+
}],
|
|
6305
|
+
base: 'ibc/D37A49E1C6FC8FBE757B25D0031444E00EE327D3E5C2316B6D2B960594028E40',
|
|
6306
|
+
name: 'cUSDT.inj',
|
|
6307
|
+
display: 'cUSDT.inj',
|
|
6308
|
+
symbol: 'CUSDT.inj',
|
|
6309
|
+
logo_URIs: {
|
|
6310
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
6311
|
+
},
|
|
6312
|
+
images: [{
|
|
6313
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
6314
|
+
}],
|
|
6315
|
+
keywords: ['dex', 'mm'],
|
|
6316
|
+
type_asset: 'sdk.coin',
|
|
6317
|
+
traces: [{
|
|
6318
|
+
type: 'ibc',
|
|
6319
|
+
counterparty: {
|
|
6320
|
+
channel_id: 'channel-1',
|
|
6321
|
+
base_denom: 'ucusdtinj',
|
|
6322
|
+
chain_name: 'kopi'
|
|
6323
|
+
},
|
|
6324
|
+
chain: {
|
|
6325
|
+
channel_id: 'channel-376'
|
|
6326
|
+
}
|
|
6327
|
+
}]
|
|
6328
|
+
},
|
|
6329
|
+
{
|
|
6330
|
+
description: 'arbitrage receipt token of cUSDT',
|
|
6331
|
+
denom_units: [{
|
|
6332
|
+
denom: 'ibc/F6FD97475115A8A182D7672214D4CBA0F6B5BC47E3EC9957EC9F30B92C73ED66',
|
|
6333
|
+
exponent: 0,
|
|
6334
|
+
aliases: ['uasusdtinj']
|
|
6335
|
+
}, {
|
|
6336
|
+
denom: 'asusdtinj',
|
|
6337
|
+
exponent: 6
|
|
6338
|
+
}],
|
|
6339
|
+
base: 'ibc/F6FD97475115A8A182D7672214D4CBA0F6B5BC47E3EC9957EC9F30B92C73ED66',
|
|
6340
|
+
name: 'asUSDT.inj',
|
|
6341
|
+
display: 'asusdtinj',
|
|
6342
|
+
symbol: 'ASUSDT.inj',
|
|
6343
|
+
logo_URIs: {
|
|
6344
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
6345
|
+
},
|
|
6346
|
+
images: [{
|
|
6347
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
6348
|
+
}],
|
|
6349
|
+
keywords: ['dex', 'mm'],
|
|
6350
|
+
type_asset: 'sdk.coin',
|
|
6351
|
+
traces: [{
|
|
6352
|
+
type: 'ibc',
|
|
6353
|
+
counterparty: {
|
|
6354
|
+
channel_id: 'channel-1',
|
|
6355
|
+
base_denom: 'uasusdtinj',
|
|
6356
|
+
chain_name: 'kopi'
|
|
6357
|
+
},
|
|
6358
|
+
chain: {
|
|
6359
|
+
channel_id: 'channel-376'
|
|
6360
|
+
}
|
|
6361
|
+
}]
|
|
6362
|
+
},
|
|
6363
|
+
{
|
|
6364
|
+
description: 'arbitrage receipt token of cUSDC',
|
|
6365
|
+
denom_units: [{
|
|
6366
|
+
denom: 'ibc/EEFDFE2A6EC35A67802D0FD4D75368BF58C08D0E352F77941319942096EE6258',
|
|
6367
|
+
exponent: 0,
|
|
6368
|
+
aliases: ['uasusdc']
|
|
6369
|
+
}, {
|
|
6370
|
+
denom: 'asUSDC',
|
|
6371
|
+
exponent: 6
|
|
6372
|
+
}],
|
|
6373
|
+
base: 'ibc/EEFDFE2A6EC35A67802D0FD4D75368BF58C08D0E352F77941319942096EE6258',
|
|
6374
|
+
name: 'asUSDC',
|
|
6375
|
+
display: 'asUSDC',
|
|
6376
|
+
symbol: 'ASUSDC',
|
|
6377
|
+
logo_URIs: {
|
|
6378
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
6379
|
+
},
|
|
6380
|
+
images: [{
|
|
6381
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
6382
|
+
}],
|
|
6383
|
+
keywords: ['dex', 'mm'],
|
|
6384
|
+
type_asset: 'sdk.coin',
|
|
6385
|
+
traces: [{
|
|
6386
|
+
type: 'ibc',
|
|
6387
|
+
counterparty: {
|
|
6388
|
+
channel_id: 'channel-1',
|
|
6389
|
+
base_denom: 'uasusdc',
|
|
6390
|
+
chain_name: 'kopi'
|
|
6391
|
+
},
|
|
6392
|
+
chain: {
|
|
6393
|
+
channel_id: 'channel-376'
|
|
6394
|
+
}
|
|
6395
|
+
}]
|
|
6396
|
+
},
|
|
5924
6397
|
{
|
|
5925
6398
|
description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
|
|
5926
6399
|
denom_units: [{
|
|
@@ -10396,6 +10869,45 @@ const assets = {
|
|
|
10396
10869
|
}
|
|
10397
10870
|
}]
|
|
10398
10871
|
},
|
|
10872
|
+
{
|
|
10873
|
+
description: 'XION is the first walletless L1 blockchain purpose built for consumer adoption through chain abstraction.',
|
|
10874
|
+
denom_units: [{
|
|
10875
|
+
denom: 'ibc/00BF66BAB34873B07FB9EEEBCFACEA11FB4BB348718862AA7782D6DECC1F44C8',
|
|
10876
|
+
exponent: 0,
|
|
10877
|
+
aliases: ['uxion']
|
|
10878
|
+
}, {
|
|
10879
|
+
denom: 'XION',
|
|
10880
|
+
exponent: 6,
|
|
10881
|
+
aliases: ['xion']
|
|
10882
|
+
}],
|
|
10883
|
+
base: 'ibc/00BF66BAB34873B07FB9EEEBCFACEA11FB4BB348718862AA7782D6DECC1F44C8',
|
|
10884
|
+
display: 'XION',
|
|
10885
|
+
name: 'xion',
|
|
10886
|
+
symbol: 'XION',
|
|
10887
|
+
coingecko_id: 'xion-2',
|
|
10888
|
+
type_asset: 'sdk.coin',
|
|
10889
|
+
logo_URIs: {
|
|
10890
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
10891
|
+
},
|
|
10892
|
+
images: [{
|
|
10893
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
10894
|
+
}],
|
|
10895
|
+
socials: {
|
|
10896
|
+
website: 'https://xion.burnt.com/',
|
|
10897
|
+
twitter: 'https://twitter.com/burnt_xion'
|
|
10898
|
+
},
|
|
10899
|
+
traces: [{
|
|
10900
|
+
type: 'ibc',
|
|
10901
|
+
counterparty: {
|
|
10902
|
+
channel_id: 'channel-4',
|
|
10903
|
+
base_denom: 'uxion',
|
|
10904
|
+
chain_name: 'xion'
|
|
10905
|
+
},
|
|
10906
|
+
chain: {
|
|
10907
|
+
channel_id: 'channel-387'
|
|
10908
|
+
}
|
|
10909
|
+
}]
|
|
10910
|
+
},
|
|
10399
10911
|
{
|
|
10400
10912
|
description: 'The native staking token of XPLA.',
|
|
10401
10913
|
denom_units: [{
|