@chain-registry/assets 1.64.9 → 1.64.11
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 +74 -0
- package/esm/mainnet/cosmoshub.js +74 -0
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/osmosis.js +74 -0
- package/esm/mainnet/self.js +326 -0
- package/esm/testnet/elystestnet.js +68 -0
- package/esm/testnet/mantrachaintestnet.js +68 -0
- package/esm/testnet/osmosistestnet.js +68 -0
- package/esm/testnet/osmosistestnet4.js +68 -0
- package/esm/testnet/xiontestnet.js +68 -0
- package/mainnet/assets.js +2 -1
- package/mainnet/axelar.js +74 -0
- package/mainnet/cosmoshub.js +74 -0
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +2 -1
- package/mainnet/osmosis.js +74 -0
- package/mainnet/self.d.ts +3 -0
- package/mainnet/self.js +328 -0
- package/package.json +5 -5
- package/testnet/elystestnet.js +68 -0
- package/testnet/mantrachaintestnet.js +68 -0
- package/testnet/osmosistestnet.js +68 -0
- package/testnet/osmosistestnet4.js +68 -0
- package/testnet/xiontestnet.js +68 -0
package/mainnet/osmosis.js
CHANGED
|
@@ -10337,6 +10337,43 @@ const assets = {
|
|
|
10337
10337
|
}
|
|
10338
10338
|
}]
|
|
10339
10339
|
},
|
|
10340
|
+
{
|
|
10341
|
+
description: 'The native staking token of Self Chain.',
|
|
10342
|
+
denom_units: [{
|
|
10343
|
+
denom: 'ibc/01C449AE0CBD63FCC4D201AA8200E8BB7C10FD6CA53F80C9535F037B9A43C512',
|
|
10344
|
+
exponent: 0,
|
|
10345
|
+
aliases: ['uslf']
|
|
10346
|
+
}, {
|
|
10347
|
+
denom: 'slf',
|
|
10348
|
+
exponent: 6
|
|
10349
|
+
}],
|
|
10350
|
+
base: 'ibc/01C449AE0CBD63FCC4D201AA8200E8BB7C10FD6CA53F80C9535F037B9A43C512',
|
|
10351
|
+
name: 'Self',
|
|
10352
|
+
display: 'slf',
|
|
10353
|
+
symbol: 'SLF',
|
|
10354
|
+
logo_URIs: {
|
|
10355
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png'
|
|
10356
|
+
},
|
|
10357
|
+
coingecko_id: 'self-chain',
|
|
10358
|
+
images: [{
|
|
10359
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png'
|
|
10360
|
+
}],
|
|
10361
|
+
socials: {
|
|
10362
|
+
website: 'https://selfchain.xyz',
|
|
10363
|
+
twitter: 'https://x.com/selfchainxyz'
|
|
10364
|
+
},
|
|
10365
|
+
traces: [{
|
|
10366
|
+
type: 'ibc',
|
|
10367
|
+
counterparty: {
|
|
10368
|
+
channel_id: 'channel-1',
|
|
10369
|
+
base_denom: 'uslf',
|
|
10370
|
+
chain_name: 'self'
|
|
10371
|
+
},
|
|
10372
|
+
chain: {
|
|
10373
|
+
channel_id: 'channel-78292'
|
|
10374
|
+
}
|
|
10375
|
+
}]
|
|
10376
|
+
},
|
|
10340
10377
|
{
|
|
10341
10378
|
description: 'DVPN is the native token of the Sentinel Hub.',
|
|
10342
10379
|
denom_units: [{
|
|
@@ -12973,6 +13010,43 @@ const assets = {
|
|
|
12973
13010
|
}
|
|
12974
13011
|
}]
|
|
12975
13012
|
},
|
|
13013
|
+
{
|
|
13014
|
+
description: 'The native staking token of Self Chain.',
|
|
13015
|
+
denom_units: [{
|
|
13016
|
+
denom: 'ibc/01C449AE0CBD63FCC4D201AA8200E8BB7C10FD6CA53F80C9535F037B9A43C512',
|
|
13017
|
+
exponent: 0,
|
|
13018
|
+
aliases: ['uslf']
|
|
13019
|
+
}, {
|
|
13020
|
+
denom: 'slf',
|
|
13021
|
+
exponent: 6
|
|
13022
|
+
}],
|
|
13023
|
+
base: 'ibc/01C449AE0CBD63FCC4D201AA8200E8BB7C10FD6CA53F80C9535F037B9A43C512',
|
|
13024
|
+
name: 'Self',
|
|
13025
|
+
display: 'slf',
|
|
13026
|
+
symbol: 'SLF',
|
|
13027
|
+
logo_URIs: {
|
|
13028
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png'
|
|
13029
|
+
},
|
|
13030
|
+
coingecko_id: 'self-chain',
|
|
13031
|
+
images: [{
|
|
13032
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png'
|
|
13033
|
+
}],
|
|
13034
|
+
socials: {
|
|
13035
|
+
website: 'https://selfchain.xyz',
|
|
13036
|
+
twitter: 'https://x.com/selfchainxyz'
|
|
13037
|
+
},
|
|
13038
|
+
traces: [{
|
|
13039
|
+
type: 'ibc',
|
|
13040
|
+
counterparty: {
|
|
13041
|
+
channel_id: 'channel-1',
|
|
13042
|
+
base_denom: 'uslf',
|
|
13043
|
+
chain_name: 'self'
|
|
13044
|
+
},
|
|
13045
|
+
chain: {
|
|
13046
|
+
channel_id: 'channel-78292'
|
|
13047
|
+
}
|
|
13048
|
+
}]
|
|
13049
|
+
},
|
|
12976
13050
|
{
|
|
12977
13051
|
description: 'DVPN is the native token of the Sentinel Hub.',
|
|
12978
13052
|
denom_units: [{
|
package/mainnet/self.js
ADDED
|
@@ -0,0 +1,328 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const assets = {
|
|
4
|
+
chain_name: 'self',
|
|
5
|
+
assets: [
|
|
6
|
+
{
|
|
7
|
+
description: 'The native token of Axelar',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'ibc/0E1517E2771CA7C03F2ED3F9BAECCAEADF0BFD79B89679E834933BC0F179AD98',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['uaxl']
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'axl',
|
|
14
|
+
exponent: 6
|
|
15
|
+
}],
|
|
16
|
+
base: 'ibc/0E1517E2771CA7C03F2ED3F9BAECCAEADF0BFD79B89679E834933BC0F179AD98',
|
|
17
|
+
name: 'Axelar',
|
|
18
|
+
display: 'axl',
|
|
19
|
+
symbol: 'AXL',
|
|
20
|
+
logo_URIs: {
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
22
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
23
|
+
},
|
|
24
|
+
coingecko_id: 'axelar',
|
|
25
|
+
images: [{
|
|
26
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
27
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
28
|
+
}],
|
|
29
|
+
socials: {
|
|
30
|
+
website: 'https://axelar.network/',
|
|
31
|
+
twitter: 'https://twitter.com/axelarnetwork'
|
|
32
|
+
},
|
|
33
|
+
traces: [{
|
|
34
|
+
type: 'ibc',
|
|
35
|
+
counterparty: {
|
|
36
|
+
channel_id: 'channel-157',
|
|
37
|
+
base_denom: 'uaxl',
|
|
38
|
+
chain_name: 'axelar'
|
|
39
|
+
},
|
|
40
|
+
chain: {
|
|
41
|
+
channel_id: 'channel-1'
|
|
42
|
+
}
|
|
43
|
+
}]
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
description: 'The native staking and governance token of the Cosmos Hub.',
|
|
47
|
+
denom_units: [{
|
|
48
|
+
denom: 'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2',
|
|
49
|
+
exponent: 0,
|
|
50
|
+
aliases: ['uatom']
|
|
51
|
+
}, {
|
|
52
|
+
denom: 'atom',
|
|
53
|
+
exponent: 6
|
|
54
|
+
}],
|
|
55
|
+
base: 'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2',
|
|
56
|
+
name: 'Cosmos Hub Atom',
|
|
57
|
+
display: 'atom',
|
|
58
|
+
symbol: 'ATOM',
|
|
59
|
+
logo_URIs: {
|
|
60
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
61
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
62
|
+
},
|
|
63
|
+
coingecko_id: 'cosmos',
|
|
64
|
+
images: [{
|
|
65
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
66
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
67
|
+
}],
|
|
68
|
+
socials: {
|
|
69
|
+
website: 'https://cosmos.network',
|
|
70
|
+
twitter: 'https://twitter.com/cosmoshub'
|
|
71
|
+
},
|
|
72
|
+
traces: [{
|
|
73
|
+
type: 'ibc',
|
|
74
|
+
counterparty: {
|
|
75
|
+
channel_id: 'channel-892',
|
|
76
|
+
base_denom: 'uatom',
|
|
77
|
+
chain_name: 'cosmoshub'
|
|
78
|
+
},
|
|
79
|
+
chain: {
|
|
80
|
+
channel_id: 'channel-0'
|
|
81
|
+
}
|
|
82
|
+
}]
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
description: 'The native token of Osmosis',
|
|
86
|
+
denom_units: [{
|
|
87
|
+
denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
88
|
+
exponent: 0,
|
|
89
|
+
aliases: ['uosmo']
|
|
90
|
+
}, {
|
|
91
|
+
denom: 'osmo',
|
|
92
|
+
exponent: 6
|
|
93
|
+
}],
|
|
94
|
+
type_asset: 'sdk.coin',
|
|
95
|
+
base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
96
|
+
name: 'Osmosis',
|
|
97
|
+
display: 'osmo',
|
|
98
|
+
symbol: 'OSMO',
|
|
99
|
+
logo_URIs: {
|
|
100
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
101
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
102
|
+
},
|
|
103
|
+
images: [{
|
|
104
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
105
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
106
|
+
}],
|
|
107
|
+
coingecko_id: 'osmosis',
|
|
108
|
+
keywords: ['dex', 'staking'],
|
|
109
|
+
socials: {
|
|
110
|
+
website: 'https://osmosis.zone',
|
|
111
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
112
|
+
},
|
|
113
|
+
traces: [{
|
|
114
|
+
type: 'ibc',
|
|
115
|
+
counterparty: {
|
|
116
|
+
channel_id: 'channel-78292',
|
|
117
|
+
base_denom: 'uosmo',
|
|
118
|
+
chain_name: 'osmosis'
|
|
119
|
+
},
|
|
120
|
+
chain: {
|
|
121
|
+
channel_id: 'channel-1'
|
|
122
|
+
}
|
|
123
|
+
}]
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
description: 'ION is the second native token of Osmosis.',
|
|
127
|
+
denom_units: [{
|
|
128
|
+
denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
129
|
+
exponent: 0,
|
|
130
|
+
aliases: ['uion']
|
|
131
|
+
}, {
|
|
132
|
+
denom: 'ion',
|
|
133
|
+
exponent: 6
|
|
134
|
+
}],
|
|
135
|
+
type_asset: 'sdk.coin',
|
|
136
|
+
base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
137
|
+
name: 'Ion DAO',
|
|
138
|
+
display: 'ion',
|
|
139
|
+
symbol: 'ION',
|
|
140
|
+
logo_URIs: {
|
|
141
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
142
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
143
|
+
},
|
|
144
|
+
images: [{
|
|
145
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
146
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
147
|
+
}],
|
|
148
|
+
coingecko_id: 'ion',
|
|
149
|
+
keywords: ['memecoin', 'defi'],
|
|
150
|
+
socials: {
|
|
151
|
+
website: 'https://ion.wtf',
|
|
152
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
153
|
+
},
|
|
154
|
+
traces: [{
|
|
155
|
+
type: 'ibc',
|
|
156
|
+
counterparty: {
|
|
157
|
+
channel_id: 'channel-78292',
|
|
158
|
+
base_denom: 'uion',
|
|
159
|
+
chain_name: 'osmosis'
|
|
160
|
+
},
|
|
161
|
+
chain: {
|
|
162
|
+
channel_id: 'channel-1'
|
|
163
|
+
}
|
|
164
|
+
}]
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
description: 'The native token of Axelar',
|
|
168
|
+
denom_units: [{
|
|
169
|
+
denom: 'ibc/0E1517E2771CA7C03F2ED3F9BAECCAEADF0BFD79B89679E834933BC0F179AD98',
|
|
170
|
+
exponent: 0,
|
|
171
|
+
aliases: ['uaxl']
|
|
172
|
+
}, {
|
|
173
|
+
denom: 'axl',
|
|
174
|
+
exponent: 6
|
|
175
|
+
}],
|
|
176
|
+
base: 'ibc/0E1517E2771CA7C03F2ED3F9BAECCAEADF0BFD79B89679E834933BC0F179AD98',
|
|
177
|
+
name: 'Axelar',
|
|
178
|
+
display: 'axl',
|
|
179
|
+
symbol: 'AXL',
|
|
180
|
+
logo_URIs: {
|
|
181
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
182
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
183
|
+
},
|
|
184
|
+
coingecko_id: 'axelar',
|
|
185
|
+
images: [{
|
|
186
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
187
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
188
|
+
}],
|
|
189
|
+
socials: {
|
|
190
|
+
website: 'https://axelar.network/',
|
|
191
|
+
twitter: 'https://twitter.com/axelarnetwork'
|
|
192
|
+
},
|
|
193
|
+
traces: [{
|
|
194
|
+
type: 'ibc',
|
|
195
|
+
counterparty: {
|
|
196
|
+
channel_id: 'channel-157',
|
|
197
|
+
base_denom: 'uaxl',
|
|
198
|
+
chain_name: 'axelar'
|
|
199
|
+
},
|
|
200
|
+
chain: {
|
|
201
|
+
channel_id: 'channel-1'
|
|
202
|
+
}
|
|
203
|
+
}]
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
description: 'The native staking and governance token of the Cosmos Hub.',
|
|
207
|
+
denom_units: [{
|
|
208
|
+
denom: 'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2',
|
|
209
|
+
exponent: 0,
|
|
210
|
+
aliases: ['uatom']
|
|
211
|
+
}, {
|
|
212
|
+
denom: 'atom',
|
|
213
|
+
exponent: 6
|
|
214
|
+
}],
|
|
215
|
+
base: 'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2',
|
|
216
|
+
name: 'Cosmos Hub Atom',
|
|
217
|
+
display: 'atom',
|
|
218
|
+
symbol: 'ATOM',
|
|
219
|
+
logo_URIs: {
|
|
220
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
221
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
222
|
+
},
|
|
223
|
+
coingecko_id: 'cosmos',
|
|
224
|
+
images: [{
|
|
225
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
226
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
227
|
+
}],
|
|
228
|
+
socials: {
|
|
229
|
+
website: 'https://cosmos.network',
|
|
230
|
+
twitter: 'https://twitter.com/cosmoshub'
|
|
231
|
+
},
|
|
232
|
+
traces: [{
|
|
233
|
+
type: 'ibc',
|
|
234
|
+
counterparty: {
|
|
235
|
+
channel_id: 'channel-892',
|
|
236
|
+
base_denom: 'uatom',
|
|
237
|
+
chain_name: 'cosmoshub'
|
|
238
|
+
},
|
|
239
|
+
chain: {
|
|
240
|
+
channel_id: 'channel-0'
|
|
241
|
+
}
|
|
242
|
+
}]
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
description: 'The native token of Osmosis',
|
|
246
|
+
denom_units: [{
|
|
247
|
+
denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
248
|
+
exponent: 0,
|
|
249
|
+
aliases: ['uosmo']
|
|
250
|
+
}, {
|
|
251
|
+
denom: 'osmo',
|
|
252
|
+
exponent: 6
|
|
253
|
+
}],
|
|
254
|
+
type_asset: 'sdk.coin',
|
|
255
|
+
base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
256
|
+
name: 'Osmosis',
|
|
257
|
+
display: 'osmo',
|
|
258
|
+
symbol: 'OSMO',
|
|
259
|
+
logo_URIs: {
|
|
260
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
261
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
262
|
+
},
|
|
263
|
+
images: [{
|
|
264
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
265
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
266
|
+
}],
|
|
267
|
+
coingecko_id: 'osmosis',
|
|
268
|
+
keywords: ['dex', 'staking'],
|
|
269
|
+
socials: {
|
|
270
|
+
website: 'https://osmosis.zone',
|
|
271
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
272
|
+
},
|
|
273
|
+
traces: [{
|
|
274
|
+
type: 'ibc',
|
|
275
|
+
counterparty: {
|
|
276
|
+
channel_id: 'channel-78292',
|
|
277
|
+
base_denom: 'uosmo',
|
|
278
|
+
chain_name: 'osmosis'
|
|
279
|
+
},
|
|
280
|
+
chain: {
|
|
281
|
+
channel_id: 'channel-1'
|
|
282
|
+
}
|
|
283
|
+
}]
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
description: 'ION is the second native token of Osmosis.',
|
|
287
|
+
denom_units: [{
|
|
288
|
+
denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
289
|
+
exponent: 0,
|
|
290
|
+
aliases: ['uion']
|
|
291
|
+
}, {
|
|
292
|
+
denom: 'ion',
|
|
293
|
+
exponent: 6
|
|
294
|
+
}],
|
|
295
|
+
type_asset: 'sdk.coin',
|
|
296
|
+
base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
297
|
+
name: 'Ion DAO',
|
|
298
|
+
display: 'ion',
|
|
299
|
+
symbol: 'ION',
|
|
300
|
+
logo_URIs: {
|
|
301
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
302
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
303
|
+
},
|
|
304
|
+
images: [{
|
|
305
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
306
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
307
|
+
}],
|
|
308
|
+
coingecko_id: 'ion',
|
|
309
|
+
keywords: ['memecoin', 'defi'],
|
|
310
|
+
socials: {
|
|
311
|
+
website: 'https://ion.wtf',
|
|
312
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
313
|
+
},
|
|
314
|
+
traces: [{
|
|
315
|
+
type: 'ibc',
|
|
316
|
+
counterparty: {
|
|
317
|
+
channel_id: 'channel-78292',
|
|
318
|
+
base_denom: 'uion',
|
|
319
|
+
chain_name: 'osmosis'
|
|
320
|
+
},
|
|
321
|
+
chain: {
|
|
322
|
+
channel_id: 'channel-1'
|
|
323
|
+
}
|
|
324
|
+
}]
|
|
325
|
+
}
|
|
326
|
+
]
|
|
327
|
+
};
|
|
328
|
+
exports.default = assets;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.64.
|
|
3
|
+
"version": "1.64.11",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.46.
|
|
33
|
-
"chain-registry": "^1.63.
|
|
32
|
+
"@chain-registry/utils": "^1.46.8",
|
|
33
|
+
"chain-registry": "^1.63.11"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.45.
|
|
36
|
+
"@chain-registry/types": "^0.45.8"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "363d5c12983ab5212e949fd2390a0b80c82d5dcc"
|
|
47
47
|
}
|
package/testnet/elystestnet.js
CHANGED
|
@@ -123,6 +123,40 @@ const assets = {
|
|
|
123
123
|
}
|
|
124
124
|
}]
|
|
125
125
|
},
|
|
126
|
+
{
|
|
127
|
+
description: 'Ondo US Dollar Yield',
|
|
128
|
+
denom_units: [{
|
|
129
|
+
denom: 'ibc/3F2D5DD627DB6531052E8D3D4765293F87C1D92C4ABB23B2EF19B385BB3A48A5',
|
|
130
|
+
exponent: 0,
|
|
131
|
+
aliases: ['ausdy']
|
|
132
|
+
}, {
|
|
133
|
+
denom: 'usdy',
|
|
134
|
+
exponent: 18
|
|
135
|
+
}],
|
|
136
|
+
base: 'ibc/3F2D5DD627DB6531052E8D3D4765293F87C1D92C4ABB23B2EF19B385BB3A48A5',
|
|
137
|
+
display: 'usdy',
|
|
138
|
+
name: 'Ondo US Dollar Yield',
|
|
139
|
+
symbol: 'USDY',
|
|
140
|
+
logo_URIs: {
|
|
141
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
142
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
143
|
+
},
|
|
144
|
+
images: [{
|
|
145
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
146
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
147
|
+
}],
|
|
148
|
+
traces: [{
|
|
149
|
+
type: 'ibc',
|
|
150
|
+
counterparty: {
|
|
151
|
+
channel_id: 'channel-19',
|
|
152
|
+
base_denom: 'ausdy',
|
|
153
|
+
chain_name: 'nobletestnet'
|
|
154
|
+
},
|
|
155
|
+
chain: {
|
|
156
|
+
channel_id: 'channel-12'
|
|
157
|
+
}
|
|
158
|
+
}]
|
|
159
|
+
},
|
|
126
160
|
{
|
|
127
161
|
description: 'The controlled staking asset for Noble Chain',
|
|
128
162
|
denom_units: [{
|
|
@@ -174,6 +208,40 @@ const assets = {
|
|
|
174
208
|
channel_id: 'channel-12'
|
|
175
209
|
}
|
|
176
210
|
}]
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
description: 'Ondo US Dollar Yield',
|
|
214
|
+
denom_units: [{
|
|
215
|
+
denom: 'ibc/3F2D5DD627DB6531052E8D3D4765293F87C1D92C4ABB23B2EF19B385BB3A48A5',
|
|
216
|
+
exponent: 0,
|
|
217
|
+
aliases: ['ausdy']
|
|
218
|
+
}, {
|
|
219
|
+
denom: 'usdy',
|
|
220
|
+
exponent: 18
|
|
221
|
+
}],
|
|
222
|
+
base: 'ibc/3F2D5DD627DB6531052E8D3D4765293F87C1D92C4ABB23B2EF19B385BB3A48A5',
|
|
223
|
+
display: 'usdy',
|
|
224
|
+
name: 'Ondo US Dollar Yield',
|
|
225
|
+
symbol: 'USDY',
|
|
226
|
+
logo_URIs: {
|
|
227
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
228
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
229
|
+
},
|
|
230
|
+
images: [{
|
|
231
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
232
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
233
|
+
}],
|
|
234
|
+
traces: [{
|
|
235
|
+
type: 'ibc',
|
|
236
|
+
counterparty: {
|
|
237
|
+
channel_id: 'channel-19',
|
|
238
|
+
base_denom: 'ausdy',
|
|
239
|
+
chain_name: 'nobletestnet'
|
|
240
|
+
},
|
|
241
|
+
chain: {
|
|
242
|
+
channel_id: 'channel-12'
|
|
243
|
+
}
|
|
244
|
+
}]
|
|
177
245
|
}
|
|
178
246
|
]
|
|
179
247
|
};
|
|
@@ -125,6 +125,40 @@ const assets = {
|
|
|
125
125
|
}
|
|
126
126
|
}]
|
|
127
127
|
},
|
|
128
|
+
{
|
|
129
|
+
description: 'Ondo US Dollar Yield',
|
|
130
|
+
denom_units: [{
|
|
131
|
+
denom: 'ibc/441C99C902014BEFAB273290871973B8C0EAEAC141CD6574FCBD9232774C7EA5',
|
|
132
|
+
exponent: 0,
|
|
133
|
+
aliases: ['ausdy']
|
|
134
|
+
}, {
|
|
135
|
+
denom: 'usdy',
|
|
136
|
+
exponent: 18
|
|
137
|
+
}],
|
|
138
|
+
base: 'ibc/441C99C902014BEFAB273290871973B8C0EAEAC141CD6574FCBD9232774C7EA5',
|
|
139
|
+
display: 'usdy',
|
|
140
|
+
name: 'Ondo US Dollar Yield',
|
|
141
|
+
symbol: 'USDY',
|
|
142
|
+
logo_URIs: {
|
|
143
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
144
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
145
|
+
},
|
|
146
|
+
images: [{
|
|
147
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
148
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
149
|
+
}],
|
|
150
|
+
traces: [{
|
|
151
|
+
type: 'ibc',
|
|
152
|
+
counterparty: {
|
|
153
|
+
channel_id: 'channel-174',
|
|
154
|
+
base_denom: 'ausdy',
|
|
155
|
+
chain_name: 'nobletestnet'
|
|
156
|
+
},
|
|
157
|
+
chain: {
|
|
158
|
+
channel_id: 'channel-3'
|
|
159
|
+
}
|
|
160
|
+
}]
|
|
161
|
+
},
|
|
128
162
|
{
|
|
129
163
|
description: 'The native token of Osmosis',
|
|
130
164
|
denom_units: [{
|
|
@@ -251,6 +285,40 @@ const assets = {
|
|
|
251
285
|
}
|
|
252
286
|
}]
|
|
253
287
|
},
|
|
288
|
+
{
|
|
289
|
+
description: 'Ondo US Dollar Yield',
|
|
290
|
+
denom_units: [{
|
|
291
|
+
denom: 'ibc/441C99C902014BEFAB273290871973B8C0EAEAC141CD6574FCBD9232774C7EA5',
|
|
292
|
+
exponent: 0,
|
|
293
|
+
aliases: ['ausdy']
|
|
294
|
+
}, {
|
|
295
|
+
denom: 'usdy',
|
|
296
|
+
exponent: 18
|
|
297
|
+
}],
|
|
298
|
+
base: 'ibc/441C99C902014BEFAB273290871973B8C0EAEAC141CD6574FCBD9232774C7EA5',
|
|
299
|
+
display: 'usdy',
|
|
300
|
+
name: 'Ondo US Dollar Yield',
|
|
301
|
+
symbol: 'USDY',
|
|
302
|
+
logo_URIs: {
|
|
303
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
304
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
305
|
+
},
|
|
306
|
+
images: [{
|
|
307
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
308
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
309
|
+
}],
|
|
310
|
+
traces: [{
|
|
311
|
+
type: 'ibc',
|
|
312
|
+
counterparty: {
|
|
313
|
+
channel_id: 'channel-174',
|
|
314
|
+
base_denom: 'ausdy',
|
|
315
|
+
chain_name: 'nobletestnet'
|
|
316
|
+
},
|
|
317
|
+
chain: {
|
|
318
|
+
channel_id: 'channel-3'
|
|
319
|
+
}
|
|
320
|
+
}]
|
|
321
|
+
},
|
|
254
322
|
{
|
|
255
323
|
description: 'The native token of Osmosis',
|
|
256
324
|
denom_units: [{
|