@chain-registry/assets 1.70.119 → 1.70.121
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/devnet/prysmdevnet.js +0 -86
- package/esm/devnet/prysmdevnet.js +0 -86
- package/esm/mainnet/assets.js +2 -1
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/noble.js +84 -0
- package/esm/mainnet/osmosis.js +84 -0
- package/esm/mainnet/sidechain.js +420 -0
- package/esm/testnet/archwaytestnet.js +8 -8
- package/esm/testnet/assets.js +2 -1
- package/esm/testnet/cosmoshubtestnet.js +272 -86
- package/esm/testnet/index.js +1 -0
- package/esm/testnet/junotestnet.js +272 -0
- package/esm/testnet/nobletestnet.js +0 -86
- package/esm/testnet/osmosistestnet.js +272 -0
- package/esm/testnet/stargazetestnet.js +272 -0
- package/esm/testnet/symphonytestnet3.js +292 -0
- package/mainnet/assets.js +2 -1
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +2 -1
- package/mainnet/noble.js +84 -0
- package/mainnet/osmosis.js +84 -0
- package/mainnet/sidechain.d.ts +3 -0
- package/mainnet/sidechain.js +422 -0
- package/package.json +5 -5
- package/testnet/archwaytestnet.js +8 -8
- package/testnet/assets.js +2 -1
- package/testnet/cosmoshubtestnet.js +272 -86
- package/testnet/index.d.ts +1 -0
- package/testnet/index.js +2 -1
- package/testnet/junotestnet.js +272 -0
- package/testnet/nobletestnet.js +0 -86
- package/testnet/osmosistestnet.js +272 -0
- package/testnet/stargazetestnet.js +272 -0
- package/testnet/symphonytestnet3.d.ts +3 -0
- package/testnet/symphonytestnet3.js +294 -0
|
@@ -0,0 +1,420 @@
|
|
|
1
|
+
const assets = {
|
|
2
|
+
chain_name: 'sidechain',
|
|
3
|
+
assets: [
|
|
4
|
+
{
|
|
5
|
+
description: 'The permissioned staking asset for Noble Chain',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'ibc/6A61F05E85E8EED6B50B6F197E70001A297962BF646549BF4B99DD77E81D52DB',
|
|
8
|
+
exponent: 0,
|
|
9
|
+
aliases: ['ustake']
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'stake',
|
|
12
|
+
exponent: 6
|
|
13
|
+
}],
|
|
14
|
+
type_asset: 'sdk.coin',
|
|
15
|
+
base: 'ibc/6A61F05E85E8EED6B50B6F197E70001A297962BF646549BF4B99DD77E81D52DB',
|
|
16
|
+
name: 'Stake',
|
|
17
|
+
display: 'stake',
|
|
18
|
+
symbol: 'STAKE',
|
|
19
|
+
logo_URIs: {
|
|
20
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
21
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
|
|
22
|
+
},
|
|
23
|
+
images: [{
|
|
24
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
25
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg',
|
|
26
|
+
theme: {
|
|
27
|
+
primary_color_hex: '#a8bbfb'
|
|
28
|
+
}
|
|
29
|
+
}],
|
|
30
|
+
traces: [{
|
|
31
|
+
type: 'ibc',
|
|
32
|
+
counterparty: {
|
|
33
|
+
channel_id: 'channel-123',
|
|
34
|
+
base_denom: 'ustake',
|
|
35
|
+
chain_name: 'noble'
|
|
36
|
+
},
|
|
37
|
+
chain: {
|
|
38
|
+
channel_id: 'channel-1'
|
|
39
|
+
}
|
|
40
|
+
}]
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
|
|
44
|
+
denom_units: [{
|
|
45
|
+
denom: 'ibc/AE8475CF1E64C5EC37897E8C1DA8339BD046EFF42BEC7D840359DE66084F1CCD',
|
|
46
|
+
exponent: 0,
|
|
47
|
+
aliases: ['ufrienzies']
|
|
48
|
+
}, {
|
|
49
|
+
denom: 'frienzies',
|
|
50
|
+
exponent: 6
|
|
51
|
+
}],
|
|
52
|
+
type_asset: 'sdk.coin',
|
|
53
|
+
base: 'ibc/AE8475CF1E64C5EC37897E8C1DA8339BD046EFF42BEC7D840359DE66084F1CCD',
|
|
54
|
+
display: 'frienzies',
|
|
55
|
+
name: 'Frienzies',
|
|
56
|
+
symbol: 'FRNZ',
|
|
57
|
+
logo_URIs: {
|
|
58
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
59
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
|
|
60
|
+
},
|
|
61
|
+
images: [{
|
|
62
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
63
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg',
|
|
64
|
+
theme: {
|
|
65
|
+
primary_color_hex: '#04041c'
|
|
66
|
+
}
|
|
67
|
+
}],
|
|
68
|
+
traces: [{
|
|
69
|
+
type: 'ibc',
|
|
70
|
+
counterparty: {
|
|
71
|
+
channel_id: 'channel-123',
|
|
72
|
+
base_denom: 'ufrienzies',
|
|
73
|
+
chain_name: 'noble'
|
|
74
|
+
},
|
|
75
|
+
chain: {
|
|
76
|
+
channel_id: 'channel-1'
|
|
77
|
+
}
|
|
78
|
+
}]
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
description: 'Ondo US Dollar Yield',
|
|
82
|
+
denom_units: [{
|
|
83
|
+
denom: 'ibc/6749D16BC09F419C090C330FC751FFF1C96143DB7A4D2FCAEC2F348A3E17618A',
|
|
84
|
+
exponent: 0,
|
|
85
|
+
aliases: ['ausdy']
|
|
86
|
+
}, {
|
|
87
|
+
denom: 'usdy',
|
|
88
|
+
exponent: 18
|
|
89
|
+
}],
|
|
90
|
+
base: 'ibc/6749D16BC09F419C090C330FC751FFF1C96143DB7A4D2FCAEC2F348A3E17618A',
|
|
91
|
+
display: 'usdy',
|
|
92
|
+
name: 'Ondo US Dollar Yield',
|
|
93
|
+
symbol: 'USDY',
|
|
94
|
+
logo_URIs: {
|
|
95
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
96
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg'
|
|
97
|
+
},
|
|
98
|
+
images: [{
|
|
99
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
100
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg',
|
|
101
|
+
theme: {
|
|
102
|
+
primary_color_hex: '#142c5c'
|
|
103
|
+
}
|
|
104
|
+
}],
|
|
105
|
+
coingecko_id: 'ondo-us-dollar-yield',
|
|
106
|
+
socials: {
|
|
107
|
+
website: 'https://ondo.finance/usdy',
|
|
108
|
+
twitter: 'https://x.com/OndoFinance'
|
|
109
|
+
},
|
|
110
|
+
type_asset: 'sdk.coin',
|
|
111
|
+
traces: [{
|
|
112
|
+
type: 'ibc',
|
|
113
|
+
counterparty: {
|
|
114
|
+
channel_id: 'channel-123',
|
|
115
|
+
base_denom: 'ausdy',
|
|
116
|
+
chain_name: 'noble'
|
|
117
|
+
},
|
|
118
|
+
chain: {
|
|
119
|
+
channel_id: 'channel-1'
|
|
120
|
+
}
|
|
121
|
+
}]
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
description: 'The native token of Osmosis',
|
|
125
|
+
denom_units: [{
|
|
126
|
+
denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
127
|
+
exponent: 0,
|
|
128
|
+
aliases: ['uosmo']
|
|
129
|
+
}, {
|
|
130
|
+
denom: 'osmo',
|
|
131
|
+
exponent: 6
|
|
132
|
+
}],
|
|
133
|
+
type_asset: 'sdk.coin',
|
|
134
|
+
base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
135
|
+
name: 'Osmosis',
|
|
136
|
+
display: 'osmo',
|
|
137
|
+
symbol: 'OSMO',
|
|
138
|
+
logo_URIs: {
|
|
139
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
140
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
141
|
+
},
|
|
142
|
+
images: [{
|
|
143
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
144
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
|
|
145
|
+
theme: {
|
|
146
|
+
primary_color_hex: '#760dbb'
|
|
147
|
+
}
|
|
148
|
+
}],
|
|
149
|
+
coingecko_id: 'osmosis',
|
|
150
|
+
keywords: ['dex', 'staking'],
|
|
151
|
+
socials: {
|
|
152
|
+
website: 'https://osmosis.zone',
|
|
153
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
154
|
+
},
|
|
155
|
+
traces: [{
|
|
156
|
+
type: 'ibc',
|
|
157
|
+
counterparty: {
|
|
158
|
+
channel_id: 'channel-98081',
|
|
159
|
+
base_denom: 'uosmo',
|
|
160
|
+
chain_name: 'osmosis'
|
|
161
|
+
},
|
|
162
|
+
chain: {
|
|
163
|
+
channel_id: 'channel-0'
|
|
164
|
+
}
|
|
165
|
+
}]
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
description: 'ION is the second native token of Osmosis.',
|
|
169
|
+
denom_units: [{
|
|
170
|
+
denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
171
|
+
exponent: 0,
|
|
172
|
+
aliases: ['uion']
|
|
173
|
+
}, {
|
|
174
|
+
denom: 'ion',
|
|
175
|
+
exponent: 6
|
|
176
|
+
}],
|
|
177
|
+
type_asset: 'sdk.coin',
|
|
178
|
+
base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
179
|
+
name: 'Ion DAO',
|
|
180
|
+
display: 'ion',
|
|
181
|
+
symbol: 'ION',
|
|
182
|
+
logo_URIs: {
|
|
183
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
184
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
185
|
+
},
|
|
186
|
+
images: [{
|
|
187
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
188
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
|
|
189
|
+
theme: {
|
|
190
|
+
primary_color_hex: '#4453c7'
|
|
191
|
+
}
|
|
192
|
+
}],
|
|
193
|
+
coingecko_id: 'ion',
|
|
194
|
+
keywords: ['memecoin', 'defi'],
|
|
195
|
+
socials: {
|
|
196
|
+
website: 'https://ion.wtf',
|
|
197
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
198
|
+
},
|
|
199
|
+
traces: [{
|
|
200
|
+
type: 'ibc',
|
|
201
|
+
counterparty: {
|
|
202
|
+
channel_id: 'channel-98081',
|
|
203
|
+
base_denom: 'uion',
|
|
204
|
+
chain_name: 'osmosis'
|
|
205
|
+
},
|
|
206
|
+
chain: {
|
|
207
|
+
channel_id: 'channel-0'
|
|
208
|
+
}
|
|
209
|
+
}]
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
description: 'The permissioned staking asset for Noble Chain',
|
|
213
|
+
denom_units: [{
|
|
214
|
+
denom: 'ibc/6A61F05E85E8EED6B50B6F197E70001A297962BF646549BF4B99DD77E81D52DB',
|
|
215
|
+
exponent: 0,
|
|
216
|
+
aliases: ['ustake']
|
|
217
|
+
}, {
|
|
218
|
+
denom: 'stake',
|
|
219
|
+
exponent: 6
|
|
220
|
+
}],
|
|
221
|
+
type_asset: 'sdk.coin',
|
|
222
|
+
base: 'ibc/6A61F05E85E8EED6B50B6F197E70001A297962BF646549BF4B99DD77E81D52DB',
|
|
223
|
+
name: 'Stake',
|
|
224
|
+
display: 'stake',
|
|
225
|
+
symbol: 'STAKE',
|
|
226
|
+
logo_URIs: {
|
|
227
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
228
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
|
|
229
|
+
},
|
|
230
|
+
images: [{
|
|
231
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
232
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg',
|
|
233
|
+
theme: {
|
|
234
|
+
primary_color_hex: '#a8bbfb'
|
|
235
|
+
}
|
|
236
|
+
}],
|
|
237
|
+
traces: [{
|
|
238
|
+
type: 'ibc',
|
|
239
|
+
counterparty: {
|
|
240
|
+
channel_id: 'channel-123',
|
|
241
|
+
base_denom: 'ustake',
|
|
242
|
+
chain_name: 'noble'
|
|
243
|
+
},
|
|
244
|
+
chain: {
|
|
245
|
+
channel_id: 'channel-1'
|
|
246
|
+
}
|
|
247
|
+
}]
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
|
|
251
|
+
denom_units: [{
|
|
252
|
+
denom: 'ibc/AE8475CF1E64C5EC37897E8C1DA8339BD046EFF42BEC7D840359DE66084F1CCD',
|
|
253
|
+
exponent: 0,
|
|
254
|
+
aliases: ['ufrienzies']
|
|
255
|
+
}, {
|
|
256
|
+
denom: 'frienzies',
|
|
257
|
+
exponent: 6
|
|
258
|
+
}],
|
|
259
|
+
type_asset: 'sdk.coin',
|
|
260
|
+
base: 'ibc/AE8475CF1E64C5EC37897E8C1DA8339BD046EFF42BEC7D840359DE66084F1CCD',
|
|
261
|
+
display: 'frienzies',
|
|
262
|
+
name: 'Frienzies',
|
|
263
|
+
symbol: 'FRNZ',
|
|
264
|
+
logo_URIs: {
|
|
265
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
266
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
|
|
267
|
+
},
|
|
268
|
+
images: [{
|
|
269
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
270
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg',
|
|
271
|
+
theme: {
|
|
272
|
+
primary_color_hex: '#04041c'
|
|
273
|
+
}
|
|
274
|
+
}],
|
|
275
|
+
traces: [{
|
|
276
|
+
type: 'ibc',
|
|
277
|
+
counterparty: {
|
|
278
|
+
channel_id: 'channel-123',
|
|
279
|
+
base_denom: 'ufrienzies',
|
|
280
|
+
chain_name: 'noble'
|
|
281
|
+
},
|
|
282
|
+
chain: {
|
|
283
|
+
channel_id: 'channel-1'
|
|
284
|
+
}
|
|
285
|
+
}]
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
description: 'Ondo US Dollar Yield',
|
|
289
|
+
denom_units: [{
|
|
290
|
+
denom: 'ibc/6749D16BC09F419C090C330FC751FFF1C96143DB7A4D2FCAEC2F348A3E17618A',
|
|
291
|
+
exponent: 0,
|
|
292
|
+
aliases: ['ausdy']
|
|
293
|
+
}, {
|
|
294
|
+
denom: 'usdy',
|
|
295
|
+
exponent: 18
|
|
296
|
+
}],
|
|
297
|
+
base: 'ibc/6749D16BC09F419C090C330FC751FFF1C96143DB7A4D2FCAEC2F348A3E17618A',
|
|
298
|
+
display: 'usdy',
|
|
299
|
+
name: 'Ondo US Dollar Yield',
|
|
300
|
+
symbol: 'USDY',
|
|
301
|
+
logo_URIs: {
|
|
302
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
303
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg'
|
|
304
|
+
},
|
|
305
|
+
images: [{
|
|
306
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
307
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg',
|
|
308
|
+
theme: {
|
|
309
|
+
primary_color_hex: '#142c5c'
|
|
310
|
+
}
|
|
311
|
+
}],
|
|
312
|
+
coingecko_id: 'ondo-us-dollar-yield',
|
|
313
|
+
socials: {
|
|
314
|
+
website: 'https://ondo.finance/usdy',
|
|
315
|
+
twitter: 'https://x.com/OndoFinance'
|
|
316
|
+
},
|
|
317
|
+
type_asset: 'sdk.coin',
|
|
318
|
+
traces: [{
|
|
319
|
+
type: 'ibc',
|
|
320
|
+
counterparty: {
|
|
321
|
+
channel_id: 'channel-123',
|
|
322
|
+
base_denom: 'ausdy',
|
|
323
|
+
chain_name: 'noble'
|
|
324
|
+
},
|
|
325
|
+
chain: {
|
|
326
|
+
channel_id: 'channel-1'
|
|
327
|
+
}
|
|
328
|
+
}]
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
description: 'The native token of Osmosis',
|
|
332
|
+
denom_units: [{
|
|
333
|
+
denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
334
|
+
exponent: 0,
|
|
335
|
+
aliases: ['uosmo']
|
|
336
|
+
}, {
|
|
337
|
+
denom: 'osmo',
|
|
338
|
+
exponent: 6
|
|
339
|
+
}],
|
|
340
|
+
type_asset: 'sdk.coin',
|
|
341
|
+
base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
342
|
+
name: 'Osmosis',
|
|
343
|
+
display: 'osmo',
|
|
344
|
+
symbol: 'OSMO',
|
|
345
|
+
logo_URIs: {
|
|
346
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
347
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
348
|
+
},
|
|
349
|
+
images: [{
|
|
350
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
351
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
|
|
352
|
+
theme: {
|
|
353
|
+
primary_color_hex: '#760dbb'
|
|
354
|
+
}
|
|
355
|
+
}],
|
|
356
|
+
coingecko_id: 'osmosis',
|
|
357
|
+
keywords: ['dex', 'staking'],
|
|
358
|
+
socials: {
|
|
359
|
+
website: 'https://osmosis.zone',
|
|
360
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
361
|
+
},
|
|
362
|
+
traces: [{
|
|
363
|
+
type: 'ibc',
|
|
364
|
+
counterparty: {
|
|
365
|
+
channel_id: 'channel-98081',
|
|
366
|
+
base_denom: 'uosmo',
|
|
367
|
+
chain_name: 'osmosis'
|
|
368
|
+
},
|
|
369
|
+
chain: {
|
|
370
|
+
channel_id: 'channel-0'
|
|
371
|
+
}
|
|
372
|
+
}]
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
description: 'ION is the second native token of Osmosis.',
|
|
376
|
+
denom_units: [{
|
|
377
|
+
denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
378
|
+
exponent: 0,
|
|
379
|
+
aliases: ['uion']
|
|
380
|
+
}, {
|
|
381
|
+
denom: 'ion',
|
|
382
|
+
exponent: 6
|
|
383
|
+
}],
|
|
384
|
+
type_asset: 'sdk.coin',
|
|
385
|
+
base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
386
|
+
name: 'Ion DAO',
|
|
387
|
+
display: 'ion',
|
|
388
|
+
symbol: 'ION',
|
|
389
|
+
logo_URIs: {
|
|
390
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
391
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
392
|
+
},
|
|
393
|
+
images: [{
|
|
394
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
395
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
|
|
396
|
+
theme: {
|
|
397
|
+
primary_color_hex: '#4453c7'
|
|
398
|
+
}
|
|
399
|
+
}],
|
|
400
|
+
coingecko_id: 'ion',
|
|
401
|
+
keywords: ['memecoin', 'defi'],
|
|
402
|
+
socials: {
|
|
403
|
+
website: 'https://ion.wtf',
|
|
404
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
405
|
+
},
|
|
406
|
+
traces: [{
|
|
407
|
+
type: 'ibc',
|
|
408
|
+
counterparty: {
|
|
409
|
+
channel_id: 'channel-98081',
|
|
410
|
+
base_denom: 'uion',
|
|
411
|
+
chain_name: 'osmosis'
|
|
412
|
+
},
|
|
413
|
+
chain: {
|
|
414
|
+
channel_id: 'channel-0'
|
|
415
|
+
}
|
|
416
|
+
}]
|
|
417
|
+
}
|
|
418
|
+
]
|
|
419
|
+
};
|
|
420
|
+
export default assets;
|
|
@@ -208,7 +208,7 @@ const assets = {
|
|
|
208
208
|
counterparty: {
|
|
209
209
|
channel_id: 'channel-10',
|
|
210
210
|
base_denom: 'note',
|
|
211
|
-
chain_name: '
|
|
211
|
+
chain_name: 'symphonytestnet3'
|
|
212
212
|
},
|
|
213
213
|
chain: {
|
|
214
214
|
channel_id: 'channel-495'
|
|
@@ -242,7 +242,7 @@ const assets = {
|
|
|
242
242
|
counterparty: {
|
|
243
243
|
channel_id: 'channel-10',
|
|
244
244
|
base_denom: 'uusd',
|
|
245
|
-
chain_name: '
|
|
245
|
+
chain_name: 'symphonytestnet3'
|
|
246
246
|
},
|
|
247
247
|
chain: {
|
|
248
248
|
channel_id: 'channel-495'
|
|
@@ -276,7 +276,7 @@ const assets = {
|
|
|
276
276
|
counterparty: {
|
|
277
277
|
channel_id: 'channel-10',
|
|
278
278
|
base_denom: 'ukhd',
|
|
279
|
-
chain_name: '
|
|
279
|
+
chain_name: 'symphonytestnet3'
|
|
280
280
|
},
|
|
281
281
|
chain: {
|
|
282
282
|
channel_id: 'channel-495'
|
|
@@ -310,7 +310,7 @@ const assets = {
|
|
|
310
310
|
counterparty: {
|
|
311
311
|
channel_id: 'channel-10',
|
|
312
312
|
base_denom: 'uvnd',
|
|
313
|
-
chain_name: '
|
|
313
|
+
chain_name: 'symphonytestnet3'
|
|
314
314
|
},
|
|
315
315
|
chain: {
|
|
316
316
|
channel_id: 'channel-495'
|
|
@@ -454,7 +454,7 @@ const assets = {
|
|
|
454
454
|
counterparty: {
|
|
455
455
|
channel_id: 'channel-10',
|
|
456
456
|
base_denom: 'note',
|
|
457
|
-
chain_name: '
|
|
457
|
+
chain_name: 'symphonytestnet3'
|
|
458
458
|
},
|
|
459
459
|
chain: {
|
|
460
460
|
channel_id: 'channel-495'
|
|
@@ -488,7 +488,7 @@ const assets = {
|
|
|
488
488
|
counterparty: {
|
|
489
489
|
channel_id: 'channel-10',
|
|
490
490
|
base_denom: 'uusd',
|
|
491
|
-
chain_name: '
|
|
491
|
+
chain_name: 'symphonytestnet3'
|
|
492
492
|
},
|
|
493
493
|
chain: {
|
|
494
494
|
channel_id: 'channel-495'
|
|
@@ -522,7 +522,7 @@ const assets = {
|
|
|
522
522
|
counterparty: {
|
|
523
523
|
channel_id: 'channel-10',
|
|
524
524
|
base_denom: 'ukhd',
|
|
525
|
-
chain_name: '
|
|
525
|
+
chain_name: 'symphonytestnet3'
|
|
526
526
|
},
|
|
527
527
|
chain: {
|
|
528
528
|
channel_id: 'channel-495'
|
|
@@ -556,7 +556,7 @@ const assets = {
|
|
|
556
556
|
counterparty: {
|
|
557
557
|
channel_id: 'channel-10',
|
|
558
558
|
base_denom: 'uvnd',
|
|
559
|
-
chain_name: '
|
|
559
|
+
chain_name: 'symphonytestnet3'
|
|
560
560
|
},
|
|
561
561
|
chain: {
|
|
562
562
|
channel_id: 'channel-495'
|
package/esm/testnet/assets.js
CHANGED
|
@@ -35,10 +35,11 @@ import _sgetestnet from './sgetestnet';
|
|
|
35
35
|
import _stargazetestnet from './stargazetestnet';
|
|
36
36
|
import _swisstroniktestnet from './swisstroniktestnet';
|
|
37
37
|
import _symphonytestnet from './symphonytestnet';
|
|
38
|
+
import _symphonytestnet3 from './symphonytestnet3';
|
|
38
39
|
import _synternettestnet from './synternettestnet';
|
|
39
40
|
import _terra2testnet from './terra2testnet';
|
|
40
41
|
import _titannettestnet from './titannettestnet';
|
|
41
42
|
import _titantestnet from './titantestnet';
|
|
42
43
|
import _xiontestnet from './xiontestnet';
|
|
43
|
-
const assets = [_akashtestnet, _archwaytestnet, _axelartestnet, _celestiatestnet3, _chain4energytestnet, _composabletestnet, _coreumtestnet, _cosmoshubtestnet, _doravotatestnet, _dydxtestnet, _elystestnet, _empowertestnet, _impacthubtestnet, _injectivetestnet, _jackaltestnet2, _junotestnet, _kimanetworktestnet, _kujiratestnet, _kyvetestnet, _lavatestnet, _likecointestnet, _manifesttestnet, _mantrachaintestnet, _marstestnet, _neutrontestnet, _nobletestnet, _noistestnet, _nolustestnet, _osmosistestnet, _persistencetestnet2, _quicksilvertestnet, _sagatestnet, _seitestnet2, _sgetestnet, _stargazetestnet, _swisstroniktestnet, _symphonytestnet, _synternettestnet, _terra2testnet, _titannettestnet, _titantestnet, _xiontestnet];
|
|
44
|
+
const assets = [_akashtestnet, _archwaytestnet, _axelartestnet, _celestiatestnet3, _chain4energytestnet, _composabletestnet, _coreumtestnet, _cosmoshubtestnet, _doravotatestnet, _dydxtestnet, _elystestnet, _empowertestnet, _impacthubtestnet, _injectivetestnet, _jackaltestnet2, _junotestnet, _kimanetworktestnet, _kujiratestnet, _kyvetestnet, _lavatestnet, _likecointestnet, _manifesttestnet, _mantrachaintestnet, _marstestnet, _neutrontestnet, _nobletestnet, _noistestnet, _nolustestnet, _osmosistestnet, _persistencetestnet2, _quicksilvertestnet, _sagatestnet, _seitestnet2, _sgetestnet, _stargazetestnet, _swisstroniktestnet, _symphonytestnet, _symphonytestnet3, _synternettestnet, _terra2testnet, _titannettestnet, _titantestnet, _xiontestnet];
|
|
44
45
|
export default assets;
|