@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
|
@@ -0,0 +1,268 @@
|
|
|
1
|
+
const assets = {
|
|
2
|
+
chain_name: 'milkyway',
|
|
3
|
+
assets: [
|
|
4
|
+
{
|
|
5
|
+
description: 'Celestia is a modular blockchain network focused on data availability, allowing developers to deploy their own customizable blockchains with ease.',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'ibc/F1183DB3D428313A6FD329DF18219F9D6B83257D07D292EA9EC1D877E89EC2B0',
|
|
8
|
+
exponent: 0,
|
|
9
|
+
aliases: ['utia']
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'tia',
|
|
12
|
+
exponent: 6
|
|
13
|
+
}],
|
|
14
|
+
base: 'ibc/F1183DB3D428313A6FD329DF18219F9D6B83257D07D292EA9EC1D877E89EC2B0',
|
|
15
|
+
name: 'Celestia',
|
|
16
|
+
display: 'tia',
|
|
17
|
+
symbol: 'TIA',
|
|
18
|
+
coingecko_id: 'celestia',
|
|
19
|
+
logo_URIs: {
|
|
20
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
21
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
22
|
+
},
|
|
23
|
+
images: [{
|
|
24
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
25
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg',
|
|
26
|
+
theme: {
|
|
27
|
+
primary_color_hex: '#7c2cfb'
|
|
28
|
+
}
|
|
29
|
+
}],
|
|
30
|
+
socials: {
|
|
31
|
+
website: 'https://celestia.org/',
|
|
32
|
+
twitter: 'https://twitter.com/CelestiaOrg'
|
|
33
|
+
},
|
|
34
|
+
type_asset: 'sdk.coin',
|
|
35
|
+
traces: [{
|
|
36
|
+
type: 'ibc',
|
|
37
|
+
counterparty: {
|
|
38
|
+
channel_id: 'channel-49',
|
|
39
|
+
base_denom: 'utia',
|
|
40
|
+
chain_name: 'celestia'
|
|
41
|
+
},
|
|
42
|
+
chain: {
|
|
43
|
+
channel_id: 'channel-1'
|
|
44
|
+
}
|
|
45
|
+
}]
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
description: 'Celestia is a modular blockchain network focused on data availability, allowing developers to deploy their own customizable blockchains with ease.',
|
|
49
|
+
denom_units: [{
|
|
50
|
+
denom: 'ibc/F1183DB3D428313A6FD329DF18219F9D6B83257D07D292EA9EC1D877E89EC2B0',
|
|
51
|
+
exponent: 0,
|
|
52
|
+
aliases: ['utia']
|
|
53
|
+
}, {
|
|
54
|
+
denom: 'tia',
|
|
55
|
+
exponent: 6
|
|
56
|
+
}],
|
|
57
|
+
base: 'ibc/F1183DB3D428313A6FD329DF18219F9D6B83257D07D292EA9EC1D877E89EC2B0',
|
|
58
|
+
name: 'Celestia',
|
|
59
|
+
display: 'tia',
|
|
60
|
+
symbol: 'TIA',
|
|
61
|
+
coingecko_id: 'celestia',
|
|
62
|
+
logo_URIs: {
|
|
63
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
64
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
65
|
+
},
|
|
66
|
+
images: [{
|
|
67
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
68
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg',
|
|
69
|
+
theme: {
|
|
70
|
+
primary_color_hex: '#7c2cfb'
|
|
71
|
+
}
|
|
72
|
+
}],
|
|
73
|
+
socials: {
|
|
74
|
+
website: 'https://celestia.org/',
|
|
75
|
+
twitter: 'https://twitter.com/CelestiaOrg'
|
|
76
|
+
},
|
|
77
|
+
type_asset: 'sdk.coin',
|
|
78
|
+
traces: [{
|
|
79
|
+
type: 'ibc',
|
|
80
|
+
counterparty: {
|
|
81
|
+
channel_id: 'channel-49',
|
|
82
|
+
base_denom: 'utia',
|
|
83
|
+
chain_name: 'celestia'
|
|
84
|
+
},
|
|
85
|
+
chain: {
|
|
86
|
+
channel_id: 'channel-1'
|
|
87
|
+
}
|
|
88
|
+
}]
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
description: 'The native token of Osmosis',
|
|
92
|
+
denom_units: [{
|
|
93
|
+
denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
94
|
+
exponent: 0,
|
|
95
|
+
aliases: ['uosmo']
|
|
96
|
+
}, {
|
|
97
|
+
denom: 'osmo',
|
|
98
|
+
exponent: 6
|
|
99
|
+
}],
|
|
100
|
+
type_asset: 'sdk.coin',
|
|
101
|
+
base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
102
|
+
name: 'Osmosis',
|
|
103
|
+
display: 'osmo',
|
|
104
|
+
symbol: 'OSMO',
|
|
105
|
+
logo_URIs: {
|
|
106
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
107
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
108
|
+
},
|
|
109
|
+
images: [{
|
|
110
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
111
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
|
|
112
|
+
theme: {
|
|
113
|
+
primary_color_hex: '#760dbb'
|
|
114
|
+
}
|
|
115
|
+
}],
|
|
116
|
+
coingecko_id: 'osmosis',
|
|
117
|
+
keywords: ['dex', 'staking'],
|
|
118
|
+
socials: {
|
|
119
|
+
website: 'https://osmosis.zone',
|
|
120
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
121
|
+
},
|
|
122
|
+
traces: [{
|
|
123
|
+
type: 'ibc',
|
|
124
|
+
counterparty: {
|
|
125
|
+
channel_id: 'channel-89298',
|
|
126
|
+
base_denom: 'uosmo',
|
|
127
|
+
chain_name: 'osmosis'
|
|
128
|
+
},
|
|
129
|
+
chain: {
|
|
130
|
+
channel_id: 'channel-0'
|
|
131
|
+
}
|
|
132
|
+
}]
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
description: 'ION is the second native token of Osmosis.',
|
|
136
|
+
denom_units: [{
|
|
137
|
+
denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
138
|
+
exponent: 0,
|
|
139
|
+
aliases: ['uion']
|
|
140
|
+
}, {
|
|
141
|
+
denom: 'ion',
|
|
142
|
+
exponent: 6
|
|
143
|
+
}],
|
|
144
|
+
type_asset: 'sdk.coin',
|
|
145
|
+
base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
146
|
+
name: 'Ion DAO',
|
|
147
|
+
display: 'ion',
|
|
148
|
+
symbol: 'ION',
|
|
149
|
+
logo_URIs: {
|
|
150
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
151
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
152
|
+
},
|
|
153
|
+
images: [{
|
|
154
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
155
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
|
|
156
|
+
theme: {
|
|
157
|
+
primary_color_hex: '#4453c7'
|
|
158
|
+
}
|
|
159
|
+
}],
|
|
160
|
+
coingecko_id: 'ion',
|
|
161
|
+
keywords: ['memecoin', 'defi'],
|
|
162
|
+
socials: {
|
|
163
|
+
website: 'https://ion.wtf',
|
|
164
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
165
|
+
},
|
|
166
|
+
traces: [{
|
|
167
|
+
type: 'ibc',
|
|
168
|
+
counterparty: {
|
|
169
|
+
channel_id: 'channel-89298',
|
|
170
|
+
base_denom: 'uion',
|
|
171
|
+
chain_name: 'osmosis'
|
|
172
|
+
},
|
|
173
|
+
chain: {
|
|
174
|
+
channel_id: 'channel-0'
|
|
175
|
+
}
|
|
176
|
+
}]
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
description: 'The native token of Osmosis',
|
|
180
|
+
denom_units: [{
|
|
181
|
+
denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
182
|
+
exponent: 0,
|
|
183
|
+
aliases: ['uosmo']
|
|
184
|
+
}, {
|
|
185
|
+
denom: 'osmo',
|
|
186
|
+
exponent: 6
|
|
187
|
+
}],
|
|
188
|
+
type_asset: 'sdk.coin',
|
|
189
|
+
base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
190
|
+
name: 'Osmosis',
|
|
191
|
+
display: 'osmo',
|
|
192
|
+
symbol: 'OSMO',
|
|
193
|
+
logo_URIs: {
|
|
194
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
195
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
196
|
+
},
|
|
197
|
+
images: [{
|
|
198
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
199
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
|
|
200
|
+
theme: {
|
|
201
|
+
primary_color_hex: '#760dbb'
|
|
202
|
+
}
|
|
203
|
+
}],
|
|
204
|
+
coingecko_id: 'osmosis',
|
|
205
|
+
keywords: ['dex', 'staking'],
|
|
206
|
+
socials: {
|
|
207
|
+
website: 'https://osmosis.zone',
|
|
208
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
209
|
+
},
|
|
210
|
+
traces: [{
|
|
211
|
+
type: 'ibc',
|
|
212
|
+
counterparty: {
|
|
213
|
+
channel_id: 'channel-89298',
|
|
214
|
+
base_denom: 'uosmo',
|
|
215
|
+
chain_name: 'osmosis'
|
|
216
|
+
},
|
|
217
|
+
chain: {
|
|
218
|
+
channel_id: 'channel-0'
|
|
219
|
+
}
|
|
220
|
+
}]
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
description: 'ION is the second native token of Osmosis.',
|
|
224
|
+
denom_units: [{
|
|
225
|
+
denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
226
|
+
exponent: 0,
|
|
227
|
+
aliases: ['uion']
|
|
228
|
+
}, {
|
|
229
|
+
denom: 'ion',
|
|
230
|
+
exponent: 6
|
|
231
|
+
}],
|
|
232
|
+
type_asset: 'sdk.coin',
|
|
233
|
+
base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
234
|
+
name: 'Ion DAO',
|
|
235
|
+
display: 'ion',
|
|
236
|
+
symbol: 'ION',
|
|
237
|
+
logo_URIs: {
|
|
238
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
239
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
240
|
+
},
|
|
241
|
+
images: [{
|
|
242
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
243
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
|
|
244
|
+
theme: {
|
|
245
|
+
primary_color_hex: '#4453c7'
|
|
246
|
+
}
|
|
247
|
+
}],
|
|
248
|
+
coingecko_id: 'ion',
|
|
249
|
+
keywords: ['memecoin', 'defi'],
|
|
250
|
+
socials: {
|
|
251
|
+
website: 'https://ion.wtf',
|
|
252
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
253
|
+
},
|
|
254
|
+
traces: [{
|
|
255
|
+
type: 'ibc',
|
|
256
|
+
counterparty: {
|
|
257
|
+
channel_id: 'channel-89298',
|
|
258
|
+
base_denom: 'uion',
|
|
259
|
+
chain_name: 'osmosis'
|
|
260
|
+
},
|
|
261
|
+
chain: {
|
|
262
|
+
channel_id: 'channel-0'
|
|
263
|
+
}
|
|
264
|
+
}]
|
|
265
|
+
}
|
|
266
|
+
]
|
|
267
|
+
};
|
|
268
|
+
export default assets;
|