@chain-registry/assets 1.70.222 → 1.70.224
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/dungeon.js +314 -0
- package/esm/mainnet/elys.js +434 -0
- package/esm/mainnet/kopi.js +254 -0
- package/esm/mainnet/noble.js +82 -0
- package/esm/testnet/agoricdevnet.js +478 -0
- package/esm/testnet/assets.js +3 -1
- package/esm/testnet/axelartestnet.js +164 -0
- package/esm/testnet/cosmosicsprovidertestnet.js +164 -0
- package/esm/testnet/elystestnet.js +164 -0
- package/esm/testnet/index.js +2 -0
- package/esm/testnet/neutrontestnet.js +164 -0
- package/esm/testnet/nobletestnet.js +164 -0
- package/esm/testnet/osmosistestnet.js +164 -0
- package/esm/testnet/stridetestnet.js +170 -0
- package/index.d.ts +1 -1
- package/mainnet/dungeon.js +314 -0
- package/mainnet/elys.js +434 -0
- package/mainnet/kopi.js +254 -0
- package/mainnet/noble.js +82 -0
- package/package.json +5 -5
- package/testnet/agoricdevnet.d.ts +3 -0
- package/testnet/agoricdevnet.js +480 -0
- package/testnet/assets.js +3 -1
- package/testnet/axelartestnet.js +164 -0
- package/testnet/cosmosicsprovidertestnet.js +164 -0
- package/testnet/elystestnet.js +164 -0
- package/testnet/index.d.ts +2 -0
- package/testnet/index.js +3 -1
- package/testnet/neutrontestnet.js +164 -0
- package/testnet/nobletestnet.js +164 -0
- package/testnet/osmosistestnet.js +164 -0
- package/testnet/stridetestnet.d.ts +3 -0
- package/testnet/stridetestnet.js +172 -0
|
@@ -0,0 +1,478 @@
|
|
|
1
|
+
const assets = {
|
|
2
|
+
chain_name: 'agoricdevnet',
|
|
3
|
+
assets: [
|
|
4
|
+
{
|
|
5
|
+
description: 'The native staking and governance token for the Cosmos ICS Provider Testnet.',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'ibc/F00782820450D9F76025F7FC25BF026EC11309069CE89C1CD326311033E17E3E',
|
|
8
|
+
exponent: 0,
|
|
9
|
+
aliases: ['uatom']
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'atom',
|
|
12
|
+
exponent: 6
|
|
13
|
+
}],
|
|
14
|
+
base: 'ibc/F00782820450D9F76025F7FC25BF026EC11309069CE89C1CD326311033E17E3E',
|
|
15
|
+
name: 'Cosmos',
|
|
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
|
+
images: [{
|
|
23
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
24
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
25
|
+
}],
|
|
26
|
+
type_asset: 'sdk.coin',
|
|
27
|
+
traces: [{
|
|
28
|
+
type: 'ibc',
|
|
29
|
+
counterparty: {
|
|
30
|
+
channel_id: 'channel-388',
|
|
31
|
+
base_denom: 'uatom',
|
|
32
|
+
chain_name: 'cosmosicsprovidertestnet'
|
|
33
|
+
},
|
|
34
|
+
chain: {
|
|
35
|
+
channel_id: 'channel-25'
|
|
36
|
+
}
|
|
37
|
+
}]
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
description: 'Eden token definition',
|
|
41
|
+
denom_units: [
|
|
42
|
+
{
|
|
43
|
+
denom: 'ibc/E2B1D51FB8B78EB9497FFAAA6168FD3098E4B52C78841C28D052E38DF90A1C60',
|
|
44
|
+
exponent: 0,
|
|
45
|
+
aliases: ['ueden']
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
denom: 'meden',
|
|
49
|
+
exponent: 3,
|
|
50
|
+
aliases: ['millieden']
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
denom: 'eden',
|
|
54
|
+
exponent: 6,
|
|
55
|
+
aliases: []
|
|
56
|
+
}
|
|
57
|
+
],
|
|
58
|
+
base: 'ibc/E2B1D51FB8B78EB9497FFAAA6168FD3098E4B52C78841C28D052E38DF90A1C60',
|
|
59
|
+
name: 'Eden',
|
|
60
|
+
display: 'eden',
|
|
61
|
+
symbol: 'EDEN',
|
|
62
|
+
logo_URIs: {
|
|
63
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/elystestnet/images/eden.png'
|
|
64
|
+
},
|
|
65
|
+
images: [{
|
|
66
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/elystestnet/images/eden.png'
|
|
67
|
+
}],
|
|
68
|
+
type_asset: 'sdk.coin',
|
|
69
|
+
traces: [{
|
|
70
|
+
type: 'ibc',
|
|
71
|
+
counterparty: {
|
|
72
|
+
channel_id: 'channel-11',
|
|
73
|
+
base_denom: 'ueden',
|
|
74
|
+
chain_name: 'elystestnet'
|
|
75
|
+
},
|
|
76
|
+
chain: {
|
|
77
|
+
channel_id: 'channel-23'
|
|
78
|
+
}
|
|
79
|
+
}]
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
description: 'The native token of Neutron chain',
|
|
83
|
+
denom_units: [{
|
|
84
|
+
denom: 'ibc/74989B1FAC0186E85055BEAFB7F6816F3A65E4EE0D79F95889CF7AF3D2930A61',
|
|
85
|
+
exponent: 0,
|
|
86
|
+
aliases: ['untrn']
|
|
87
|
+
}, {
|
|
88
|
+
denom: 'ntrn',
|
|
89
|
+
exponent: 6
|
|
90
|
+
}],
|
|
91
|
+
base: 'ibc/74989B1FAC0186E85055BEAFB7F6816F3A65E4EE0D79F95889CF7AF3D2930A61',
|
|
92
|
+
name: 'Neutron Testnet',
|
|
93
|
+
display: 'ntrn',
|
|
94
|
+
symbol: 'NTRN',
|
|
95
|
+
logo_URIs: {
|
|
96
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.png',
|
|
97
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.svg'
|
|
98
|
+
},
|
|
99
|
+
images: [{
|
|
100
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.png',
|
|
101
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.svg'
|
|
102
|
+
}],
|
|
103
|
+
type_asset: 'sdk.coin',
|
|
104
|
+
traces: [{
|
|
105
|
+
type: 'ibc',
|
|
106
|
+
counterparty: {
|
|
107
|
+
channel_id: 'channel-1578',
|
|
108
|
+
base_denom: 'untrn',
|
|
109
|
+
chain_name: 'neutrontestnet'
|
|
110
|
+
},
|
|
111
|
+
chain: {
|
|
112
|
+
channel_id: 'channel-62'
|
|
113
|
+
}
|
|
114
|
+
}]
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
description: 'The controlled staking asset for Noble Chain',
|
|
118
|
+
denom_units: [{
|
|
119
|
+
denom: 'ibc/C1F9ED162106514A423FD073D997EF84FE7C31352D2C347C307B7404EF3FEE76',
|
|
120
|
+
exponent: 0,
|
|
121
|
+
aliases: ['ustake']
|
|
122
|
+
}, {
|
|
123
|
+
denom: 'stake',
|
|
124
|
+
exponent: 6
|
|
125
|
+
}],
|
|
126
|
+
base: 'ibc/C1F9ED162106514A423FD073D997EF84FE7C31352D2C347C307B7404EF3FEE76',
|
|
127
|
+
name: 'Stake',
|
|
128
|
+
display: 'stake',
|
|
129
|
+
symbol: 'STAKE',
|
|
130
|
+
type_asset: 'sdk.coin',
|
|
131
|
+
traces: [{
|
|
132
|
+
type: 'ibc',
|
|
133
|
+
counterparty: {
|
|
134
|
+
channel_id: 'channel-337',
|
|
135
|
+
base_denom: 'ustake',
|
|
136
|
+
chain_name: 'nobletestnet'
|
|
137
|
+
},
|
|
138
|
+
chain: {
|
|
139
|
+
channel_id: 'channel-11'
|
|
140
|
+
}
|
|
141
|
+
}]
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
description: 'Love is a test tokenfactory asset controlled by the Strangelove Team',
|
|
145
|
+
denom_units: [{
|
|
146
|
+
denom: 'ibc/A8B8A87CB235E6928986CCEB8CB6C9FD6ED9877FB842CC1ED9DC86A10E76C58D',
|
|
147
|
+
exponent: 0,
|
|
148
|
+
aliases: ['ulove']
|
|
149
|
+
}, {
|
|
150
|
+
denom: 'love',
|
|
151
|
+
exponent: 6
|
|
152
|
+
}],
|
|
153
|
+
base: 'ibc/A8B8A87CB235E6928986CCEB8CB6C9FD6ED9877FB842CC1ED9DC86A10E76C58D',
|
|
154
|
+
display: 'love',
|
|
155
|
+
name: 'Love',
|
|
156
|
+
symbol: 'LOVE',
|
|
157
|
+
type_asset: 'sdk.coin',
|
|
158
|
+
traces: [{
|
|
159
|
+
type: 'ibc',
|
|
160
|
+
counterparty: {
|
|
161
|
+
channel_id: 'channel-337',
|
|
162
|
+
base_denom: 'ulove',
|
|
163
|
+
chain_name: 'nobletestnet'
|
|
164
|
+
},
|
|
165
|
+
chain: {
|
|
166
|
+
channel_id: 'channel-11'
|
|
167
|
+
}
|
|
168
|
+
}]
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
description: 'Ondo US Dollar Yield',
|
|
172
|
+
denom_units: [{
|
|
173
|
+
denom: 'ibc/6DC3FDD175018558A60AB2D00A73F6D72CD778187F613D312C4BFEAA7C333D55',
|
|
174
|
+
exponent: 0,
|
|
175
|
+
aliases: ['ausdy']
|
|
176
|
+
}, {
|
|
177
|
+
denom: 'usdy',
|
|
178
|
+
exponent: 18
|
|
179
|
+
}],
|
|
180
|
+
base: 'ibc/6DC3FDD175018558A60AB2D00A73F6D72CD778187F613D312C4BFEAA7C333D55',
|
|
181
|
+
display: 'usdy',
|
|
182
|
+
name: 'Ondo US Dollar Yield',
|
|
183
|
+
symbol: 'USDY',
|
|
184
|
+
logo_URIs: {
|
|
185
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
186
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
187
|
+
},
|
|
188
|
+
images: [{
|
|
189
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
190
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
191
|
+
}],
|
|
192
|
+
type_asset: 'sdk.coin',
|
|
193
|
+
traces: [{
|
|
194
|
+
type: 'ibc',
|
|
195
|
+
counterparty: {
|
|
196
|
+
channel_id: 'channel-337',
|
|
197
|
+
base_denom: 'ausdy',
|
|
198
|
+
chain_name: 'nobletestnet'
|
|
199
|
+
},
|
|
200
|
+
chain: {
|
|
201
|
+
channel_id: 'channel-11'
|
|
202
|
+
}
|
|
203
|
+
}]
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
description: 'The native token of Stride',
|
|
207
|
+
denom_units: [{
|
|
208
|
+
denom: 'ibc/B183F98F84C113AE32DF2F7F8C58A8E6965BA74EB789DB032C5A232762DBAE51',
|
|
209
|
+
exponent: 0,
|
|
210
|
+
aliases: ['ustrd']
|
|
211
|
+
}, {
|
|
212
|
+
denom: 'strd',
|
|
213
|
+
exponent: 6
|
|
214
|
+
}],
|
|
215
|
+
base: 'ibc/B183F98F84C113AE32DF2F7F8C58A8E6965BA74EB789DB032C5A232762DBAE51',
|
|
216
|
+
name: 'Stride',
|
|
217
|
+
display: 'strd',
|
|
218
|
+
symbol: 'STRD',
|
|
219
|
+
logo_URIs: {
|
|
220
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
|
|
221
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
|
|
222
|
+
},
|
|
223
|
+
images: [{
|
|
224
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
|
|
225
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
|
|
226
|
+
}],
|
|
227
|
+
type_asset: 'sdk.coin',
|
|
228
|
+
traces: [{
|
|
229
|
+
type: 'ibc',
|
|
230
|
+
counterparty: {
|
|
231
|
+
channel_id: 'channel-60',
|
|
232
|
+
base_denom: 'ustrd',
|
|
233
|
+
chain_name: 'stridetestnet'
|
|
234
|
+
},
|
|
235
|
+
chain: {
|
|
236
|
+
channel_id: 'channel-13'
|
|
237
|
+
}
|
|
238
|
+
}]
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
description: 'The native staking and governance token for the Cosmos ICS Provider Testnet.',
|
|
242
|
+
denom_units: [{
|
|
243
|
+
denom: 'ibc/F00782820450D9F76025F7FC25BF026EC11309069CE89C1CD326311033E17E3E',
|
|
244
|
+
exponent: 0,
|
|
245
|
+
aliases: ['uatom']
|
|
246
|
+
}, {
|
|
247
|
+
denom: 'atom',
|
|
248
|
+
exponent: 6
|
|
249
|
+
}],
|
|
250
|
+
base: 'ibc/F00782820450D9F76025F7FC25BF026EC11309069CE89C1CD326311033E17E3E',
|
|
251
|
+
name: 'Cosmos',
|
|
252
|
+
display: 'atom',
|
|
253
|
+
symbol: 'ATOM',
|
|
254
|
+
logo_URIs: {
|
|
255
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
256
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
257
|
+
},
|
|
258
|
+
images: [{
|
|
259
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
260
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
261
|
+
}],
|
|
262
|
+
type_asset: 'sdk.coin',
|
|
263
|
+
traces: [{
|
|
264
|
+
type: 'ibc',
|
|
265
|
+
counterparty: {
|
|
266
|
+
channel_id: 'channel-388',
|
|
267
|
+
base_denom: 'uatom',
|
|
268
|
+
chain_name: 'cosmosicsprovidertestnet'
|
|
269
|
+
},
|
|
270
|
+
chain: {
|
|
271
|
+
channel_id: 'channel-25'
|
|
272
|
+
}
|
|
273
|
+
}]
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
description: 'Eden token definition',
|
|
277
|
+
denom_units: [
|
|
278
|
+
{
|
|
279
|
+
denom: 'ibc/E2B1D51FB8B78EB9497FFAAA6168FD3098E4B52C78841C28D052E38DF90A1C60',
|
|
280
|
+
exponent: 0,
|
|
281
|
+
aliases: ['ueden']
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
denom: 'meden',
|
|
285
|
+
exponent: 3,
|
|
286
|
+
aliases: ['millieden']
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
denom: 'eden',
|
|
290
|
+
exponent: 6,
|
|
291
|
+
aliases: []
|
|
292
|
+
}
|
|
293
|
+
],
|
|
294
|
+
base: 'ibc/E2B1D51FB8B78EB9497FFAAA6168FD3098E4B52C78841C28D052E38DF90A1C60',
|
|
295
|
+
name: 'Eden',
|
|
296
|
+
display: 'eden',
|
|
297
|
+
symbol: 'EDEN',
|
|
298
|
+
logo_URIs: {
|
|
299
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/elystestnet/images/eden.png'
|
|
300
|
+
},
|
|
301
|
+
images: [{
|
|
302
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/elystestnet/images/eden.png'
|
|
303
|
+
}],
|
|
304
|
+
type_asset: 'sdk.coin',
|
|
305
|
+
traces: [{
|
|
306
|
+
type: 'ibc',
|
|
307
|
+
counterparty: {
|
|
308
|
+
channel_id: 'channel-11',
|
|
309
|
+
base_denom: 'ueden',
|
|
310
|
+
chain_name: 'elystestnet'
|
|
311
|
+
},
|
|
312
|
+
chain: {
|
|
313
|
+
channel_id: 'channel-23'
|
|
314
|
+
}
|
|
315
|
+
}]
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
description: 'The native token of Neutron chain',
|
|
319
|
+
denom_units: [{
|
|
320
|
+
denom: 'ibc/74989B1FAC0186E85055BEAFB7F6816F3A65E4EE0D79F95889CF7AF3D2930A61',
|
|
321
|
+
exponent: 0,
|
|
322
|
+
aliases: ['untrn']
|
|
323
|
+
}, {
|
|
324
|
+
denom: 'ntrn',
|
|
325
|
+
exponent: 6
|
|
326
|
+
}],
|
|
327
|
+
base: 'ibc/74989B1FAC0186E85055BEAFB7F6816F3A65E4EE0D79F95889CF7AF3D2930A61',
|
|
328
|
+
name: 'Neutron Testnet',
|
|
329
|
+
display: 'ntrn',
|
|
330
|
+
symbol: 'NTRN',
|
|
331
|
+
logo_URIs: {
|
|
332
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.png',
|
|
333
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.svg'
|
|
334
|
+
},
|
|
335
|
+
images: [{
|
|
336
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.png',
|
|
337
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.svg'
|
|
338
|
+
}],
|
|
339
|
+
type_asset: 'sdk.coin',
|
|
340
|
+
traces: [{
|
|
341
|
+
type: 'ibc',
|
|
342
|
+
counterparty: {
|
|
343
|
+
channel_id: 'channel-1578',
|
|
344
|
+
base_denom: 'untrn',
|
|
345
|
+
chain_name: 'neutrontestnet'
|
|
346
|
+
},
|
|
347
|
+
chain: {
|
|
348
|
+
channel_id: 'channel-62'
|
|
349
|
+
}
|
|
350
|
+
}]
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
description: 'The controlled staking asset for Noble Chain',
|
|
354
|
+
denom_units: [{
|
|
355
|
+
denom: 'ibc/C1F9ED162106514A423FD073D997EF84FE7C31352D2C347C307B7404EF3FEE76',
|
|
356
|
+
exponent: 0,
|
|
357
|
+
aliases: ['ustake']
|
|
358
|
+
}, {
|
|
359
|
+
denom: 'stake',
|
|
360
|
+
exponent: 6
|
|
361
|
+
}],
|
|
362
|
+
base: 'ibc/C1F9ED162106514A423FD073D997EF84FE7C31352D2C347C307B7404EF3FEE76',
|
|
363
|
+
name: 'Stake',
|
|
364
|
+
display: 'stake',
|
|
365
|
+
symbol: 'STAKE',
|
|
366
|
+
type_asset: 'sdk.coin',
|
|
367
|
+
traces: [{
|
|
368
|
+
type: 'ibc',
|
|
369
|
+
counterparty: {
|
|
370
|
+
channel_id: 'channel-337',
|
|
371
|
+
base_denom: 'ustake',
|
|
372
|
+
chain_name: 'nobletestnet'
|
|
373
|
+
},
|
|
374
|
+
chain: {
|
|
375
|
+
channel_id: 'channel-11'
|
|
376
|
+
}
|
|
377
|
+
}]
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
description: 'Love is a test tokenfactory asset controlled by the Strangelove Team',
|
|
381
|
+
denom_units: [{
|
|
382
|
+
denom: 'ibc/A8B8A87CB235E6928986CCEB8CB6C9FD6ED9877FB842CC1ED9DC86A10E76C58D',
|
|
383
|
+
exponent: 0,
|
|
384
|
+
aliases: ['ulove']
|
|
385
|
+
}, {
|
|
386
|
+
denom: 'love',
|
|
387
|
+
exponent: 6
|
|
388
|
+
}],
|
|
389
|
+
base: 'ibc/A8B8A87CB235E6928986CCEB8CB6C9FD6ED9877FB842CC1ED9DC86A10E76C58D',
|
|
390
|
+
display: 'love',
|
|
391
|
+
name: 'Love',
|
|
392
|
+
symbol: 'LOVE',
|
|
393
|
+
type_asset: 'sdk.coin',
|
|
394
|
+
traces: [{
|
|
395
|
+
type: 'ibc',
|
|
396
|
+
counterparty: {
|
|
397
|
+
channel_id: 'channel-337',
|
|
398
|
+
base_denom: 'ulove',
|
|
399
|
+
chain_name: 'nobletestnet'
|
|
400
|
+
},
|
|
401
|
+
chain: {
|
|
402
|
+
channel_id: 'channel-11'
|
|
403
|
+
}
|
|
404
|
+
}]
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
description: 'Ondo US Dollar Yield',
|
|
408
|
+
denom_units: [{
|
|
409
|
+
denom: 'ibc/6DC3FDD175018558A60AB2D00A73F6D72CD778187F613D312C4BFEAA7C333D55',
|
|
410
|
+
exponent: 0,
|
|
411
|
+
aliases: ['ausdy']
|
|
412
|
+
}, {
|
|
413
|
+
denom: 'usdy',
|
|
414
|
+
exponent: 18
|
|
415
|
+
}],
|
|
416
|
+
base: 'ibc/6DC3FDD175018558A60AB2D00A73F6D72CD778187F613D312C4BFEAA7C333D55',
|
|
417
|
+
display: 'usdy',
|
|
418
|
+
name: 'Ondo US Dollar Yield',
|
|
419
|
+
symbol: 'USDY',
|
|
420
|
+
logo_URIs: {
|
|
421
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
422
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
423
|
+
},
|
|
424
|
+
images: [{
|
|
425
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
426
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
427
|
+
}],
|
|
428
|
+
type_asset: 'sdk.coin',
|
|
429
|
+
traces: [{
|
|
430
|
+
type: 'ibc',
|
|
431
|
+
counterparty: {
|
|
432
|
+
channel_id: 'channel-337',
|
|
433
|
+
base_denom: 'ausdy',
|
|
434
|
+
chain_name: 'nobletestnet'
|
|
435
|
+
},
|
|
436
|
+
chain: {
|
|
437
|
+
channel_id: 'channel-11'
|
|
438
|
+
}
|
|
439
|
+
}]
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
description: 'The native token of Stride',
|
|
443
|
+
denom_units: [{
|
|
444
|
+
denom: 'ibc/B183F98F84C113AE32DF2F7F8C58A8E6965BA74EB789DB032C5A232762DBAE51',
|
|
445
|
+
exponent: 0,
|
|
446
|
+
aliases: ['ustrd']
|
|
447
|
+
}, {
|
|
448
|
+
denom: 'strd',
|
|
449
|
+
exponent: 6
|
|
450
|
+
}],
|
|
451
|
+
base: 'ibc/B183F98F84C113AE32DF2F7F8C58A8E6965BA74EB789DB032C5A232762DBAE51',
|
|
452
|
+
name: 'Stride',
|
|
453
|
+
display: 'strd',
|
|
454
|
+
symbol: 'STRD',
|
|
455
|
+
logo_URIs: {
|
|
456
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
|
|
457
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
|
|
458
|
+
},
|
|
459
|
+
images: [{
|
|
460
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
|
|
461
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
|
|
462
|
+
}],
|
|
463
|
+
type_asset: 'sdk.coin',
|
|
464
|
+
traces: [{
|
|
465
|
+
type: 'ibc',
|
|
466
|
+
counterparty: {
|
|
467
|
+
channel_id: 'channel-60',
|
|
468
|
+
base_denom: 'ustrd',
|
|
469
|
+
chain_name: 'stridetestnet'
|
|
470
|
+
},
|
|
471
|
+
chain: {
|
|
472
|
+
channel_id: 'channel-13'
|
|
473
|
+
}
|
|
474
|
+
}]
|
|
475
|
+
}
|
|
476
|
+
]
|
|
477
|
+
};
|
|
478
|
+
export default assets;
|
package/esm/testnet/assets.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import _agoricdevnet from './agoricdevnet';
|
|
1
2
|
import _akashtestnet from './akashtestnet';
|
|
2
3
|
import _archwaytestnet from './archwaytestnet';
|
|
3
4
|
import _axelartestnet from './axelartestnet';
|
|
@@ -35,6 +36,7 @@ import _sagatestnet from './sagatestnet';
|
|
|
35
36
|
import _seitestnet2 from './seitestnet2';
|
|
36
37
|
import _sgetestnet from './sgetestnet';
|
|
37
38
|
import _stargazetestnet from './stargazetestnet';
|
|
39
|
+
import _stridetestnet from './stridetestnet';
|
|
38
40
|
import _swisstroniktestnet from './swisstroniktestnet';
|
|
39
41
|
import _symphonytestnet from './symphonytestnet';
|
|
40
42
|
import _symphonytestnet3 from './symphonytestnet3';
|
|
@@ -45,5 +47,5 @@ import _titantestnet from './titantestnet';
|
|
|
45
47
|
import _wardenprotocoltestnet from './wardenprotocoltestnet';
|
|
46
48
|
import _xiontestnet2 from './xiontestnet2';
|
|
47
49
|
import _xrplevmtestnet from './xrplevmtestnet';
|
|
48
|
-
const assets = [_akashtestnet, _archwaytestnet, _axelartestnet, _babylontestnet, _celestiatestnet3, _chain4energytestnet, _composabletestnet, _coreumtestnet, _cosmoshubtestnet, _cosmosicsprovidertestnet, _doravotatestnet, _dydxtestnet, _elystestnet, _empowertestnet, _impacthubtestnet, _injectivetestnet, _int3facetestnet, _jackaltestnet2, _kimanetworktestnet, _kujiratestnet, _kyvetestnet, _lavatestnet, _likecointestnet, _manifesttestnet, _mantrachaintestnet, _mantrachaintestnet2, _marstestnet, _neutrontestnet, _nobletestnet, _noistestnet, _nolustestnet, _osmosistestnet, _persistencetestnet2, _sagatestnet, _seitestnet2, _sgetestnet, _stargazetestnet, _swisstroniktestnet, _symphonytestnet, _symphonytestnet3, _synternettestnet, _terra2testnet, _titannettestnet, _titantestnet, _wardenprotocoltestnet, _xiontestnet2, _xrplevmtestnet];
|
|
50
|
+
const assets = [_agoricdevnet, _akashtestnet, _archwaytestnet, _axelartestnet, _babylontestnet, _celestiatestnet3, _chain4energytestnet, _composabletestnet, _coreumtestnet, _cosmoshubtestnet, _cosmosicsprovidertestnet, _doravotatestnet, _dydxtestnet, _elystestnet, _empowertestnet, _impacthubtestnet, _injectivetestnet, _int3facetestnet, _jackaltestnet2, _kimanetworktestnet, _kujiratestnet, _kyvetestnet, _lavatestnet, _likecointestnet, _manifesttestnet, _mantrachaintestnet, _mantrachaintestnet2, _marstestnet, _neutrontestnet, _nobletestnet, _noistestnet, _nolustestnet, _osmosistestnet, _persistencetestnet2, _sagatestnet, _seitestnet2, _sgetestnet, _stargazetestnet, _stridetestnet, _swisstroniktestnet, _symphonytestnet, _symphonytestnet3, _synternettestnet, _terra2testnet, _titannettestnet, _titantestnet, _wardenprotocoltestnet, _xiontestnet2, _xrplevmtestnet];
|
|
49
51
|
export default assets;
|
|
@@ -1,6 +1,170 @@
|
|
|
1
1
|
const assets = {
|
|
2
2
|
chain_name: 'axelartestnet',
|
|
3
3
|
assets: [
|
|
4
|
+
{
|
|
5
|
+
description: 'Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'ibc/7EC27DE8BE837B6EDCADCE2B87705C8A5D034A446DD65E80AEDED7A952A40344',
|
|
8
|
+
exponent: 0,
|
|
9
|
+
aliases: ['ubld']
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'bld',
|
|
12
|
+
exponent: 6
|
|
13
|
+
}],
|
|
14
|
+
base: 'ibc/7EC27DE8BE837B6EDCADCE2B87705C8A5D034A446DD65E80AEDED7A952A40344',
|
|
15
|
+
name: 'Agoric',
|
|
16
|
+
display: 'bld',
|
|
17
|
+
symbol: 'BLD',
|
|
18
|
+
logo_URIs: {
|
|
19
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png',
|
|
20
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg'
|
|
21
|
+
},
|
|
22
|
+
coingecko_id: 'agoric',
|
|
23
|
+
images: [{
|
|
24
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png',
|
|
25
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg',
|
|
26
|
+
theme: {
|
|
27
|
+
primary_color_hex: '#c42b44'
|
|
28
|
+
}
|
|
29
|
+
}],
|
|
30
|
+
socials: {
|
|
31
|
+
website: 'https://agoric.com/',
|
|
32
|
+
twitter: 'https://twitter.com/agoric'
|
|
33
|
+
},
|
|
34
|
+
type_asset: 'sdk.coin',
|
|
35
|
+
traces: [{
|
|
36
|
+
type: 'ibc',
|
|
37
|
+
counterparty: {
|
|
38
|
+
channel_id: 'channel-12',
|
|
39
|
+
base_denom: 'ubld',
|
|
40
|
+
chain_name: 'agoricdevnet'
|
|
41
|
+
},
|
|
42
|
+
chain: {
|
|
43
|
+
channel_id: 'channel-602'
|
|
44
|
+
}
|
|
45
|
+
}]
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
description: 'IST is the stable token used by the Agoric chain for execution fees and commerce.',
|
|
49
|
+
denom_units: [{
|
|
50
|
+
denom: 'ibc/AC3AF57CE2EF4A5B3BE80896E30692BB1B678D7224BC42BAFDB7C4FF6FF4F8E8',
|
|
51
|
+
exponent: 0,
|
|
52
|
+
aliases: ['uist']
|
|
53
|
+
}, {
|
|
54
|
+
denom: 'ist',
|
|
55
|
+
exponent: 6
|
|
56
|
+
}],
|
|
57
|
+
base: 'ibc/AC3AF57CE2EF4A5B3BE80896E30692BB1B678D7224BC42BAFDB7C4FF6FF4F8E8',
|
|
58
|
+
name: 'Inter Stable Token',
|
|
59
|
+
display: 'ist',
|
|
60
|
+
symbol: 'IST',
|
|
61
|
+
logo_URIs: {
|
|
62
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png',
|
|
63
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg'
|
|
64
|
+
},
|
|
65
|
+
coingecko_id: 'inter-stable-token',
|
|
66
|
+
images: [{
|
|
67
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png',
|
|
68
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg',
|
|
69
|
+
theme: {
|
|
70
|
+
primary_color_hex: '#d485e2'
|
|
71
|
+
}
|
|
72
|
+
}],
|
|
73
|
+
type_asset: 'sdk.coin',
|
|
74
|
+
traces: [{
|
|
75
|
+
type: 'ibc',
|
|
76
|
+
counterparty: {
|
|
77
|
+
channel_id: 'channel-12',
|
|
78
|
+
base_denom: 'uist',
|
|
79
|
+
chain_name: 'agoricdevnet'
|
|
80
|
+
},
|
|
81
|
+
chain: {
|
|
82
|
+
channel_id: 'channel-602'
|
|
83
|
+
}
|
|
84
|
+
}]
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
description: 'Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.',
|
|
88
|
+
denom_units: [{
|
|
89
|
+
denom: 'ibc/7EC27DE8BE837B6EDCADCE2B87705C8A5D034A446DD65E80AEDED7A952A40344',
|
|
90
|
+
exponent: 0,
|
|
91
|
+
aliases: ['ubld']
|
|
92
|
+
}, {
|
|
93
|
+
denom: 'bld',
|
|
94
|
+
exponent: 6
|
|
95
|
+
}],
|
|
96
|
+
base: 'ibc/7EC27DE8BE837B6EDCADCE2B87705C8A5D034A446DD65E80AEDED7A952A40344',
|
|
97
|
+
name: 'Agoric',
|
|
98
|
+
display: 'bld',
|
|
99
|
+
symbol: 'BLD',
|
|
100
|
+
logo_URIs: {
|
|
101
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png',
|
|
102
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg'
|
|
103
|
+
},
|
|
104
|
+
coingecko_id: 'agoric',
|
|
105
|
+
images: [{
|
|
106
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png',
|
|
107
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg',
|
|
108
|
+
theme: {
|
|
109
|
+
primary_color_hex: '#c42b44'
|
|
110
|
+
}
|
|
111
|
+
}],
|
|
112
|
+
socials: {
|
|
113
|
+
website: 'https://agoric.com/',
|
|
114
|
+
twitter: 'https://twitter.com/agoric'
|
|
115
|
+
},
|
|
116
|
+
type_asset: 'sdk.coin',
|
|
117
|
+
traces: [{
|
|
118
|
+
type: 'ibc',
|
|
119
|
+
counterparty: {
|
|
120
|
+
channel_id: 'channel-12',
|
|
121
|
+
base_denom: 'ubld',
|
|
122
|
+
chain_name: 'agoricdevnet'
|
|
123
|
+
},
|
|
124
|
+
chain: {
|
|
125
|
+
channel_id: 'channel-602'
|
|
126
|
+
}
|
|
127
|
+
}]
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
description: 'IST is the stable token used by the Agoric chain for execution fees and commerce.',
|
|
131
|
+
denom_units: [{
|
|
132
|
+
denom: 'ibc/AC3AF57CE2EF4A5B3BE80896E30692BB1B678D7224BC42BAFDB7C4FF6FF4F8E8',
|
|
133
|
+
exponent: 0,
|
|
134
|
+
aliases: ['uist']
|
|
135
|
+
}, {
|
|
136
|
+
denom: 'ist',
|
|
137
|
+
exponent: 6
|
|
138
|
+
}],
|
|
139
|
+
base: 'ibc/AC3AF57CE2EF4A5B3BE80896E30692BB1B678D7224BC42BAFDB7C4FF6FF4F8E8',
|
|
140
|
+
name: 'Inter Stable Token',
|
|
141
|
+
display: 'ist',
|
|
142
|
+
symbol: 'IST',
|
|
143
|
+
logo_URIs: {
|
|
144
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png',
|
|
145
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg'
|
|
146
|
+
},
|
|
147
|
+
coingecko_id: 'inter-stable-token',
|
|
148
|
+
images: [{
|
|
149
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png',
|
|
150
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg',
|
|
151
|
+
theme: {
|
|
152
|
+
primary_color_hex: '#d485e2'
|
|
153
|
+
}
|
|
154
|
+
}],
|
|
155
|
+
type_asset: 'sdk.coin',
|
|
156
|
+
traces: [{
|
|
157
|
+
type: 'ibc',
|
|
158
|
+
counterparty: {
|
|
159
|
+
channel_id: 'channel-12',
|
|
160
|
+
base_denom: 'uist',
|
|
161
|
+
chain_name: 'agoricdevnet'
|
|
162
|
+
},
|
|
163
|
+
chain: {
|
|
164
|
+
channel_id: 'channel-602'
|
|
165
|
+
}
|
|
166
|
+
}]
|
|
167
|
+
},
|
|
4
168
|
{
|
|
5
169
|
description: 'The native staking token of Babylon.',
|
|
6
170
|
denom_units: [{
|