@chain-registry/assets 1.70.374 → 1.70.376
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/cosmoshub.js +74 -0
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/noble.js +74 -0
- package/esm/mainnet/osmosis.js +74 -0
- package/esm/mainnet/paxi.js +538 -0
- package/index.d.ts +1 -1
- package/mainnet/assets.js +2 -1
- package/mainnet/cosmoshub.js +74 -0
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +3 -2
- package/mainnet/noble.js +74 -0
- package/mainnet/osmosis.js +74 -0
- package/mainnet/paxi.d.ts +3 -0
- package/mainnet/paxi.js +540 -0
- package/package.json +5 -5
|
@@ -0,0 +1,538 @@
|
|
|
1
|
+
const assets = {
|
|
2
|
+
chain_name: 'paxi',
|
|
3
|
+
assets: [
|
|
4
|
+
{
|
|
5
|
+
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
8
|
+
exponent: 0,
|
|
9
|
+
aliases: ['uatom']
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'atom',
|
|
12
|
+
exponent: 6
|
|
13
|
+
}],
|
|
14
|
+
base: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
15
|
+
name: 'Cosmos Hub Atom',
|
|
16
|
+
display: 'atom',
|
|
17
|
+
symbol: 'ATOM',
|
|
18
|
+
logo_URIs: {
|
|
19
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
20
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
21
|
+
},
|
|
22
|
+
coingecko_id: 'cosmos',
|
|
23
|
+
images: [{
|
|
24
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
25
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
26
|
+
}],
|
|
27
|
+
socials: {
|
|
28
|
+
website: 'https://cosmos.network',
|
|
29
|
+
twitter: 'https://twitter.com/cosmoshub'
|
|
30
|
+
},
|
|
31
|
+
type_asset: 'sdk.coin',
|
|
32
|
+
traces: [{
|
|
33
|
+
type: 'ibc',
|
|
34
|
+
counterparty: {
|
|
35
|
+
channel_id: 'channel-1566',
|
|
36
|
+
base_denom: 'uatom',
|
|
37
|
+
chain_name: 'cosmoshub'
|
|
38
|
+
},
|
|
39
|
+
chain: {
|
|
40
|
+
channel_id: 'channel-1'
|
|
41
|
+
}
|
|
42
|
+
}]
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
description: 'The permissioned staking asset for Noble Chain',
|
|
46
|
+
denom_units: [{
|
|
47
|
+
denom: 'ibc/825446D2FFB7DD0FE55C78C9C6D4855F253136BE596FE20E3AFCB856A86340AE',
|
|
48
|
+
exponent: 0,
|
|
49
|
+
aliases: ['ustake']
|
|
50
|
+
}, {
|
|
51
|
+
denom: 'stake',
|
|
52
|
+
exponent: 6
|
|
53
|
+
}],
|
|
54
|
+
type_asset: 'sdk.coin',
|
|
55
|
+
base: 'ibc/825446D2FFB7DD0FE55C78C9C6D4855F253136BE596FE20E3AFCB856A86340AE',
|
|
56
|
+
name: 'Stake',
|
|
57
|
+
display: 'stake',
|
|
58
|
+
symbol: 'STAKE',
|
|
59
|
+
logo_URIs: {
|
|
60
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
61
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
|
|
62
|
+
},
|
|
63
|
+
images: [{
|
|
64
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
65
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
|
|
66
|
+
}],
|
|
67
|
+
traces: [{
|
|
68
|
+
type: 'ibc',
|
|
69
|
+
counterparty: {
|
|
70
|
+
channel_id: 'channel-205',
|
|
71
|
+
base_denom: 'ustake',
|
|
72
|
+
chain_name: 'noble'
|
|
73
|
+
},
|
|
74
|
+
chain: {
|
|
75
|
+
channel_id: 'channel-2'
|
|
76
|
+
}
|
|
77
|
+
}]
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
|
|
81
|
+
denom_units: [{
|
|
82
|
+
denom: 'ibc/9E307D24589486770E9F5B965AAF5D11C2D4288D424504CD2EAE21FD3A0E5EDE',
|
|
83
|
+
exponent: 0,
|
|
84
|
+
aliases: ['ufrienzies']
|
|
85
|
+
}, {
|
|
86
|
+
denom: 'frienzies',
|
|
87
|
+
exponent: 6
|
|
88
|
+
}],
|
|
89
|
+
type_asset: 'sdk.coin',
|
|
90
|
+
base: 'ibc/9E307D24589486770E9F5B965AAF5D11C2D4288D424504CD2EAE21FD3A0E5EDE',
|
|
91
|
+
display: 'frienzies',
|
|
92
|
+
name: 'Frienzies',
|
|
93
|
+
symbol: 'FRNZ',
|
|
94
|
+
logo_URIs: {
|
|
95
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png'
|
|
96
|
+
},
|
|
97
|
+
images: [{
|
|
98
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png'
|
|
99
|
+
}],
|
|
100
|
+
traces: [{
|
|
101
|
+
type: 'ibc',
|
|
102
|
+
counterparty: {
|
|
103
|
+
channel_id: 'channel-205',
|
|
104
|
+
base_denom: 'ufrienzies',
|
|
105
|
+
chain_name: 'noble'
|
|
106
|
+
},
|
|
107
|
+
chain: {
|
|
108
|
+
channel_id: 'channel-2'
|
|
109
|
+
}
|
|
110
|
+
}]
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
description: 'Ondo US Dollar Yield',
|
|
114
|
+
denom_units: [{
|
|
115
|
+
denom: 'ibc/D4673DC468A86C668204C7A29BFDC3511FF36D512C38C9EB9215872E9653B239',
|
|
116
|
+
exponent: 0,
|
|
117
|
+
aliases: ['ausdy']
|
|
118
|
+
}, {
|
|
119
|
+
denom: 'usdy',
|
|
120
|
+
exponent: 18
|
|
121
|
+
}],
|
|
122
|
+
base: 'ibc/D4673DC468A86C668204C7A29BFDC3511FF36D512C38C9EB9215872E9653B239',
|
|
123
|
+
display: 'usdy',
|
|
124
|
+
name: 'Ondo US Dollar Yield',
|
|
125
|
+
symbol: 'USDY',
|
|
126
|
+
logo_URIs: {
|
|
127
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
128
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg'
|
|
129
|
+
},
|
|
130
|
+
images: [{
|
|
131
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
132
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg'
|
|
133
|
+
}],
|
|
134
|
+
coingecko_id: 'ondo-us-dollar-yield',
|
|
135
|
+
socials: {
|
|
136
|
+
website: 'https://ondo.finance/usdy',
|
|
137
|
+
twitter: 'https://x.com/OndoFinance'
|
|
138
|
+
},
|
|
139
|
+
type_asset: 'sdk.coin',
|
|
140
|
+
traces: [{
|
|
141
|
+
type: 'ibc',
|
|
142
|
+
counterparty: {
|
|
143
|
+
channel_id: 'channel-205',
|
|
144
|
+
base_denom: 'ausdy',
|
|
145
|
+
chain_name: 'noble'
|
|
146
|
+
},
|
|
147
|
+
chain: {
|
|
148
|
+
channel_id: 'channel-2'
|
|
149
|
+
}
|
|
150
|
+
}]
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
description: 'USDN token',
|
|
154
|
+
denom_units: [{
|
|
155
|
+
denom: 'ibc/3BB694687E772A0826FFDE081681CE539E106E245025CE056DC6BECE116DEDBA',
|
|
156
|
+
exponent: 0,
|
|
157
|
+
aliases: ['uusdn']
|
|
158
|
+
}, {
|
|
159
|
+
denom: 'usdn',
|
|
160
|
+
exponent: 6
|
|
161
|
+
}],
|
|
162
|
+
type_asset: 'sdk.coin',
|
|
163
|
+
base: 'ibc/3BB694687E772A0826FFDE081681CE539E106E245025CE056DC6BECE116DEDBA',
|
|
164
|
+
name: 'Noble Dollar',
|
|
165
|
+
display: 'usdn',
|
|
166
|
+
symbol: 'USDN',
|
|
167
|
+
coingecko_id: 'noble-dollar-usdn',
|
|
168
|
+
logo_URIs: {
|
|
169
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
170
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
171
|
+
},
|
|
172
|
+
images: [{
|
|
173
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
174
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
175
|
+
}],
|
|
176
|
+
traces: [{
|
|
177
|
+
type: 'ibc',
|
|
178
|
+
counterparty: {
|
|
179
|
+
channel_id: 'channel-205',
|
|
180
|
+
base_denom: 'uusdn',
|
|
181
|
+
chain_name: 'noble'
|
|
182
|
+
},
|
|
183
|
+
chain: {
|
|
184
|
+
channel_id: 'channel-2'
|
|
185
|
+
}
|
|
186
|
+
}]
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
description: 'The native token of Osmosis',
|
|
190
|
+
denom_units: [{
|
|
191
|
+
denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
192
|
+
exponent: 0,
|
|
193
|
+
aliases: ['uosmo']
|
|
194
|
+
}, {
|
|
195
|
+
denom: 'osmo',
|
|
196
|
+
exponent: 6
|
|
197
|
+
}],
|
|
198
|
+
type_asset: 'sdk.coin',
|
|
199
|
+
base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
200
|
+
name: 'Osmosis',
|
|
201
|
+
display: 'osmo',
|
|
202
|
+
symbol: 'OSMO',
|
|
203
|
+
logo_URIs: {
|
|
204
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
205
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
206
|
+
},
|
|
207
|
+
images: [{
|
|
208
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
209
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
210
|
+
}],
|
|
211
|
+
coingecko_id: 'osmosis',
|
|
212
|
+
keywords: ['dex', 'staking'],
|
|
213
|
+
socials: {
|
|
214
|
+
website: 'https://osmosis.zone',
|
|
215
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
216
|
+
},
|
|
217
|
+
traces: [{
|
|
218
|
+
type: 'ibc',
|
|
219
|
+
counterparty: {
|
|
220
|
+
channel_id: 'channel-107354',
|
|
221
|
+
base_denom: 'uosmo',
|
|
222
|
+
chain_name: 'osmosis'
|
|
223
|
+
},
|
|
224
|
+
chain: {
|
|
225
|
+
channel_id: 'channel-0'
|
|
226
|
+
}
|
|
227
|
+
}]
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
description: 'ION is the second native token of Osmosis.',
|
|
231
|
+
denom_units: [{
|
|
232
|
+
denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
233
|
+
exponent: 0,
|
|
234
|
+
aliases: ['uion']
|
|
235
|
+
}, {
|
|
236
|
+
denom: 'ion',
|
|
237
|
+
exponent: 6
|
|
238
|
+
}],
|
|
239
|
+
type_asset: 'sdk.coin',
|
|
240
|
+
base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
241
|
+
name: 'Ion DAO',
|
|
242
|
+
display: 'ion',
|
|
243
|
+
symbol: 'ION',
|
|
244
|
+
logo_URIs: {
|
|
245
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
246
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
247
|
+
},
|
|
248
|
+
images: [{
|
|
249
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
250
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
251
|
+
}],
|
|
252
|
+
coingecko_id: 'ion',
|
|
253
|
+
keywords: ['memecoin', 'defi'],
|
|
254
|
+
socials: {
|
|
255
|
+
website: 'https://ion.wtf',
|
|
256
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
257
|
+
},
|
|
258
|
+
traces: [{
|
|
259
|
+
type: 'ibc',
|
|
260
|
+
counterparty: {
|
|
261
|
+
channel_id: 'channel-107354',
|
|
262
|
+
base_denom: 'uion',
|
|
263
|
+
chain_name: 'osmosis'
|
|
264
|
+
},
|
|
265
|
+
chain: {
|
|
266
|
+
channel_id: 'channel-0'
|
|
267
|
+
}
|
|
268
|
+
}]
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
272
|
+
denom_units: [{
|
|
273
|
+
denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
274
|
+
exponent: 0,
|
|
275
|
+
aliases: ['uatom']
|
|
276
|
+
}, {
|
|
277
|
+
denom: 'atom',
|
|
278
|
+
exponent: 6
|
|
279
|
+
}],
|
|
280
|
+
base: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
281
|
+
name: 'Cosmos Hub Atom',
|
|
282
|
+
display: 'atom',
|
|
283
|
+
symbol: 'ATOM',
|
|
284
|
+
logo_URIs: {
|
|
285
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
286
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
287
|
+
},
|
|
288
|
+
coingecko_id: 'cosmos',
|
|
289
|
+
images: [{
|
|
290
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
291
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
292
|
+
}],
|
|
293
|
+
socials: {
|
|
294
|
+
website: 'https://cosmos.network',
|
|
295
|
+
twitter: 'https://twitter.com/cosmoshub'
|
|
296
|
+
},
|
|
297
|
+
type_asset: 'sdk.coin',
|
|
298
|
+
traces: [{
|
|
299
|
+
type: 'ibc',
|
|
300
|
+
counterparty: {
|
|
301
|
+
channel_id: 'channel-1566',
|
|
302
|
+
base_denom: 'uatom',
|
|
303
|
+
chain_name: 'cosmoshub'
|
|
304
|
+
},
|
|
305
|
+
chain: {
|
|
306
|
+
channel_id: 'channel-1'
|
|
307
|
+
}
|
|
308
|
+
}]
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
description: 'The permissioned staking asset for Noble Chain',
|
|
312
|
+
denom_units: [{
|
|
313
|
+
denom: 'ibc/825446D2FFB7DD0FE55C78C9C6D4855F253136BE596FE20E3AFCB856A86340AE',
|
|
314
|
+
exponent: 0,
|
|
315
|
+
aliases: ['ustake']
|
|
316
|
+
}, {
|
|
317
|
+
denom: 'stake',
|
|
318
|
+
exponent: 6
|
|
319
|
+
}],
|
|
320
|
+
type_asset: 'sdk.coin',
|
|
321
|
+
base: 'ibc/825446D2FFB7DD0FE55C78C9C6D4855F253136BE596FE20E3AFCB856A86340AE',
|
|
322
|
+
name: 'Stake',
|
|
323
|
+
display: 'stake',
|
|
324
|
+
symbol: 'STAKE',
|
|
325
|
+
logo_URIs: {
|
|
326
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
327
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
|
|
328
|
+
},
|
|
329
|
+
images: [{
|
|
330
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
331
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
|
|
332
|
+
}],
|
|
333
|
+
traces: [{
|
|
334
|
+
type: 'ibc',
|
|
335
|
+
counterparty: {
|
|
336
|
+
channel_id: 'channel-205',
|
|
337
|
+
base_denom: 'ustake',
|
|
338
|
+
chain_name: 'noble'
|
|
339
|
+
},
|
|
340
|
+
chain: {
|
|
341
|
+
channel_id: 'channel-2'
|
|
342
|
+
}
|
|
343
|
+
}]
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
|
|
347
|
+
denom_units: [{
|
|
348
|
+
denom: 'ibc/9E307D24589486770E9F5B965AAF5D11C2D4288D424504CD2EAE21FD3A0E5EDE',
|
|
349
|
+
exponent: 0,
|
|
350
|
+
aliases: ['ufrienzies']
|
|
351
|
+
}, {
|
|
352
|
+
denom: 'frienzies',
|
|
353
|
+
exponent: 6
|
|
354
|
+
}],
|
|
355
|
+
type_asset: 'sdk.coin',
|
|
356
|
+
base: 'ibc/9E307D24589486770E9F5B965AAF5D11C2D4288D424504CD2EAE21FD3A0E5EDE',
|
|
357
|
+
display: 'frienzies',
|
|
358
|
+
name: 'Frienzies',
|
|
359
|
+
symbol: 'FRNZ',
|
|
360
|
+
logo_URIs: {
|
|
361
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png'
|
|
362
|
+
},
|
|
363
|
+
images: [{
|
|
364
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png'
|
|
365
|
+
}],
|
|
366
|
+
traces: [{
|
|
367
|
+
type: 'ibc',
|
|
368
|
+
counterparty: {
|
|
369
|
+
channel_id: 'channel-205',
|
|
370
|
+
base_denom: 'ufrienzies',
|
|
371
|
+
chain_name: 'noble'
|
|
372
|
+
},
|
|
373
|
+
chain: {
|
|
374
|
+
channel_id: 'channel-2'
|
|
375
|
+
}
|
|
376
|
+
}]
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
description: 'Ondo US Dollar Yield',
|
|
380
|
+
denom_units: [{
|
|
381
|
+
denom: 'ibc/D4673DC468A86C668204C7A29BFDC3511FF36D512C38C9EB9215872E9653B239',
|
|
382
|
+
exponent: 0,
|
|
383
|
+
aliases: ['ausdy']
|
|
384
|
+
}, {
|
|
385
|
+
denom: 'usdy',
|
|
386
|
+
exponent: 18
|
|
387
|
+
}],
|
|
388
|
+
base: 'ibc/D4673DC468A86C668204C7A29BFDC3511FF36D512C38C9EB9215872E9653B239',
|
|
389
|
+
display: 'usdy',
|
|
390
|
+
name: 'Ondo US Dollar Yield',
|
|
391
|
+
symbol: 'USDY',
|
|
392
|
+
logo_URIs: {
|
|
393
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
394
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg'
|
|
395
|
+
},
|
|
396
|
+
images: [{
|
|
397
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
398
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg'
|
|
399
|
+
}],
|
|
400
|
+
coingecko_id: 'ondo-us-dollar-yield',
|
|
401
|
+
socials: {
|
|
402
|
+
website: 'https://ondo.finance/usdy',
|
|
403
|
+
twitter: 'https://x.com/OndoFinance'
|
|
404
|
+
},
|
|
405
|
+
type_asset: 'sdk.coin',
|
|
406
|
+
traces: [{
|
|
407
|
+
type: 'ibc',
|
|
408
|
+
counterparty: {
|
|
409
|
+
channel_id: 'channel-205',
|
|
410
|
+
base_denom: 'ausdy',
|
|
411
|
+
chain_name: 'noble'
|
|
412
|
+
},
|
|
413
|
+
chain: {
|
|
414
|
+
channel_id: 'channel-2'
|
|
415
|
+
}
|
|
416
|
+
}]
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
description: 'USDN token',
|
|
420
|
+
denom_units: [{
|
|
421
|
+
denom: 'ibc/3BB694687E772A0826FFDE081681CE539E106E245025CE056DC6BECE116DEDBA',
|
|
422
|
+
exponent: 0,
|
|
423
|
+
aliases: ['uusdn']
|
|
424
|
+
}, {
|
|
425
|
+
denom: 'usdn',
|
|
426
|
+
exponent: 6
|
|
427
|
+
}],
|
|
428
|
+
type_asset: 'sdk.coin',
|
|
429
|
+
base: 'ibc/3BB694687E772A0826FFDE081681CE539E106E245025CE056DC6BECE116DEDBA',
|
|
430
|
+
name: 'Noble Dollar',
|
|
431
|
+
display: 'usdn',
|
|
432
|
+
symbol: 'USDN',
|
|
433
|
+
coingecko_id: 'noble-dollar-usdn',
|
|
434
|
+
logo_URIs: {
|
|
435
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
436
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
437
|
+
},
|
|
438
|
+
images: [{
|
|
439
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
440
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
441
|
+
}],
|
|
442
|
+
traces: [{
|
|
443
|
+
type: 'ibc',
|
|
444
|
+
counterparty: {
|
|
445
|
+
channel_id: 'channel-205',
|
|
446
|
+
base_denom: 'uusdn',
|
|
447
|
+
chain_name: 'noble'
|
|
448
|
+
},
|
|
449
|
+
chain: {
|
|
450
|
+
channel_id: 'channel-2'
|
|
451
|
+
}
|
|
452
|
+
}]
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
description: 'The native token of Osmosis',
|
|
456
|
+
denom_units: [{
|
|
457
|
+
denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
458
|
+
exponent: 0,
|
|
459
|
+
aliases: ['uosmo']
|
|
460
|
+
}, {
|
|
461
|
+
denom: 'osmo',
|
|
462
|
+
exponent: 6
|
|
463
|
+
}],
|
|
464
|
+
type_asset: 'sdk.coin',
|
|
465
|
+
base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
466
|
+
name: 'Osmosis',
|
|
467
|
+
display: 'osmo',
|
|
468
|
+
symbol: 'OSMO',
|
|
469
|
+
logo_URIs: {
|
|
470
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
471
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
472
|
+
},
|
|
473
|
+
images: [{
|
|
474
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
475
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
476
|
+
}],
|
|
477
|
+
coingecko_id: 'osmosis',
|
|
478
|
+
keywords: ['dex', 'staking'],
|
|
479
|
+
socials: {
|
|
480
|
+
website: 'https://osmosis.zone',
|
|
481
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
482
|
+
},
|
|
483
|
+
traces: [{
|
|
484
|
+
type: 'ibc',
|
|
485
|
+
counterparty: {
|
|
486
|
+
channel_id: 'channel-107354',
|
|
487
|
+
base_denom: 'uosmo',
|
|
488
|
+
chain_name: 'osmosis'
|
|
489
|
+
},
|
|
490
|
+
chain: {
|
|
491
|
+
channel_id: 'channel-0'
|
|
492
|
+
}
|
|
493
|
+
}]
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
description: 'ION is the second native token of Osmosis.',
|
|
497
|
+
denom_units: [{
|
|
498
|
+
denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
499
|
+
exponent: 0,
|
|
500
|
+
aliases: ['uion']
|
|
501
|
+
}, {
|
|
502
|
+
denom: 'ion',
|
|
503
|
+
exponent: 6
|
|
504
|
+
}],
|
|
505
|
+
type_asset: 'sdk.coin',
|
|
506
|
+
base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
507
|
+
name: 'Ion DAO',
|
|
508
|
+
display: 'ion',
|
|
509
|
+
symbol: 'ION',
|
|
510
|
+
logo_URIs: {
|
|
511
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
512
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
513
|
+
},
|
|
514
|
+
images: [{
|
|
515
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
516
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
517
|
+
}],
|
|
518
|
+
coingecko_id: 'ion',
|
|
519
|
+
keywords: ['memecoin', 'defi'],
|
|
520
|
+
socials: {
|
|
521
|
+
website: 'https://ion.wtf',
|
|
522
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
523
|
+
},
|
|
524
|
+
traces: [{
|
|
525
|
+
type: 'ibc',
|
|
526
|
+
counterparty: {
|
|
527
|
+
channel_id: 'channel-107354',
|
|
528
|
+
base_denom: 'uion',
|
|
529
|
+
chain_name: 'osmosis'
|
|
530
|
+
},
|
|
531
|
+
chain: {
|
|
532
|
+
channel_id: 'channel-0'
|
|
533
|
+
}
|
|
534
|
+
}]
|
|
535
|
+
}
|
|
536
|
+
]
|
|
537
|
+
};
|
|
538
|
+
export default assets;
|
package/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ export * from './devnet';
|
|
|
4
4
|
export * from './noncosmos';
|
|
5
5
|
import asset_lists from './asset_lists';
|
|
6
6
|
declare const _default: {
|
|
7
|
-
asset_lists: AssetList[];
|
|
7
|
+
asset_lists: import("@chain-registry/types").AssetList[];
|
|
8
8
|
};
|
|
9
9
|
export default _default;
|
|
10
10
|
export { asset_lists };
|
package/mainnet/assets.js
CHANGED
|
@@ -121,6 +121,7 @@ const oraichain_1 = __importDefault(require("./oraichain"));
|
|
|
121
121
|
const osmosis_1 = __importDefault(require("./osmosis"));
|
|
122
122
|
const panacea_1 = __importDefault(require("./panacea"));
|
|
123
123
|
const passage_1 = __importDefault(require("./passage"));
|
|
124
|
+
const paxi_1 = __importDefault(require("./paxi"));
|
|
124
125
|
const persistence_1 = __importDefault(require("./persistence"));
|
|
125
126
|
const planq_1 = __importDefault(require("./planq"));
|
|
126
127
|
const point_1 = __importDefault(require("./point"));
|
|
@@ -174,5 +175,5 @@ const xpla_1 = __importDefault(require("./xpla"));
|
|
|
174
175
|
const xrplevm_1 = __importDefault(require("./xrplevm"));
|
|
175
176
|
const zenrock_1 = __importDefault(require("./zenrock"));
|
|
176
177
|
const zigchain_1 = __importDefault(require("./zigchain"));
|
|
177
|
-
const assets = [ethereum_1.default, namada_1.default, solana_1.default, aaronetwork_1.default, acrechain_1.default, agoric_1.default, aioz_1.default, akash_1.default, allora_1.default, andromeda_1.default, archway_1.default, arkeo_1.default, arkh_1.default, assetmantle_1.default, atomone_1.default, aura_1.default, axelar_1.default, babylon_1.default, bandchain_1.default, beezee_1.default, bitbadges_1.default, bitcanna_1.default, bitsong_1.default, bitway_1.default, bluzelle_1.default, bostrom_1.default, canto_1.default, carbon_1.default, celestia_1.default, chain4energy_1.default, cheqd_1.default, chihuahua_1.default, cifer_1.default, comdex_1.default, composable_1.default, conscious_1.default, coreum_1.default, cosmoshub_1.default, crescent_1.default, cronos_1.default, cryptoorgchain_1.default, decentr_1.default, desmos_1.default, dhealth_1.default, doravota_1.default, dungeon_1.default, dydx_1.default, dymension_1.default, dyson_1.default, echelon_1.default, elys_1.default, emoney_1.default, empowerchain_1.default, evmos_1.default, fandomchain_1.default, fetchhub_1.default, firmachain_1.default, furya_1.default, fxcore_1.default, galaxy_1.default, gateway_1.default, genesisl1_1.default, gitopia_1.default, gravitybridge_1.default, haqq_1.default, hippoprotocol_1.default, humans_1.default, impacthub_1.default, imversed_1.default, initia_1.default, injective_1.default, int3face_1.default, intento_1.default, irisnet_1.default, jackal_1.default, joltify_1.default, juno_1.default, kava_1.default, kichain_1.default, kimanetwork_1.default, konstellation_1.default, kopi_1.default, kujira_1.default, kyve_1.default, lambda_1.default, lava_1.default, likecoin_1.default, lombardledger_1.default, lorenzo_1.default, lumera_1.default, lumnetwork_1.default, mande_1.default, manifest_1.default, mantrachain_1.default, medasdigital_1.default, meme_1.default, migaloo_1.default, milkyway_1.default, mtgbp_1.default, neutaro_1.default, neutron_1.default, nibiru_1.default, nillion_1.default, nim_1.default, noble_1.default, nolus_1.default, nomic_1.default, nyx_1.default, odin_1.default, okexchain_1.default, omniflixhub_1.default, onex_1.default, onomy_1.default, optio_1.default, oraichain_1.default, osmosis_1.default, panacea_1.default, passage_1.default, persistence_1.default, planq_1.default, point_1.default, provenance_1.default, pryzm_1.default, pundix_1.default, pylons_1.default, qfs_1.default, quasar_1.default, quicksilver_1.default, qwoyn_1.default, realio_1.default, rebus_1.default, regen_1.default, rizon_1.default, routerchain_1.default, saga_1.default, scorum_1.default, secretnetwork_1.default, seda_1.default, sei_1.default, self_1.default, sentinel_1.default, sge_1.default, shareledger_1.default, shentu_1.default, shido_1.default, sidechain_1.default, sifchain_1.default, sommelier_1.default, source_1.default, stafihub_1.default, stargaze_1.default, starname_1.default, stratos_1.default, stride_1.default, sunrise_1.default, symphony_1.default, synternet_1.default, taketitan_1.default, teritori_1.default, terra_1.default, terra2_1.default, tgrade_1.default, titan_1.default, umee_1.default, unification_1.default, uptick_1.default, xion_1.default, xpla_1.default, xrplevm_1.default, zenrock_1.default, zigchain_1.default];
|
|
178
|
+
const assets = [ethereum_1.default, namada_1.default, solana_1.default, aaronetwork_1.default, acrechain_1.default, agoric_1.default, aioz_1.default, akash_1.default, allora_1.default, andromeda_1.default, archway_1.default, arkeo_1.default, arkh_1.default, assetmantle_1.default, atomone_1.default, aura_1.default, axelar_1.default, babylon_1.default, bandchain_1.default, beezee_1.default, bitbadges_1.default, bitcanna_1.default, bitsong_1.default, bitway_1.default, bluzelle_1.default, bostrom_1.default, canto_1.default, carbon_1.default, celestia_1.default, chain4energy_1.default, cheqd_1.default, chihuahua_1.default, cifer_1.default, comdex_1.default, composable_1.default, conscious_1.default, coreum_1.default, cosmoshub_1.default, crescent_1.default, cronos_1.default, cryptoorgchain_1.default, decentr_1.default, desmos_1.default, dhealth_1.default, doravota_1.default, dungeon_1.default, dydx_1.default, dymension_1.default, dyson_1.default, echelon_1.default, elys_1.default, emoney_1.default, empowerchain_1.default, evmos_1.default, fandomchain_1.default, fetchhub_1.default, firmachain_1.default, furya_1.default, fxcore_1.default, galaxy_1.default, gateway_1.default, genesisl1_1.default, gitopia_1.default, gravitybridge_1.default, haqq_1.default, hippoprotocol_1.default, humans_1.default, impacthub_1.default, imversed_1.default, initia_1.default, injective_1.default, int3face_1.default, intento_1.default, irisnet_1.default, jackal_1.default, joltify_1.default, juno_1.default, kava_1.default, kichain_1.default, kimanetwork_1.default, konstellation_1.default, kopi_1.default, kujira_1.default, kyve_1.default, lambda_1.default, lava_1.default, likecoin_1.default, lombardledger_1.default, lorenzo_1.default, lumera_1.default, lumnetwork_1.default, mande_1.default, manifest_1.default, mantrachain_1.default, medasdigital_1.default, meme_1.default, migaloo_1.default, milkyway_1.default, mtgbp_1.default, neutaro_1.default, neutron_1.default, nibiru_1.default, nillion_1.default, nim_1.default, noble_1.default, nolus_1.default, nomic_1.default, nyx_1.default, odin_1.default, okexchain_1.default, omniflixhub_1.default, onex_1.default, onomy_1.default, optio_1.default, oraichain_1.default, osmosis_1.default, panacea_1.default, passage_1.default, paxi_1.default, persistence_1.default, planq_1.default, point_1.default, provenance_1.default, pryzm_1.default, pundix_1.default, pylons_1.default, qfs_1.default, quasar_1.default, quicksilver_1.default, qwoyn_1.default, realio_1.default, rebus_1.default, regen_1.default, rizon_1.default, routerchain_1.default, saga_1.default, scorum_1.default, secretnetwork_1.default, seda_1.default, sei_1.default, self_1.default, sentinel_1.default, sge_1.default, shareledger_1.default, shentu_1.default, shido_1.default, sidechain_1.default, sifchain_1.default, sommelier_1.default, source_1.default, stafihub_1.default, stargaze_1.default, starname_1.default, stratos_1.default, stride_1.default, sunrise_1.default, symphony_1.default, synternet_1.default, taketitan_1.default, teritori_1.default, terra_1.default, terra2_1.default, tgrade_1.default, titan_1.default, umee_1.default, unification_1.default, uptick_1.default, xion_1.default, xpla_1.default, xrplevm_1.default, zenrock_1.default, zigchain_1.default];
|
|
178
179
|
exports.default = assets;
|
package/mainnet/cosmoshub.js
CHANGED
|
@@ -4948,6 +4948,43 @@ const assets = {
|
|
|
4948
4948
|
}
|
|
4949
4949
|
}]
|
|
4950
4950
|
},
|
|
4951
|
+
{
|
|
4952
|
+
description: 'PAXI is the native token of the Paxi blockchain.',
|
|
4953
|
+
denom_units: [{
|
|
4954
|
+
denom: 'ibc/9AB9994A232592CCAE28FF4ADA5FF2C62B58C13595372C906EB45999694F0A4E',
|
|
4955
|
+
exponent: 0,
|
|
4956
|
+
aliases: ['upaxi']
|
|
4957
|
+
}, {
|
|
4958
|
+
denom: 'PAXI',
|
|
4959
|
+
exponent: 6
|
|
4960
|
+
}],
|
|
4961
|
+
type_asset: 'sdk.coin',
|
|
4962
|
+
base: 'ibc/9AB9994A232592CCAE28FF4ADA5FF2C62B58C13595372C906EB45999694F0A4E',
|
|
4963
|
+
name: 'Paxi',
|
|
4964
|
+
display: 'PAXI',
|
|
4965
|
+
symbol: 'PAXI',
|
|
4966
|
+
images: [{
|
|
4967
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/paxi/images/paxi.png',
|
|
4968
|
+
theme: {
|
|
4969
|
+
circle: false
|
|
4970
|
+
}
|
|
4971
|
+
}],
|
|
4972
|
+
keywords: ['staking'],
|
|
4973
|
+
socials: {
|
|
4974
|
+
website: 'https://paxinet.io'
|
|
4975
|
+
},
|
|
4976
|
+
traces: [{
|
|
4977
|
+
type: 'ibc',
|
|
4978
|
+
counterparty: {
|
|
4979
|
+
channel_id: 'channel-1',
|
|
4980
|
+
base_denom: 'upaxi',
|
|
4981
|
+
chain_name: 'paxi'
|
|
4982
|
+
},
|
|
4983
|
+
chain: {
|
|
4984
|
+
channel_id: 'channel-1566'
|
|
4985
|
+
}
|
|
4986
|
+
}]
|
|
4987
|
+
},
|
|
4951
4988
|
{
|
|
4952
4989
|
description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
|
|
4953
4990
|
denom_units: [{
|
|
@@ -15543,6 +15580,43 @@ const assets = {
|
|
|
15543
15580
|
}
|
|
15544
15581
|
}]
|
|
15545
15582
|
},
|
|
15583
|
+
{
|
|
15584
|
+
description: 'PAXI is the native token of the Paxi blockchain.',
|
|
15585
|
+
denom_units: [{
|
|
15586
|
+
denom: 'ibc/9AB9994A232592CCAE28FF4ADA5FF2C62B58C13595372C906EB45999694F0A4E',
|
|
15587
|
+
exponent: 0,
|
|
15588
|
+
aliases: ['upaxi']
|
|
15589
|
+
}, {
|
|
15590
|
+
denom: 'PAXI',
|
|
15591
|
+
exponent: 6
|
|
15592
|
+
}],
|
|
15593
|
+
type_asset: 'sdk.coin',
|
|
15594
|
+
base: 'ibc/9AB9994A232592CCAE28FF4ADA5FF2C62B58C13595372C906EB45999694F0A4E',
|
|
15595
|
+
name: 'Paxi',
|
|
15596
|
+
display: 'PAXI',
|
|
15597
|
+
symbol: 'PAXI',
|
|
15598
|
+
images: [{
|
|
15599
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/paxi/images/paxi.png',
|
|
15600
|
+
theme: {
|
|
15601
|
+
circle: false
|
|
15602
|
+
}
|
|
15603
|
+
}],
|
|
15604
|
+
keywords: ['staking'],
|
|
15605
|
+
socials: {
|
|
15606
|
+
website: 'https://paxinet.io'
|
|
15607
|
+
},
|
|
15608
|
+
traces: [{
|
|
15609
|
+
type: 'ibc',
|
|
15610
|
+
counterparty: {
|
|
15611
|
+
channel_id: 'channel-1',
|
|
15612
|
+
base_denom: 'upaxi',
|
|
15613
|
+
chain_name: 'paxi'
|
|
15614
|
+
},
|
|
15615
|
+
chain: {
|
|
15616
|
+
channel_id: 'channel-1566'
|
|
15617
|
+
}
|
|
15618
|
+
}]
|
|
15619
|
+
},
|
|
15546
15620
|
{
|
|
15547
15621
|
description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
|
|
15548
15622
|
denom_units: [{
|
package/mainnet/index.d.ts
CHANGED
|
@@ -116,6 +116,7 @@ export * as oraichain from './oraichain';
|
|
|
116
116
|
export * as osmosis from './osmosis';
|
|
117
117
|
export * as panacea from './panacea';
|
|
118
118
|
export * as passage from './passage';
|
|
119
|
+
export * as paxi from './paxi';
|
|
119
120
|
export * as persistence from './persistence';
|
|
120
121
|
export * as planq from './planq';
|
|
121
122
|
export * as point from './point';
|