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