@chain-registry/assets 1.70.51 → 1.70.53
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 +3 -1
- package/esm/mainnet/axelar.js +1381 -43
- package/esm/mainnet/canto.js +86 -0
- package/esm/mainnet/celestia.js +1386 -40
- package/esm/mainnet/cosmoshub.js +1362 -16
- package/esm/mainnet/dydx.js +1286 -26
- package/esm/mainnet/index.js +2 -0
- package/esm/mainnet/injective.js +1381 -43
- package/esm/mainnet/milkyway.js +268 -0
- package/esm/mainnet/neutron.js +1286 -26
- package/esm/mainnet/noble.js +1381 -43
- package/esm/mainnet/osmosis.js +1456 -32
- package/esm/mainnet/stride.js +1286 -26
- package/esm/mainnet/terra2.js +1286 -26
- package/esm/mainnet/xion.js +1066 -0
- package/mainnet/assets.js +3 -1
- package/mainnet/axelar.js +1381 -43
- package/mainnet/canto.js +86 -0
- package/mainnet/celestia.js +1386 -40
- package/mainnet/cosmoshub.js +1362 -16
- package/mainnet/dydx.js +1286 -26
- package/mainnet/index.d.ts +2 -0
- package/mainnet/index.js +4 -2
- package/mainnet/injective.js +1381 -43
- package/mainnet/milkyway.d.ts +3 -0
- package/mainnet/milkyway.js +270 -0
- package/mainnet/neutron.js +1286 -26
- package/mainnet/noble.js +1381 -43
- package/mainnet/osmosis.js +1456 -32
- package/mainnet/stride.js +1286 -26
- package/mainnet/terra2.js +1286 -26
- package/mainnet/xion.d.ts +3 -0
- package/mainnet/xion.js +1068 -0
- package/package.json +5 -5
package/mainnet/canto.js
CHANGED
|
@@ -122,6 +122,49 @@ const assets = {
|
|
|
122
122
|
}
|
|
123
123
|
}]
|
|
124
124
|
},
|
|
125
|
+
{
|
|
126
|
+
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
127
|
+
denom_units: [{
|
|
128
|
+
denom: 'ibc/9117A26BA81E29FA4F78F57DC2BD90CD3D26848101BA880445F119B22A1E254E',
|
|
129
|
+
exponent: 0,
|
|
130
|
+
aliases: ['uatom']
|
|
131
|
+
}, {
|
|
132
|
+
denom: 'atom',
|
|
133
|
+
exponent: 6
|
|
134
|
+
}],
|
|
135
|
+
base: 'ibc/9117A26BA81E29FA4F78F57DC2BD90CD3D26848101BA880445F119B22A1E254E',
|
|
136
|
+
name: 'Cosmos Hub Atom',
|
|
137
|
+
display: 'atom',
|
|
138
|
+
symbol: 'ATOM',
|
|
139
|
+
logo_URIs: {
|
|
140
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
141
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
142
|
+
},
|
|
143
|
+
coingecko_id: 'cosmos',
|
|
144
|
+
images: [{
|
|
145
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
146
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg',
|
|
147
|
+
theme: {
|
|
148
|
+
primary_color_hex: '#272d45'
|
|
149
|
+
}
|
|
150
|
+
}],
|
|
151
|
+
socials: {
|
|
152
|
+
website: 'https://cosmos.network',
|
|
153
|
+
twitter: 'https://twitter.com/cosmoshub'
|
|
154
|
+
},
|
|
155
|
+
type_asset: 'sdk.coin',
|
|
156
|
+
traces: [{
|
|
157
|
+
type: 'ibc',
|
|
158
|
+
counterparty: {
|
|
159
|
+
channel_id: 'channel-358',
|
|
160
|
+
base_denom: 'uatom',
|
|
161
|
+
chain_name: 'cosmoshub'
|
|
162
|
+
},
|
|
163
|
+
chain: {
|
|
164
|
+
channel_id: 'channel-2'
|
|
165
|
+
}
|
|
166
|
+
}]
|
|
167
|
+
},
|
|
125
168
|
{
|
|
126
169
|
description: 'The native token of Gravity Bridge',
|
|
127
170
|
denom_units: [{
|
|
@@ -423,6 +466,49 @@ const assets = {
|
|
|
423
466
|
}
|
|
424
467
|
}]
|
|
425
468
|
},
|
|
469
|
+
{
|
|
470
|
+
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
471
|
+
denom_units: [{
|
|
472
|
+
denom: 'ibc/9117A26BA81E29FA4F78F57DC2BD90CD3D26848101BA880445F119B22A1E254E',
|
|
473
|
+
exponent: 0,
|
|
474
|
+
aliases: ['uatom']
|
|
475
|
+
}, {
|
|
476
|
+
denom: 'atom',
|
|
477
|
+
exponent: 6
|
|
478
|
+
}],
|
|
479
|
+
base: 'ibc/9117A26BA81E29FA4F78F57DC2BD90CD3D26848101BA880445F119B22A1E254E',
|
|
480
|
+
name: 'Cosmos Hub Atom',
|
|
481
|
+
display: 'atom',
|
|
482
|
+
symbol: 'ATOM',
|
|
483
|
+
logo_URIs: {
|
|
484
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
485
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
486
|
+
},
|
|
487
|
+
coingecko_id: 'cosmos',
|
|
488
|
+
images: [{
|
|
489
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
490
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg',
|
|
491
|
+
theme: {
|
|
492
|
+
primary_color_hex: '#272d45'
|
|
493
|
+
}
|
|
494
|
+
}],
|
|
495
|
+
socials: {
|
|
496
|
+
website: 'https://cosmos.network',
|
|
497
|
+
twitter: 'https://twitter.com/cosmoshub'
|
|
498
|
+
},
|
|
499
|
+
type_asset: 'sdk.coin',
|
|
500
|
+
traces: [{
|
|
501
|
+
type: 'ibc',
|
|
502
|
+
counterparty: {
|
|
503
|
+
channel_id: 'channel-358',
|
|
504
|
+
base_denom: 'uatom',
|
|
505
|
+
chain_name: 'cosmoshub'
|
|
506
|
+
},
|
|
507
|
+
chain: {
|
|
508
|
+
channel_id: 'channel-2'
|
|
509
|
+
}
|
|
510
|
+
}]
|
|
511
|
+
},
|
|
426
512
|
{
|
|
427
513
|
description: 'The native token of Gravity Bridge',
|
|
428
514
|
denom_units: [{
|