@chain-registry/assets 1.70.292 → 1.70.294
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/composable.js +140 -0
- package/mainnet/composable.js +140 -0
- package/package.json +5 -5
|
@@ -1449,6 +1449,76 @@ const assets = {
|
|
|
1449
1449
|
}
|
|
1450
1450
|
}]
|
|
1451
1451
|
},
|
|
1452
|
+
{
|
|
1453
|
+
description: 'Official Trump token on Solana blockchain.',
|
|
1454
|
+
type_asset: 'erc20',
|
|
1455
|
+
address: '6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN',
|
|
1456
|
+
denom_units: [{
|
|
1457
|
+
denom: 'ibc/C436558443A75CFF4224B8318F5C0B9174B8872C2801B2210BEAB4FBA490699E',
|
|
1458
|
+
exponent: 0,
|
|
1459
|
+
aliases: ['6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN']
|
|
1460
|
+
}, {
|
|
1461
|
+
denom: 'trump',
|
|
1462
|
+
exponent: 6
|
|
1463
|
+
}],
|
|
1464
|
+
base: 'ibc/C436558443A75CFF4224B8318F5C0B9174B8872C2801B2210BEAB4FBA490699E',
|
|
1465
|
+
name: 'Official Trump',
|
|
1466
|
+
display: 'trump',
|
|
1467
|
+
symbol: 'TRUMP',
|
|
1468
|
+
coingecko_id: 'official-trump',
|
|
1469
|
+
images: [{
|
|
1470
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/trump.png'
|
|
1471
|
+
}],
|
|
1472
|
+
logo_URIs: {
|
|
1473
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/trump.png'
|
|
1474
|
+
},
|
|
1475
|
+
traces: [{
|
|
1476
|
+
type: 'ibc',
|
|
1477
|
+
counterparty: {
|
|
1478
|
+
channel_id: 'channel-1',
|
|
1479
|
+
base_denom: '6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN',
|
|
1480
|
+
chain_name: 'solana'
|
|
1481
|
+
},
|
|
1482
|
+
chain: {
|
|
1483
|
+
channel_id: 'channel-71'
|
|
1484
|
+
}
|
|
1485
|
+
}]
|
|
1486
|
+
},
|
|
1487
|
+
{
|
|
1488
|
+
description: 'Pudgy Penguins token on Solana blockchain.',
|
|
1489
|
+
type_asset: 'erc20',
|
|
1490
|
+
address: '2zMMhcVQEXDtdE6vsFS7S7D5oUodfJHE8vd1gnBouauv',
|
|
1491
|
+
denom_units: [{
|
|
1492
|
+
denom: 'ibc/2BF18CDBEF524A7056DE6A985A7AF0D2A77F2EC2C4B02037EC1A2C75854AE9D0',
|
|
1493
|
+
exponent: 0,
|
|
1494
|
+
aliases: ['2zMMhcVQEXDtdE6vsFS7S7D5oUodfJHE8vd1gnBouauv']
|
|
1495
|
+
}, {
|
|
1496
|
+
denom: 'pengu',
|
|
1497
|
+
exponent: 6
|
|
1498
|
+
}],
|
|
1499
|
+
base: 'ibc/2BF18CDBEF524A7056DE6A985A7AF0D2A77F2EC2C4B02037EC1A2C75854AE9D0',
|
|
1500
|
+
name: 'Pudgy Penguins',
|
|
1501
|
+
display: 'pengu',
|
|
1502
|
+
symbol: 'PENGU',
|
|
1503
|
+
coingecko_id: 'pudgy-penguins',
|
|
1504
|
+
images: [{
|
|
1505
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pengu.png'
|
|
1506
|
+
}],
|
|
1507
|
+
logo_URIs: {
|
|
1508
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pengu.png'
|
|
1509
|
+
},
|
|
1510
|
+
traces: [{
|
|
1511
|
+
type: 'ibc',
|
|
1512
|
+
counterparty: {
|
|
1513
|
+
channel_id: 'channel-1',
|
|
1514
|
+
base_denom: '2zMMhcVQEXDtdE6vsFS7S7D5oUodfJHE8vd1gnBouauv',
|
|
1515
|
+
chain_name: 'solana'
|
|
1516
|
+
},
|
|
1517
|
+
chain: {
|
|
1518
|
+
channel_id: 'channel-71'
|
|
1519
|
+
}
|
|
1520
|
+
}]
|
|
1521
|
+
},
|
|
1452
1522
|
{
|
|
1453
1523
|
description: 'Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.',
|
|
1454
1524
|
denom_units: [{
|
|
@@ -4492,6 +4562,76 @@ const assets = {
|
|
|
4492
4562
|
}
|
|
4493
4563
|
}]
|
|
4494
4564
|
},
|
|
4565
|
+
{
|
|
4566
|
+
description: 'Official Trump token on Solana blockchain.',
|
|
4567
|
+
type_asset: 'erc20',
|
|
4568
|
+
address: '6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN',
|
|
4569
|
+
denom_units: [{
|
|
4570
|
+
denom: 'ibc/C436558443A75CFF4224B8318F5C0B9174B8872C2801B2210BEAB4FBA490699E',
|
|
4571
|
+
exponent: 0,
|
|
4572
|
+
aliases: ['6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN']
|
|
4573
|
+
}, {
|
|
4574
|
+
denom: 'trump',
|
|
4575
|
+
exponent: 6
|
|
4576
|
+
}],
|
|
4577
|
+
base: 'ibc/C436558443A75CFF4224B8318F5C0B9174B8872C2801B2210BEAB4FBA490699E',
|
|
4578
|
+
name: 'Official Trump',
|
|
4579
|
+
display: 'trump',
|
|
4580
|
+
symbol: 'TRUMP',
|
|
4581
|
+
coingecko_id: 'official-trump',
|
|
4582
|
+
images: [{
|
|
4583
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/trump.png'
|
|
4584
|
+
}],
|
|
4585
|
+
logo_URIs: {
|
|
4586
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/trump.png'
|
|
4587
|
+
},
|
|
4588
|
+
traces: [{
|
|
4589
|
+
type: 'ibc',
|
|
4590
|
+
counterparty: {
|
|
4591
|
+
channel_id: 'channel-1',
|
|
4592
|
+
base_denom: '6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN',
|
|
4593
|
+
chain_name: 'solana'
|
|
4594
|
+
},
|
|
4595
|
+
chain: {
|
|
4596
|
+
channel_id: 'channel-71'
|
|
4597
|
+
}
|
|
4598
|
+
}]
|
|
4599
|
+
},
|
|
4600
|
+
{
|
|
4601
|
+
description: 'Pudgy Penguins token on Solana blockchain.',
|
|
4602
|
+
type_asset: 'erc20',
|
|
4603
|
+
address: '2zMMhcVQEXDtdE6vsFS7S7D5oUodfJHE8vd1gnBouauv',
|
|
4604
|
+
denom_units: [{
|
|
4605
|
+
denom: 'ibc/2BF18CDBEF524A7056DE6A985A7AF0D2A77F2EC2C4B02037EC1A2C75854AE9D0',
|
|
4606
|
+
exponent: 0,
|
|
4607
|
+
aliases: ['2zMMhcVQEXDtdE6vsFS7S7D5oUodfJHE8vd1gnBouauv']
|
|
4608
|
+
}, {
|
|
4609
|
+
denom: 'pengu',
|
|
4610
|
+
exponent: 6
|
|
4611
|
+
}],
|
|
4612
|
+
base: 'ibc/2BF18CDBEF524A7056DE6A985A7AF0D2A77F2EC2C4B02037EC1A2C75854AE9D0',
|
|
4613
|
+
name: 'Pudgy Penguins',
|
|
4614
|
+
display: 'pengu',
|
|
4615
|
+
symbol: 'PENGU',
|
|
4616
|
+
coingecko_id: 'pudgy-penguins',
|
|
4617
|
+
images: [{
|
|
4618
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pengu.png'
|
|
4619
|
+
}],
|
|
4620
|
+
logo_URIs: {
|
|
4621
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pengu.png'
|
|
4622
|
+
},
|
|
4623
|
+
traces: [{
|
|
4624
|
+
type: 'ibc',
|
|
4625
|
+
counterparty: {
|
|
4626
|
+
channel_id: 'channel-1',
|
|
4627
|
+
base_denom: '2zMMhcVQEXDtdE6vsFS7S7D5oUodfJHE8vd1gnBouauv',
|
|
4628
|
+
chain_name: 'solana'
|
|
4629
|
+
},
|
|
4630
|
+
chain: {
|
|
4631
|
+
channel_id: 'channel-71'
|
|
4632
|
+
}
|
|
4633
|
+
}]
|
|
4634
|
+
},
|
|
4495
4635
|
{
|
|
4496
4636
|
description: 'Stargaze is a decentralized blockchain platform designed specifically for non-fungible tokens (NFTs), enabling creators to mint, trade, and interact with NFTs in a fully decentralized environment.',
|
|
4497
4637
|
denom_units: [{
|
package/mainnet/composable.js
CHANGED
|
@@ -1451,6 +1451,76 @@ const assets = {
|
|
|
1451
1451
|
}
|
|
1452
1452
|
}]
|
|
1453
1453
|
},
|
|
1454
|
+
{
|
|
1455
|
+
description: 'Official Trump token on Solana blockchain.',
|
|
1456
|
+
type_asset: 'erc20',
|
|
1457
|
+
address: '6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN',
|
|
1458
|
+
denom_units: [{
|
|
1459
|
+
denom: 'ibc/C436558443A75CFF4224B8318F5C0B9174B8872C2801B2210BEAB4FBA490699E',
|
|
1460
|
+
exponent: 0,
|
|
1461
|
+
aliases: ['6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN']
|
|
1462
|
+
}, {
|
|
1463
|
+
denom: 'trump',
|
|
1464
|
+
exponent: 6
|
|
1465
|
+
}],
|
|
1466
|
+
base: 'ibc/C436558443A75CFF4224B8318F5C0B9174B8872C2801B2210BEAB4FBA490699E',
|
|
1467
|
+
name: 'Official Trump',
|
|
1468
|
+
display: 'trump',
|
|
1469
|
+
symbol: 'TRUMP',
|
|
1470
|
+
coingecko_id: 'official-trump',
|
|
1471
|
+
images: [{
|
|
1472
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/trump.png'
|
|
1473
|
+
}],
|
|
1474
|
+
logo_URIs: {
|
|
1475
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/trump.png'
|
|
1476
|
+
},
|
|
1477
|
+
traces: [{
|
|
1478
|
+
type: 'ibc',
|
|
1479
|
+
counterparty: {
|
|
1480
|
+
channel_id: 'channel-1',
|
|
1481
|
+
base_denom: '6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN',
|
|
1482
|
+
chain_name: 'solana'
|
|
1483
|
+
},
|
|
1484
|
+
chain: {
|
|
1485
|
+
channel_id: 'channel-71'
|
|
1486
|
+
}
|
|
1487
|
+
}]
|
|
1488
|
+
},
|
|
1489
|
+
{
|
|
1490
|
+
description: 'Pudgy Penguins token on Solana blockchain.',
|
|
1491
|
+
type_asset: 'erc20',
|
|
1492
|
+
address: '2zMMhcVQEXDtdE6vsFS7S7D5oUodfJHE8vd1gnBouauv',
|
|
1493
|
+
denom_units: [{
|
|
1494
|
+
denom: 'ibc/2BF18CDBEF524A7056DE6A985A7AF0D2A77F2EC2C4B02037EC1A2C75854AE9D0',
|
|
1495
|
+
exponent: 0,
|
|
1496
|
+
aliases: ['2zMMhcVQEXDtdE6vsFS7S7D5oUodfJHE8vd1gnBouauv']
|
|
1497
|
+
}, {
|
|
1498
|
+
denom: 'pengu',
|
|
1499
|
+
exponent: 6
|
|
1500
|
+
}],
|
|
1501
|
+
base: 'ibc/2BF18CDBEF524A7056DE6A985A7AF0D2A77F2EC2C4B02037EC1A2C75854AE9D0',
|
|
1502
|
+
name: 'Pudgy Penguins',
|
|
1503
|
+
display: 'pengu',
|
|
1504
|
+
symbol: 'PENGU',
|
|
1505
|
+
coingecko_id: 'pudgy-penguins',
|
|
1506
|
+
images: [{
|
|
1507
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pengu.png'
|
|
1508
|
+
}],
|
|
1509
|
+
logo_URIs: {
|
|
1510
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pengu.png'
|
|
1511
|
+
},
|
|
1512
|
+
traces: [{
|
|
1513
|
+
type: 'ibc',
|
|
1514
|
+
counterparty: {
|
|
1515
|
+
channel_id: 'channel-1',
|
|
1516
|
+
base_denom: '2zMMhcVQEXDtdE6vsFS7S7D5oUodfJHE8vd1gnBouauv',
|
|
1517
|
+
chain_name: 'solana'
|
|
1518
|
+
},
|
|
1519
|
+
chain: {
|
|
1520
|
+
channel_id: 'channel-71'
|
|
1521
|
+
}
|
|
1522
|
+
}]
|
|
1523
|
+
},
|
|
1454
1524
|
{
|
|
1455
1525
|
description: 'Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.',
|
|
1456
1526
|
denom_units: [{
|
|
@@ -4494,6 +4564,76 @@ const assets = {
|
|
|
4494
4564
|
}
|
|
4495
4565
|
}]
|
|
4496
4566
|
},
|
|
4567
|
+
{
|
|
4568
|
+
description: 'Official Trump token on Solana blockchain.',
|
|
4569
|
+
type_asset: 'erc20',
|
|
4570
|
+
address: '6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN',
|
|
4571
|
+
denom_units: [{
|
|
4572
|
+
denom: 'ibc/C436558443A75CFF4224B8318F5C0B9174B8872C2801B2210BEAB4FBA490699E',
|
|
4573
|
+
exponent: 0,
|
|
4574
|
+
aliases: ['6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN']
|
|
4575
|
+
}, {
|
|
4576
|
+
denom: 'trump',
|
|
4577
|
+
exponent: 6
|
|
4578
|
+
}],
|
|
4579
|
+
base: 'ibc/C436558443A75CFF4224B8318F5C0B9174B8872C2801B2210BEAB4FBA490699E',
|
|
4580
|
+
name: 'Official Trump',
|
|
4581
|
+
display: 'trump',
|
|
4582
|
+
symbol: 'TRUMP',
|
|
4583
|
+
coingecko_id: 'official-trump',
|
|
4584
|
+
images: [{
|
|
4585
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/trump.png'
|
|
4586
|
+
}],
|
|
4587
|
+
logo_URIs: {
|
|
4588
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/trump.png'
|
|
4589
|
+
},
|
|
4590
|
+
traces: [{
|
|
4591
|
+
type: 'ibc',
|
|
4592
|
+
counterparty: {
|
|
4593
|
+
channel_id: 'channel-1',
|
|
4594
|
+
base_denom: '6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN',
|
|
4595
|
+
chain_name: 'solana'
|
|
4596
|
+
},
|
|
4597
|
+
chain: {
|
|
4598
|
+
channel_id: 'channel-71'
|
|
4599
|
+
}
|
|
4600
|
+
}]
|
|
4601
|
+
},
|
|
4602
|
+
{
|
|
4603
|
+
description: 'Pudgy Penguins token on Solana blockchain.',
|
|
4604
|
+
type_asset: 'erc20',
|
|
4605
|
+
address: '2zMMhcVQEXDtdE6vsFS7S7D5oUodfJHE8vd1gnBouauv',
|
|
4606
|
+
denom_units: [{
|
|
4607
|
+
denom: 'ibc/2BF18CDBEF524A7056DE6A985A7AF0D2A77F2EC2C4B02037EC1A2C75854AE9D0',
|
|
4608
|
+
exponent: 0,
|
|
4609
|
+
aliases: ['2zMMhcVQEXDtdE6vsFS7S7D5oUodfJHE8vd1gnBouauv']
|
|
4610
|
+
}, {
|
|
4611
|
+
denom: 'pengu',
|
|
4612
|
+
exponent: 6
|
|
4613
|
+
}],
|
|
4614
|
+
base: 'ibc/2BF18CDBEF524A7056DE6A985A7AF0D2A77F2EC2C4B02037EC1A2C75854AE9D0',
|
|
4615
|
+
name: 'Pudgy Penguins',
|
|
4616
|
+
display: 'pengu',
|
|
4617
|
+
symbol: 'PENGU',
|
|
4618
|
+
coingecko_id: 'pudgy-penguins',
|
|
4619
|
+
images: [{
|
|
4620
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pengu.png'
|
|
4621
|
+
}],
|
|
4622
|
+
logo_URIs: {
|
|
4623
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pengu.png'
|
|
4624
|
+
},
|
|
4625
|
+
traces: [{
|
|
4626
|
+
type: 'ibc',
|
|
4627
|
+
counterparty: {
|
|
4628
|
+
channel_id: 'channel-1',
|
|
4629
|
+
base_denom: '2zMMhcVQEXDtdE6vsFS7S7D5oUodfJHE8vd1gnBouauv',
|
|
4630
|
+
chain_name: 'solana'
|
|
4631
|
+
},
|
|
4632
|
+
chain: {
|
|
4633
|
+
channel_id: 'channel-71'
|
|
4634
|
+
}
|
|
4635
|
+
}]
|
|
4636
|
+
},
|
|
4497
4637
|
{
|
|
4498
4638
|
description: 'Stargaze is a decentralized blockchain platform designed specifically for non-fungible tokens (NFTs), enabling creators to mint, trade, and interact with NFTs in a fully decentralized environment.',
|
|
4499
4639
|
denom_units: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.294",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.51.
|
|
33
|
-
"chain-registry": "^1.69.
|
|
32
|
+
"@chain-registry/utils": "^1.51.185",
|
|
33
|
+
"chain-registry": "^1.69.294"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.185"
|
|
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": "b6a41f5a6f46c7e25f924a3f4c3c73f8111e98e6"
|
|
47
47
|
}
|