@chain-registry/assets 1.64.73 → 1.64.75
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/assets.js +2 -1
- package/esm/mainnet/axelar.js +626 -0
- package/esm/mainnet/canto.js +100 -0
- package/esm/mainnet/celestia.js +544 -0
- package/esm/mainnet/cosmoshub.js +544 -0
- package/esm/mainnet/dydx.js +544 -0
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/injective.js +544 -0
- package/esm/mainnet/lorenzo.js +182 -0
- package/esm/mainnet/neutron.js +544 -0
- package/esm/mainnet/noble.js +626 -0
- package/esm/mainnet/osmosis.js +716 -0
- package/esm/mainnet/sommelier.js +84 -0
- package/esm/mainnet/stride.js +544 -0
- package/esm/mainnet/terra2.js +544 -0
- package/esm/testnet/archwaytestnet.js +68 -0
- package/esm/testnet/cosmoshubtestnet.js +68 -0
- package/esm/testnet/junotestnet.js +68 -0
- package/esm/testnet/symphonytestnet.js +138 -0
- package/mainnet/assets.js +2 -1
- package/mainnet/axelar.js +626 -0
- package/mainnet/canto.js +100 -0
- package/mainnet/celestia.js +544 -0
- package/mainnet/cosmoshub.js +544 -0
- package/mainnet/dydx.js +544 -0
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +3 -2
- package/mainnet/injective.js +544 -0
- package/mainnet/lorenzo.d.ts +3 -0
- package/mainnet/lorenzo.js +184 -0
- package/mainnet/neutron.js +544 -0
- package/mainnet/noble.js +626 -0
- package/mainnet/osmosis.js +716 -0
- package/mainnet/sommelier.js +84 -0
- package/mainnet/stride.js +544 -0
- package/mainnet/terra2.js +544 -0
- package/package.json +5 -5
- package/testnet/archwaytestnet.js +68 -0
- package/testnet/cosmoshubtestnet.js +68 -0
- package/testnet/junotestnet.js +68 -0
- package/testnet/symphonytestnet.js +138 -0
package/esm/mainnet/sommelier.js
CHANGED
|
@@ -43,6 +43,48 @@ const assets = {
|
|
|
43
43
|
}
|
|
44
44
|
}]
|
|
45
45
|
},
|
|
46
|
+
{
|
|
47
|
+
description: 'Canto is a Layer-1 blockchain built to deliver on the promise of DeFi',
|
|
48
|
+
denom_units: [{
|
|
49
|
+
denom: 'ibc/650B808C0B186704290A19FC122A2D9A26D75B270ED9A0F6A1BE03E2D1747DBF',
|
|
50
|
+
exponent: 0,
|
|
51
|
+
aliases: ['acanto']
|
|
52
|
+
}, {
|
|
53
|
+
denom: 'canto',
|
|
54
|
+
exponent: 18
|
|
55
|
+
}],
|
|
56
|
+
base: 'ibc/650B808C0B186704290A19FC122A2D9A26D75B270ED9A0F6A1BE03E2D1747DBF',
|
|
57
|
+
name: 'Canto',
|
|
58
|
+
display: 'canto',
|
|
59
|
+
symbol: 'CANTO',
|
|
60
|
+
logo_URIs: {
|
|
61
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png',
|
|
62
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg'
|
|
63
|
+
},
|
|
64
|
+
coingecko_id: 'canto',
|
|
65
|
+
images: [{
|
|
66
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png',
|
|
67
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg',
|
|
68
|
+
theme: {
|
|
69
|
+
primary_color_hex: '#1c1f1f'
|
|
70
|
+
}
|
|
71
|
+
}],
|
|
72
|
+
socials: {
|
|
73
|
+
website: 'https://canto.io/',
|
|
74
|
+
twitter: 'https://twitter.com/CantoPublic'
|
|
75
|
+
},
|
|
76
|
+
traces: [{
|
|
77
|
+
type: 'ibc',
|
|
78
|
+
counterparty: {
|
|
79
|
+
channel_id: 'channel-10',
|
|
80
|
+
base_denom: 'acanto',
|
|
81
|
+
chain_name: 'canto'
|
|
82
|
+
},
|
|
83
|
+
chain: {
|
|
84
|
+
channel_id: 'channel-2'
|
|
85
|
+
}
|
|
86
|
+
}]
|
|
87
|
+
},
|
|
46
88
|
{
|
|
47
89
|
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
48
90
|
denom_units: [{
|
|
@@ -487,6 +529,48 @@ const assets = {
|
|
|
487
529
|
}
|
|
488
530
|
}]
|
|
489
531
|
},
|
|
532
|
+
{
|
|
533
|
+
description: 'Canto is a Layer-1 blockchain built to deliver on the promise of DeFi',
|
|
534
|
+
denom_units: [{
|
|
535
|
+
denom: 'ibc/650B808C0B186704290A19FC122A2D9A26D75B270ED9A0F6A1BE03E2D1747DBF',
|
|
536
|
+
exponent: 0,
|
|
537
|
+
aliases: ['acanto']
|
|
538
|
+
}, {
|
|
539
|
+
denom: 'canto',
|
|
540
|
+
exponent: 18
|
|
541
|
+
}],
|
|
542
|
+
base: 'ibc/650B808C0B186704290A19FC122A2D9A26D75B270ED9A0F6A1BE03E2D1747DBF',
|
|
543
|
+
name: 'Canto',
|
|
544
|
+
display: 'canto',
|
|
545
|
+
symbol: 'CANTO',
|
|
546
|
+
logo_URIs: {
|
|
547
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png',
|
|
548
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg'
|
|
549
|
+
},
|
|
550
|
+
coingecko_id: 'canto',
|
|
551
|
+
images: [{
|
|
552
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png',
|
|
553
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg',
|
|
554
|
+
theme: {
|
|
555
|
+
primary_color_hex: '#1c1f1f'
|
|
556
|
+
}
|
|
557
|
+
}],
|
|
558
|
+
socials: {
|
|
559
|
+
website: 'https://canto.io/',
|
|
560
|
+
twitter: 'https://twitter.com/CantoPublic'
|
|
561
|
+
},
|
|
562
|
+
traces: [{
|
|
563
|
+
type: 'ibc',
|
|
564
|
+
counterparty: {
|
|
565
|
+
channel_id: 'channel-10',
|
|
566
|
+
base_denom: 'acanto',
|
|
567
|
+
chain_name: 'canto'
|
|
568
|
+
},
|
|
569
|
+
chain: {
|
|
570
|
+
channel_id: 'channel-2'
|
|
571
|
+
}
|
|
572
|
+
}]
|
|
573
|
+
},
|
|
490
574
|
{
|
|
491
575
|
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
492
576
|
denom_units: [{
|