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