@chain-registry/assets 1.70.152 → 1.70.154
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/testnet/axelartestnet.js +74 -0
- package/esm/testnet/babylontestnet.js +184 -3
- package/esm/testnet/nobletestnet.js +66 -0
- package/esm/testnet/osmosistestnet.js +8 -0
- package/index.d.ts +1 -1
- package/package.json +5 -5
- package/testnet/axelartestnet.js +74 -0
- package/testnet/babylontestnet.js +184 -3
- package/testnet/nobletestnet.js +66 -0
- package/testnet/osmosistestnet.js +8 -0
|
@@ -1,6 +1,39 @@
|
|
|
1
1
|
const assets = {
|
|
2
2
|
chain_name: 'axelartestnet',
|
|
3
3
|
assets: [
|
|
4
|
+
{
|
|
5
|
+
description: 'The native staking token of Babylon.',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'ibc/19142C352B3DB3B2C6CCE8B9EDCC8D4D8EF9E4A1335E54A69DE5F4ECFBBD8A36',
|
|
8
|
+
exponent: 0,
|
|
9
|
+
aliases: ['ubbn']
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'BABY',
|
|
12
|
+
exponent: 6
|
|
13
|
+
}],
|
|
14
|
+
base: 'ibc/19142C352B3DB3B2C6CCE8B9EDCC8D4D8EF9E4A1335E54A69DE5F4ECFBBD8A36',
|
|
15
|
+
name: 'Babylon Testnet',
|
|
16
|
+
display: 'BABY',
|
|
17
|
+
symbol: 'BABY',
|
|
18
|
+
logo_URIs: {
|
|
19
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
|
|
20
|
+
},
|
|
21
|
+
images: [{
|
|
22
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
|
|
23
|
+
}],
|
|
24
|
+
type_asset: 'sdk.coin',
|
|
25
|
+
traces: [{
|
|
26
|
+
type: 'ibc',
|
|
27
|
+
counterparty: {
|
|
28
|
+
channel_id: 'channel-13',
|
|
29
|
+
base_denom: 'ubbn',
|
|
30
|
+
chain_name: 'babylontestnet'
|
|
31
|
+
},
|
|
32
|
+
chain: {
|
|
33
|
+
channel_id: 'channel-598'
|
|
34
|
+
}
|
|
35
|
+
}]
|
|
36
|
+
},
|
|
4
37
|
{
|
|
5
38
|
description: 'The native token of Lava',
|
|
6
39
|
denom_units: [{
|
|
@@ -58,6 +91,10 @@ const assets = {
|
|
|
58
91
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
|
|
59
92
|
}],
|
|
60
93
|
type_asset: 'sdk.coin',
|
|
94
|
+
socials: {
|
|
95
|
+
website: 'https://manifestai.org/',
|
|
96
|
+
twitter: 'https://x.com/ManifestAIs/'
|
|
97
|
+
},
|
|
61
98
|
traces: [{
|
|
62
99
|
type: 'ibc',
|
|
63
100
|
counterparty: {
|
|
@@ -370,6 +407,39 @@ const assets = {
|
|
|
370
407
|
}
|
|
371
408
|
}]
|
|
372
409
|
},
|
|
410
|
+
{
|
|
411
|
+
description: 'The native staking token of Babylon.',
|
|
412
|
+
denom_units: [{
|
|
413
|
+
denom: 'ibc/19142C352B3DB3B2C6CCE8B9EDCC8D4D8EF9E4A1335E54A69DE5F4ECFBBD8A36',
|
|
414
|
+
exponent: 0,
|
|
415
|
+
aliases: ['ubbn']
|
|
416
|
+
}, {
|
|
417
|
+
denom: 'BABY',
|
|
418
|
+
exponent: 6
|
|
419
|
+
}],
|
|
420
|
+
base: 'ibc/19142C352B3DB3B2C6CCE8B9EDCC8D4D8EF9E4A1335E54A69DE5F4ECFBBD8A36',
|
|
421
|
+
name: 'Babylon Testnet',
|
|
422
|
+
display: 'BABY',
|
|
423
|
+
symbol: 'BABY',
|
|
424
|
+
logo_URIs: {
|
|
425
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
|
|
426
|
+
},
|
|
427
|
+
images: [{
|
|
428
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
|
|
429
|
+
}],
|
|
430
|
+
type_asset: 'sdk.coin',
|
|
431
|
+
traces: [{
|
|
432
|
+
type: 'ibc',
|
|
433
|
+
counterparty: {
|
|
434
|
+
channel_id: 'channel-13',
|
|
435
|
+
base_denom: 'ubbn',
|
|
436
|
+
chain_name: 'babylontestnet'
|
|
437
|
+
},
|
|
438
|
+
chain: {
|
|
439
|
+
channel_id: 'channel-598'
|
|
440
|
+
}
|
|
441
|
+
}]
|
|
442
|
+
},
|
|
373
443
|
{
|
|
374
444
|
description: 'The native token of Lava',
|
|
375
445
|
denom_units: [{
|
|
@@ -427,6 +497,10 @@ const assets = {
|
|
|
427
497
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
|
|
428
498
|
}],
|
|
429
499
|
type_asset: 'sdk.coin',
|
|
500
|
+
socials: {
|
|
501
|
+
website: 'https://manifestai.org/',
|
|
502
|
+
twitter: 'https://x.com/ManifestAIs/'
|
|
503
|
+
},
|
|
430
504
|
traces: [{
|
|
431
505
|
type: 'ibc',
|
|
432
506
|
counterparty: {
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
const assets = {
|
|
2
2
|
chain_name: 'babylontestnet',
|
|
3
|
-
assets: [
|
|
3
|
+
assets: [
|
|
4
|
+
{
|
|
4
5
|
description: 'The native token of Neutron chain',
|
|
5
6
|
denom_units: [{
|
|
6
7
|
denom: 'ibc/0C698C8970DB4C539455E5225665A804F6338753211319E44BAD39758B238695',
|
|
@@ -34,7 +35,97 @@ const assets = {
|
|
|
34
35
|
channel_id: 'channel-1'
|
|
35
36
|
}
|
|
36
37
|
}]
|
|
37
|
-
},
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
description: 'The controlled staking asset for Noble Chain',
|
|
41
|
+
denom_units: [{
|
|
42
|
+
denom: 'ibc/A5E7441A1AFBAD43F57E2D3273EDE7EB393686F452F9A740F45298DCAC284D22',
|
|
43
|
+
exponent: 0,
|
|
44
|
+
aliases: ['ustake']
|
|
45
|
+
}, {
|
|
46
|
+
denom: 'stake',
|
|
47
|
+
exponent: 6
|
|
48
|
+
}],
|
|
49
|
+
base: 'ibc/A5E7441A1AFBAD43F57E2D3273EDE7EB393686F452F9A740F45298DCAC284D22',
|
|
50
|
+
name: 'Stake',
|
|
51
|
+
display: 'stake',
|
|
52
|
+
symbol: 'STAKE',
|
|
53
|
+
type_asset: 'sdk.coin',
|
|
54
|
+
traces: [{
|
|
55
|
+
type: 'ibc',
|
|
56
|
+
counterparty: {
|
|
57
|
+
channel_id: 'channel-329',
|
|
58
|
+
base_denom: 'ustake',
|
|
59
|
+
chain_name: 'nobletestnet'
|
|
60
|
+
},
|
|
61
|
+
chain: {
|
|
62
|
+
channel_id: 'channel-7'
|
|
63
|
+
}
|
|
64
|
+
}]
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
description: 'Love is a test tokenfactory asset controlled by the Strangelove Team',
|
|
68
|
+
denom_units: [{
|
|
69
|
+
denom: 'ibc/A10DAE9FA74E62BF88564F45C8AA8FC253374384508CAC88778987A494774CE7',
|
|
70
|
+
exponent: 0,
|
|
71
|
+
aliases: ['ulove']
|
|
72
|
+
}, {
|
|
73
|
+
denom: 'love',
|
|
74
|
+
exponent: 6
|
|
75
|
+
}],
|
|
76
|
+
base: 'ibc/A10DAE9FA74E62BF88564F45C8AA8FC253374384508CAC88778987A494774CE7',
|
|
77
|
+
display: 'love',
|
|
78
|
+
name: 'Love',
|
|
79
|
+
symbol: 'LOVE',
|
|
80
|
+
type_asset: 'sdk.coin',
|
|
81
|
+
traces: [{
|
|
82
|
+
type: 'ibc',
|
|
83
|
+
counterparty: {
|
|
84
|
+
channel_id: 'channel-329',
|
|
85
|
+
base_denom: 'ulove',
|
|
86
|
+
chain_name: 'nobletestnet'
|
|
87
|
+
},
|
|
88
|
+
chain: {
|
|
89
|
+
channel_id: 'channel-7'
|
|
90
|
+
}
|
|
91
|
+
}]
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
description: 'Ondo US Dollar Yield',
|
|
95
|
+
denom_units: [{
|
|
96
|
+
denom: 'ibc/6DEA6B0F7C8AD73A7F5E4E0E2DBA06980B1A1527C727C0D7A6D0A4781F000E5F',
|
|
97
|
+
exponent: 0,
|
|
98
|
+
aliases: ['ausdy']
|
|
99
|
+
}, {
|
|
100
|
+
denom: 'usdy',
|
|
101
|
+
exponent: 18
|
|
102
|
+
}],
|
|
103
|
+
base: 'ibc/6DEA6B0F7C8AD73A7F5E4E0E2DBA06980B1A1527C727C0D7A6D0A4781F000E5F',
|
|
104
|
+
display: 'usdy',
|
|
105
|
+
name: 'Ondo US Dollar Yield',
|
|
106
|
+
symbol: 'USDY',
|
|
107
|
+
logo_URIs: {
|
|
108
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
109
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
110
|
+
},
|
|
111
|
+
images: [{
|
|
112
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
113
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
114
|
+
}],
|
|
115
|
+
type_asset: 'sdk.coin',
|
|
116
|
+
traces: [{
|
|
117
|
+
type: 'ibc',
|
|
118
|
+
counterparty: {
|
|
119
|
+
channel_id: 'channel-329',
|
|
120
|
+
base_denom: 'ausdy',
|
|
121
|
+
chain_name: 'nobletestnet'
|
|
122
|
+
},
|
|
123
|
+
chain: {
|
|
124
|
+
channel_id: 'channel-7'
|
|
125
|
+
}
|
|
126
|
+
}]
|
|
127
|
+
},
|
|
128
|
+
{
|
|
38
129
|
description: 'The native token of Neutron chain',
|
|
39
130
|
denom_units: [{
|
|
40
131
|
denom: 'ibc/0C698C8970DB4C539455E5225665A804F6338753211319E44BAD39758B238695',
|
|
@@ -68,6 +159,96 @@ const assets = {
|
|
|
68
159
|
channel_id: 'channel-1'
|
|
69
160
|
}
|
|
70
161
|
}]
|
|
71
|
-
}
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
description: 'The controlled staking asset for Noble Chain',
|
|
165
|
+
denom_units: [{
|
|
166
|
+
denom: 'ibc/A5E7441A1AFBAD43F57E2D3273EDE7EB393686F452F9A740F45298DCAC284D22',
|
|
167
|
+
exponent: 0,
|
|
168
|
+
aliases: ['ustake']
|
|
169
|
+
}, {
|
|
170
|
+
denom: 'stake',
|
|
171
|
+
exponent: 6
|
|
172
|
+
}],
|
|
173
|
+
base: 'ibc/A5E7441A1AFBAD43F57E2D3273EDE7EB393686F452F9A740F45298DCAC284D22',
|
|
174
|
+
name: 'Stake',
|
|
175
|
+
display: 'stake',
|
|
176
|
+
symbol: 'STAKE',
|
|
177
|
+
type_asset: 'sdk.coin',
|
|
178
|
+
traces: [{
|
|
179
|
+
type: 'ibc',
|
|
180
|
+
counterparty: {
|
|
181
|
+
channel_id: 'channel-329',
|
|
182
|
+
base_denom: 'ustake',
|
|
183
|
+
chain_name: 'nobletestnet'
|
|
184
|
+
},
|
|
185
|
+
chain: {
|
|
186
|
+
channel_id: 'channel-7'
|
|
187
|
+
}
|
|
188
|
+
}]
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
description: 'Love is a test tokenfactory asset controlled by the Strangelove Team',
|
|
192
|
+
denom_units: [{
|
|
193
|
+
denom: 'ibc/A10DAE9FA74E62BF88564F45C8AA8FC253374384508CAC88778987A494774CE7',
|
|
194
|
+
exponent: 0,
|
|
195
|
+
aliases: ['ulove']
|
|
196
|
+
}, {
|
|
197
|
+
denom: 'love',
|
|
198
|
+
exponent: 6
|
|
199
|
+
}],
|
|
200
|
+
base: 'ibc/A10DAE9FA74E62BF88564F45C8AA8FC253374384508CAC88778987A494774CE7',
|
|
201
|
+
display: 'love',
|
|
202
|
+
name: 'Love',
|
|
203
|
+
symbol: 'LOVE',
|
|
204
|
+
type_asset: 'sdk.coin',
|
|
205
|
+
traces: [{
|
|
206
|
+
type: 'ibc',
|
|
207
|
+
counterparty: {
|
|
208
|
+
channel_id: 'channel-329',
|
|
209
|
+
base_denom: 'ulove',
|
|
210
|
+
chain_name: 'nobletestnet'
|
|
211
|
+
},
|
|
212
|
+
chain: {
|
|
213
|
+
channel_id: 'channel-7'
|
|
214
|
+
}
|
|
215
|
+
}]
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
description: 'Ondo US Dollar Yield',
|
|
219
|
+
denom_units: [{
|
|
220
|
+
denom: 'ibc/6DEA6B0F7C8AD73A7F5E4E0E2DBA06980B1A1527C727C0D7A6D0A4781F000E5F',
|
|
221
|
+
exponent: 0,
|
|
222
|
+
aliases: ['ausdy']
|
|
223
|
+
}, {
|
|
224
|
+
denom: 'usdy',
|
|
225
|
+
exponent: 18
|
|
226
|
+
}],
|
|
227
|
+
base: 'ibc/6DEA6B0F7C8AD73A7F5E4E0E2DBA06980B1A1527C727C0D7A6D0A4781F000E5F',
|
|
228
|
+
display: 'usdy',
|
|
229
|
+
name: 'Ondo US Dollar Yield',
|
|
230
|
+
symbol: 'USDY',
|
|
231
|
+
logo_URIs: {
|
|
232
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
233
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
234
|
+
},
|
|
235
|
+
images: [{
|
|
236
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
237
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
238
|
+
}],
|
|
239
|
+
type_asset: 'sdk.coin',
|
|
240
|
+
traces: [{
|
|
241
|
+
type: 'ibc',
|
|
242
|
+
counterparty: {
|
|
243
|
+
channel_id: 'channel-329',
|
|
244
|
+
base_denom: 'ausdy',
|
|
245
|
+
chain_name: 'nobletestnet'
|
|
246
|
+
},
|
|
247
|
+
chain: {
|
|
248
|
+
channel_id: 'channel-7'
|
|
249
|
+
}
|
|
250
|
+
}]
|
|
251
|
+
}
|
|
252
|
+
]
|
|
72
253
|
};
|
|
73
254
|
export default assets;
|
|
@@ -1,6 +1,39 @@
|
|
|
1
1
|
const assets = {
|
|
2
2
|
chain_name: 'nobletestnet',
|
|
3
3
|
assets: [
|
|
4
|
+
{
|
|
5
|
+
description: 'The native staking token of Babylon.',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'ibc/3400F6784977CE5662A5E2975A891E2A88FA54FBA8E88B774CEBB0AB70E613F5',
|
|
8
|
+
exponent: 0,
|
|
9
|
+
aliases: ['ubbn']
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'BABY',
|
|
12
|
+
exponent: 6
|
|
13
|
+
}],
|
|
14
|
+
base: 'ibc/3400F6784977CE5662A5E2975A891E2A88FA54FBA8E88B774CEBB0AB70E613F5',
|
|
15
|
+
name: 'Babylon Testnet',
|
|
16
|
+
display: 'BABY',
|
|
17
|
+
symbol: 'BABY',
|
|
18
|
+
logo_URIs: {
|
|
19
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
|
|
20
|
+
},
|
|
21
|
+
images: [{
|
|
22
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
|
|
23
|
+
}],
|
|
24
|
+
type_asset: 'sdk.coin',
|
|
25
|
+
traces: [{
|
|
26
|
+
type: 'ibc',
|
|
27
|
+
counterparty: {
|
|
28
|
+
channel_id: 'channel-7',
|
|
29
|
+
base_denom: 'ubbn',
|
|
30
|
+
chain_name: 'babylontestnet'
|
|
31
|
+
},
|
|
32
|
+
chain: {
|
|
33
|
+
channel_id: 'channel-329'
|
|
34
|
+
}
|
|
35
|
+
}]
|
|
36
|
+
},
|
|
4
37
|
{
|
|
5
38
|
description: 'Eden token definition',
|
|
6
39
|
denom_units: [
|
|
@@ -112,6 +145,39 @@ const assets = {
|
|
|
112
145
|
}
|
|
113
146
|
}]
|
|
114
147
|
},
|
|
148
|
+
{
|
|
149
|
+
description: 'The native staking token of Babylon.',
|
|
150
|
+
denom_units: [{
|
|
151
|
+
denom: 'ibc/3400F6784977CE5662A5E2975A891E2A88FA54FBA8E88B774CEBB0AB70E613F5',
|
|
152
|
+
exponent: 0,
|
|
153
|
+
aliases: ['ubbn']
|
|
154
|
+
}, {
|
|
155
|
+
denom: 'BABY',
|
|
156
|
+
exponent: 6
|
|
157
|
+
}],
|
|
158
|
+
base: 'ibc/3400F6784977CE5662A5E2975A891E2A88FA54FBA8E88B774CEBB0AB70E613F5',
|
|
159
|
+
name: 'Babylon Testnet',
|
|
160
|
+
display: 'BABY',
|
|
161
|
+
symbol: 'BABY',
|
|
162
|
+
logo_URIs: {
|
|
163
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
|
|
164
|
+
},
|
|
165
|
+
images: [{
|
|
166
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
|
|
167
|
+
}],
|
|
168
|
+
type_asset: 'sdk.coin',
|
|
169
|
+
traces: [{
|
|
170
|
+
type: 'ibc',
|
|
171
|
+
counterparty: {
|
|
172
|
+
channel_id: 'channel-7',
|
|
173
|
+
base_denom: 'ubbn',
|
|
174
|
+
chain_name: 'babylontestnet'
|
|
175
|
+
},
|
|
176
|
+
chain: {
|
|
177
|
+
channel_id: 'channel-329'
|
|
178
|
+
}
|
|
179
|
+
}]
|
|
180
|
+
},
|
|
115
181
|
{
|
|
116
182
|
description: 'Eden token definition',
|
|
117
183
|
denom_units: [
|
|
@@ -331,6 +331,10 @@ const assets = {
|
|
|
331
331
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
|
|
332
332
|
}],
|
|
333
333
|
type_asset: 'sdk.coin',
|
|
334
|
+
socials: {
|
|
335
|
+
website: 'https://manifestai.org/',
|
|
336
|
+
twitter: 'https://x.com/ManifestAIs/'
|
|
337
|
+
},
|
|
334
338
|
traces: [{
|
|
335
339
|
type: 'ibc',
|
|
336
340
|
counterparty: {
|
|
@@ -971,6 +975,10 @@ const assets = {
|
|
|
971
975
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
|
|
972
976
|
}],
|
|
973
977
|
type_asset: 'sdk.coin',
|
|
978
|
+
socials: {
|
|
979
|
+
website: 'https://manifestai.org/',
|
|
980
|
+
twitter: 'https://x.com/ManifestAIs/'
|
|
981
|
+
},
|
|
974
982
|
traces: [{
|
|
975
983
|
type: 'ibc',
|
|
976
984
|
counterparty: {
|
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.154",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.51.
|
|
33
|
-
"chain-registry": "^1.69.
|
|
32
|
+
"@chain-registry/utils": "^1.51.94",
|
|
33
|
+
"chain-registry": "^1.69.154"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.94"
|
|
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": "1b1df2bd73c487b01e43fb9da6f0f148e39d2351"
|
|
47
47
|
}
|
package/testnet/axelartestnet.js
CHANGED
|
@@ -3,6 +3,39 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const assets = {
|
|
4
4
|
chain_name: 'axelartestnet',
|
|
5
5
|
assets: [
|
|
6
|
+
{
|
|
7
|
+
description: 'The native staking token of Babylon.',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'ibc/19142C352B3DB3B2C6CCE8B9EDCC8D4D8EF9E4A1335E54A69DE5F4ECFBBD8A36',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['ubbn']
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'BABY',
|
|
14
|
+
exponent: 6
|
|
15
|
+
}],
|
|
16
|
+
base: 'ibc/19142C352B3DB3B2C6CCE8B9EDCC8D4D8EF9E4A1335E54A69DE5F4ECFBBD8A36',
|
|
17
|
+
name: 'Babylon Testnet',
|
|
18
|
+
display: 'BABY',
|
|
19
|
+
symbol: 'BABY',
|
|
20
|
+
logo_URIs: {
|
|
21
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
|
|
22
|
+
},
|
|
23
|
+
images: [{
|
|
24
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
|
|
25
|
+
}],
|
|
26
|
+
type_asset: 'sdk.coin',
|
|
27
|
+
traces: [{
|
|
28
|
+
type: 'ibc',
|
|
29
|
+
counterparty: {
|
|
30
|
+
channel_id: 'channel-13',
|
|
31
|
+
base_denom: 'ubbn',
|
|
32
|
+
chain_name: 'babylontestnet'
|
|
33
|
+
},
|
|
34
|
+
chain: {
|
|
35
|
+
channel_id: 'channel-598'
|
|
36
|
+
}
|
|
37
|
+
}]
|
|
38
|
+
},
|
|
6
39
|
{
|
|
7
40
|
description: 'The native token of Lava',
|
|
8
41
|
denom_units: [{
|
|
@@ -60,6 +93,10 @@ const assets = {
|
|
|
60
93
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
|
|
61
94
|
}],
|
|
62
95
|
type_asset: 'sdk.coin',
|
|
96
|
+
socials: {
|
|
97
|
+
website: 'https://manifestai.org/',
|
|
98
|
+
twitter: 'https://x.com/ManifestAIs/'
|
|
99
|
+
},
|
|
63
100
|
traces: [{
|
|
64
101
|
type: 'ibc',
|
|
65
102
|
counterparty: {
|
|
@@ -372,6 +409,39 @@ const assets = {
|
|
|
372
409
|
}
|
|
373
410
|
}]
|
|
374
411
|
},
|
|
412
|
+
{
|
|
413
|
+
description: 'The native staking token of Babylon.',
|
|
414
|
+
denom_units: [{
|
|
415
|
+
denom: 'ibc/19142C352B3DB3B2C6CCE8B9EDCC8D4D8EF9E4A1335E54A69DE5F4ECFBBD8A36',
|
|
416
|
+
exponent: 0,
|
|
417
|
+
aliases: ['ubbn']
|
|
418
|
+
}, {
|
|
419
|
+
denom: 'BABY',
|
|
420
|
+
exponent: 6
|
|
421
|
+
}],
|
|
422
|
+
base: 'ibc/19142C352B3DB3B2C6CCE8B9EDCC8D4D8EF9E4A1335E54A69DE5F4ECFBBD8A36',
|
|
423
|
+
name: 'Babylon Testnet',
|
|
424
|
+
display: 'BABY',
|
|
425
|
+
symbol: 'BABY',
|
|
426
|
+
logo_URIs: {
|
|
427
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
|
|
428
|
+
},
|
|
429
|
+
images: [{
|
|
430
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
|
|
431
|
+
}],
|
|
432
|
+
type_asset: 'sdk.coin',
|
|
433
|
+
traces: [{
|
|
434
|
+
type: 'ibc',
|
|
435
|
+
counterparty: {
|
|
436
|
+
channel_id: 'channel-13',
|
|
437
|
+
base_denom: 'ubbn',
|
|
438
|
+
chain_name: 'babylontestnet'
|
|
439
|
+
},
|
|
440
|
+
chain: {
|
|
441
|
+
channel_id: 'channel-598'
|
|
442
|
+
}
|
|
443
|
+
}]
|
|
444
|
+
},
|
|
375
445
|
{
|
|
376
446
|
description: 'The native token of Lava',
|
|
377
447
|
denom_units: [{
|
|
@@ -429,6 +499,10 @@ const assets = {
|
|
|
429
499
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
|
|
430
500
|
}],
|
|
431
501
|
type_asset: 'sdk.coin',
|
|
502
|
+
socials: {
|
|
503
|
+
website: 'https://manifestai.org/',
|
|
504
|
+
twitter: 'https://x.com/ManifestAIs/'
|
|
505
|
+
},
|
|
432
506
|
traces: [{
|
|
433
507
|
type: 'ibc',
|
|
434
508
|
counterparty: {
|
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const assets = {
|
|
4
4
|
chain_name: 'babylontestnet',
|
|
5
|
-
assets: [
|
|
5
|
+
assets: [
|
|
6
|
+
{
|
|
6
7
|
description: 'The native token of Neutron chain',
|
|
7
8
|
denom_units: [{
|
|
8
9
|
denom: 'ibc/0C698C8970DB4C539455E5225665A804F6338753211319E44BAD39758B238695',
|
|
@@ -36,7 +37,97 @@ const assets = {
|
|
|
36
37
|
channel_id: 'channel-1'
|
|
37
38
|
}
|
|
38
39
|
}]
|
|
39
|
-
},
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
description: 'The controlled staking asset for Noble Chain',
|
|
43
|
+
denom_units: [{
|
|
44
|
+
denom: 'ibc/A5E7441A1AFBAD43F57E2D3273EDE7EB393686F452F9A740F45298DCAC284D22',
|
|
45
|
+
exponent: 0,
|
|
46
|
+
aliases: ['ustake']
|
|
47
|
+
}, {
|
|
48
|
+
denom: 'stake',
|
|
49
|
+
exponent: 6
|
|
50
|
+
}],
|
|
51
|
+
base: 'ibc/A5E7441A1AFBAD43F57E2D3273EDE7EB393686F452F9A740F45298DCAC284D22',
|
|
52
|
+
name: 'Stake',
|
|
53
|
+
display: 'stake',
|
|
54
|
+
symbol: 'STAKE',
|
|
55
|
+
type_asset: 'sdk.coin',
|
|
56
|
+
traces: [{
|
|
57
|
+
type: 'ibc',
|
|
58
|
+
counterparty: {
|
|
59
|
+
channel_id: 'channel-329',
|
|
60
|
+
base_denom: 'ustake',
|
|
61
|
+
chain_name: 'nobletestnet'
|
|
62
|
+
},
|
|
63
|
+
chain: {
|
|
64
|
+
channel_id: 'channel-7'
|
|
65
|
+
}
|
|
66
|
+
}]
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
description: 'Love is a test tokenfactory asset controlled by the Strangelove Team',
|
|
70
|
+
denom_units: [{
|
|
71
|
+
denom: 'ibc/A10DAE9FA74E62BF88564F45C8AA8FC253374384508CAC88778987A494774CE7',
|
|
72
|
+
exponent: 0,
|
|
73
|
+
aliases: ['ulove']
|
|
74
|
+
}, {
|
|
75
|
+
denom: 'love',
|
|
76
|
+
exponent: 6
|
|
77
|
+
}],
|
|
78
|
+
base: 'ibc/A10DAE9FA74E62BF88564F45C8AA8FC253374384508CAC88778987A494774CE7',
|
|
79
|
+
display: 'love',
|
|
80
|
+
name: 'Love',
|
|
81
|
+
symbol: 'LOVE',
|
|
82
|
+
type_asset: 'sdk.coin',
|
|
83
|
+
traces: [{
|
|
84
|
+
type: 'ibc',
|
|
85
|
+
counterparty: {
|
|
86
|
+
channel_id: 'channel-329',
|
|
87
|
+
base_denom: 'ulove',
|
|
88
|
+
chain_name: 'nobletestnet'
|
|
89
|
+
},
|
|
90
|
+
chain: {
|
|
91
|
+
channel_id: 'channel-7'
|
|
92
|
+
}
|
|
93
|
+
}]
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
description: 'Ondo US Dollar Yield',
|
|
97
|
+
denom_units: [{
|
|
98
|
+
denom: 'ibc/6DEA6B0F7C8AD73A7F5E4E0E2DBA06980B1A1527C727C0D7A6D0A4781F000E5F',
|
|
99
|
+
exponent: 0,
|
|
100
|
+
aliases: ['ausdy']
|
|
101
|
+
}, {
|
|
102
|
+
denom: 'usdy',
|
|
103
|
+
exponent: 18
|
|
104
|
+
}],
|
|
105
|
+
base: 'ibc/6DEA6B0F7C8AD73A7F5E4E0E2DBA06980B1A1527C727C0D7A6D0A4781F000E5F',
|
|
106
|
+
display: 'usdy',
|
|
107
|
+
name: 'Ondo US Dollar Yield',
|
|
108
|
+
symbol: 'USDY',
|
|
109
|
+
logo_URIs: {
|
|
110
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
111
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
112
|
+
},
|
|
113
|
+
images: [{
|
|
114
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
115
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
116
|
+
}],
|
|
117
|
+
type_asset: 'sdk.coin',
|
|
118
|
+
traces: [{
|
|
119
|
+
type: 'ibc',
|
|
120
|
+
counterparty: {
|
|
121
|
+
channel_id: 'channel-329',
|
|
122
|
+
base_denom: 'ausdy',
|
|
123
|
+
chain_name: 'nobletestnet'
|
|
124
|
+
},
|
|
125
|
+
chain: {
|
|
126
|
+
channel_id: 'channel-7'
|
|
127
|
+
}
|
|
128
|
+
}]
|
|
129
|
+
},
|
|
130
|
+
{
|
|
40
131
|
description: 'The native token of Neutron chain',
|
|
41
132
|
denom_units: [{
|
|
42
133
|
denom: 'ibc/0C698C8970DB4C539455E5225665A804F6338753211319E44BAD39758B238695',
|
|
@@ -70,6 +161,96 @@ const assets = {
|
|
|
70
161
|
channel_id: 'channel-1'
|
|
71
162
|
}
|
|
72
163
|
}]
|
|
73
|
-
}
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
description: 'The controlled staking asset for Noble Chain',
|
|
167
|
+
denom_units: [{
|
|
168
|
+
denom: 'ibc/A5E7441A1AFBAD43F57E2D3273EDE7EB393686F452F9A740F45298DCAC284D22',
|
|
169
|
+
exponent: 0,
|
|
170
|
+
aliases: ['ustake']
|
|
171
|
+
}, {
|
|
172
|
+
denom: 'stake',
|
|
173
|
+
exponent: 6
|
|
174
|
+
}],
|
|
175
|
+
base: 'ibc/A5E7441A1AFBAD43F57E2D3273EDE7EB393686F452F9A740F45298DCAC284D22',
|
|
176
|
+
name: 'Stake',
|
|
177
|
+
display: 'stake',
|
|
178
|
+
symbol: 'STAKE',
|
|
179
|
+
type_asset: 'sdk.coin',
|
|
180
|
+
traces: [{
|
|
181
|
+
type: 'ibc',
|
|
182
|
+
counterparty: {
|
|
183
|
+
channel_id: 'channel-329',
|
|
184
|
+
base_denom: 'ustake',
|
|
185
|
+
chain_name: 'nobletestnet'
|
|
186
|
+
},
|
|
187
|
+
chain: {
|
|
188
|
+
channel_id: 'channel-7'
|
|
189
|
+
}
|
|
190
|
+
}]
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
description: 'Love is a test tokenfactory asset controlled by the Strangelove Team',
|
|
194
|
+
denom_units: [{
|
|
195
|
+
denom: 'ibc/A10DAE9FA74E62BF88564F45C8AA8FC253374384508CAC88778987A494774CE7',
|
|
196
|
+
exponent: 0,
|
|
197
|
+
aliases: ['ulove']
|
|
198
|
+
}, {
|
|
199
|
+
denom: 'love',
|
|
200
|
+
exponent: 6
|
|
201
|
+
}],
|
|
202
|
+
base: 'ibc/A10DAE9FA74E62BF88564F45C8AA8FC253374384508CAC88778987A494774CE7',
|
|
203
|
+
display: 'love',
|
|
204
|
+
name: 'Love',
|
|
205
|
+
symbol: 'LOVE',
|
|
206
|
+
type_asset: 'sdk.coin',
|
|
207
|
+
traces: [{
|
|
208
|
+
type: 'ibc',
|
|
209
|
+
counterparty: {
|
|
210
|
+
channel_id: 'channel-329',
|
|
211
|
+
base_denom: 'ulove',
|
|
212
|
+
chain_name: 'nobletestnet'
|
|
213
|
+
},
|
|
214
|
+
chain: {
|
|
215
|
+
channel_id: 'channel-7'
|
|
216
|
+
}
|
|
217
|
+
}]
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
description: 'Ondo US Dollar Yield',
|
|
221
|
+
denom_units: [{
|
|
222
|
+
denom: 'ibc/6DEA6B0F7C8AD73A7F5E4E0E2DBA06980B1A1527C727C0D7A6D0A4781F000E5F',
|
|
223
|
+
exponent: 0,
|
|
224
|
+
aliases: ['ausdy']
|
|
225
|
+
}, {
|
|
226
|
+
denom: 'usdy',
|
|
227
|
+
exponent: 18
|
|
228
|
+
}],
|
|
229
|
+
base: 'ibc/6DEA6B0F7C8AD73A7F5E4E0E2DBA06980B1A1527C727C0D7A6D0A4781F000E5F',
|
|
230
|
+
display: 'usdy',
|
|
231
|
+
name: 'Ondo US Dollar Yield',
|
|
232
|
+
symbol: 'USDY',
|
|
233
|
+
logo_URIs: {
|
|
234
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
235
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
236
|
+
},
|
|
237
|
+
images: [{
|
|
238
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
239
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
240
|
+
}],
|
|
241
|
+
type_asset: 'sdk.coin',
|
|
242
|
+
traces: [{
|
|
243
|
+
type: 'ibc',
|
|
244
|
+
counterparty: {
|
|
245
|
+
channel_id: 'channel-329',
|
|
246
|
+
base_denom: 'ausdy',
|
|
247
|
+
chain_name: 'nobletestnet'
|
|
248
|
+
},
|
|
249
|
+
chain: {
|
|
250
|
+
channel_id: 'channel-7'
|
|
251
|
+
}
|
|
252
|
+
}]
|
|
253
|
+
}
|
|
254
|
+
]
|
|
74
255
|
};
|
|
75
256
|
exports.default = assets;
|
package/testnet/nobletestnet.js
CHANGED
|
@@ -3,6 +3,39 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const assets = {
|
|
4
4
|
chain_name: 'nobletestnet',
|
|
5
5
|
assets: [
|
|
6
|
+
{
|
|
7
|
+
description: 'The native staking token of Babylon.',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'ibc/3400F6784977CE5662A5E2975A891E2A88FA54FBA8E88B774CEBB0AB70E613F5',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['ubbn']
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'BABY',
|
|
14
|
+
exponent: 6
|
|
15
|
+
}],
|
|
16
|
+
base: 'ibc/3400F6784977CE5662A5E2975A891E2A88FA54FBA8E88B774CEBB0AB70E613F5',
|
|
17
|
+
name: 'Babylon Testnet',
|
|
18
|
+
display: 'BABY',
|
|
19
|
+
symbol: 'BABY',
|
|
20
|
+
logo_URIs: {
|
|
21
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
|
|
22
|
+
},
|
|
23
|
+
images: [{
|
|
24
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
|
|
25
|
+
}],
|
|
26
|
+
type_asset: 'sdk.coin',
|
|
27
|
+
traces: [{
|
|
28
|
+
type: 'ibc',
|
|
29
|
+
counterparty: {
|
|
30
|
+
channel_id: 'channel-7',
|
|
31
|
+
base_denom: 'ubbn',
|
|
32
|
+
chain_name: 'babylontestnet'
|
|
33
|
+
},
|
|
34
|
+
chain: {
|
|
35
|
+
channel_id: 'channel-329'
|
|
36
|
+
}
|
|
37
|
+
}]
|
|
38
|
+
},
|
|
6
39
|
{
|
|
7
40
|
description: 'Eden token definition',
|
|
8
41
|
denom_units: [
|
|
@@ -114,6 +147,39 @@ const assets = {
|
|
|
114
147
|
}
|
|
115
148
|
}]
|
|
116
149
|
},
|
|
150
|
+
{
|
|
151
|
+
description: 'The native staking token of Babylon.',
|
|
152
|
+
denom_units: [{
|
|
153
|
+
denom: 'ibc/3400F6784977CE5662A5E2975A891E2A88FA54FBA8E88B774CEBB0AB70E613F5',
|
|
154
|
+
exponent: 0,
|
|
155
|
+
aliases: ['ubbn']
|
|
156
|
+
}, {
|
|
157
|
+
denom: 'BABY',
|
|
158
|
+
exponent: 6
|
|
159
|
+
}],
|
|
160
|
+
base: 'ibc/3400F6784977CE5662A5E2975A891E2A88FA54FBA8E88B774CEBB0AB70E613F5',
|
|
161
|
+
name: 'Babylon Testnet',
|
|
162
|
+
display: 'BABY',
|
|
163
|
+
symbol: 'BABY',
|
|
164
|
+
logo_URIs: {
|
|
165
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
|
|
166
|
+
},
|
|
167
|
+
images: [{
|
|
168
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
|
|
169
|
+
}],
|
|
170
|
+
type_asset: 'sdk.coin',
|
|
171
|
+
traces: [{
|
|
172
|
+
type: 'ibc',
|
|
173
|
+
counterparty: {
|
|
174
|
+
channel_id: 'channel-7',
|
|
175
|
+
base_denom: 'ubbn',
|
|
176
|
+
chain_name: 'babylontestnet'
|
|
177
|
+
},
|
|
178
|
+
chain: {
|
|
179
|
+
channel_id: 'channel-329'
|
|
180
|
+
}
|
|
181
|
+
}]
|
|
182
|
+
},
|
|
117
183
|
{
|
|
118
184
|
description: 'Eden token definition',
|
|
119
185
|
denom_units: [
|
|
@@ -333,6 +333,10 @@ const assets = {
|
|
|
333
333
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
|
|
334
334
|
}],
|
|
335
335
|
type_asset: 'sdk.coin',
|
|
336
|
+
socials: {
|
|
337
|
+
website: 'https://manifestai.org/',
|
|
338
|
+
twitter: 'https://x.com/ManifestAIs/'
|
|
339
|
+
},
|
|
336
340
|
traces: [{
|
|
337
341
|
type: 'ibc',
|
|
338
342
|
counterparty: {
|
|
@@ -973,6 +977,10 @@ const assets = {
|
|
|
973
977
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
|
|
974
978
|
}],
|
|
975
979
|
type_asset: 'sdk.coin',
|
|
980
|
+
socials: {
|
|
981
|
+
website: 'https://manifestai.org/',
|
|
982
|
+
twitter: 'https://x.com/ManifestAIs/'
|
|
983
|
+
},
|
|
976
984
|
traces: [{
|
|
977
985
|
type: 'ibc',
|
|
978
986
|
counterparty: {
|