@chain-registry/assets 1.70.147 → 1.70.149
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/agoric.js +76 -0
- package/esm/mainnet/archway.js +76 -0
- package/esm/mainnet/aura.js +76 -0
- package/esm/mainnet/beezee.js +76 -0
- package/esm/mainnet/coreum.js +76 -0
- package/esm/mainnet/cosmoshub.js +76 -0
- package/esm/mainnet/crescent.js +76 -0
- package/esm/mainnet/doravota.js +76 -0
- package/esm/mainnet/dydx.js +76 -0
- package/esm/mainnet/dymension.js +76 -0
- package/esm/mainnet/elys.js +76 -0
- package/esm/mainnet/evmos.js +76 -0
- package/esm/mainnet/furya.js +76 -0
- package/esm/mainnet/haqq.js +76 -0
- package/esm/mainnet/impacthub.js +76 -0
- package/esm/mainnet/injective.js +76 -0
- package/esm/mainnet/joltify.js +76 -0
- package/esm/mainnet/juno.js +76 -0
- package/esm/mainnet/kava.js +76 -0
- package/esm/mainnet/kopi.js +76 -0
- package/esm/mainnet/kujira.js +76 -0
- package/esm/mainnet/lava.js +76 -0
- package/esm/mainnet/mantrachain.js +76 -0
- package/esm/mainnet/migaloo.js +76 -0
- package/esm/mainnet/neutron.js +80 -4
- package/esm/mainnet/nibiru.js +76 -0
- package/esm/mainnet/omniflixhub.js +76 -0
- package/esm/mainnet/onex.js +76 -0
- package/esm/mainnet/osmosis.js +80 -4
- package/esm/mainnet/persistence.js +76 -0
- package/esm/mainnet/planq.js +76 -0
- package/esm/mainnet/provenance.js +76 -0
- package/esm/mainnet/pryzm.js +76 -0
- package/esm/mainnet/regen.js +76 -0
- package/esm/mainnet/routerchain.js +76 -0
- package/esm/mainnet/secretnetwork.js +76 -0
- package/esm/mainnet/sei.js +76 -0
- package/esm/mainnet/shido.js +76 -0
- package/esm/mainnet/sidechain.js +76 -0
- package/esm/mainnet/stargaze.js +76 -0
- package/esm/mainnet/teritori.js +76 -0
- package/esm/mainnet/terra2.js +76 -0
- package/esm/mainnet/titan.js +76 -0
- package/esm/mainnet/umee.js +76 -0
- package/esm/mainnet/xion.js +76 -0
- package/esm/testnet/assets.js +3 -1
- package/esm/testnet/axelartestnet.js +16 -16
- package/esm/testnet/babylontestnet.js +73 -0
- package/esm/testnet/index.js +2 -0
- package/esm/testnet/neutrontestnet.js +66 -0
- package/esm/testnet/nobletestnet.js +68 -0
- package/esm/testnet/osmosistestnet.js +84 -16
- package/esm/testnet/xiontestnet2.js +184 -0
- package/index.d.ts +1 -1
- package/mainnet/agoric.js +76 -0
- package/mainnet/archway.js +76 -0
- package/mainnet/aura.js +76 -0
- package/mainnet/beezee.js +76 -0
- package/mainnet/coreum.js +76 -0
- package/mainnet/cosmoshub.js +76 -0
- package/mainnet/crescent.js +76 -0
- package/mainnet/doravota.js +76 -0
- package/mainnet/dydx.js +76 -0
- package/mainnet/dymension.js +76 -0
- package/mainnet/elys.js +76 -0
- package/mainnet/evmos.js +76 -0
- package/mainnet/furya.js +76 -0
- package/mainnet/haqq.js +76 -0
- package/mainnet/impacthub.js +76 -0
- package/mainnet/injective.js +76 -0
- package/mainnet/joltify.js +76 -0
- package/mainnet/juno.js +76 -0
- package/mainnet/kava.js +76 -0
- package/mainnet/kopi.js +76 -0
- package/mainnet/kujira.js +76 -0
- package/mainnet/lava.js +76 -0
- package/mainnet/mantrachain.js +76 -0
- package/mainnet/migaloo.js +76 -0
- package/mainnet/neutron.js +80 -4
- package/mainnet/nibiru.js +76 -0
- package/mainnet/omniflixhub.js +76 -0
- package/mainnet/onex.js +76 -0
- package/mainnet/osmosis.js +80 -4
- package/mainnet/persistence.js +76 -0
- package/mainnet/planq.js +76 -0
- package/mainnet/provenance.js +76 -0
- package/mainnet/pryzm.js +76 -0
- package/mainnet/regen.js +76 -0
- package/mainnet/routerchain.js +76 -0
- package/mainnet/secretnetwork.js +76 -0
- package/mainnet/sei.js +76 -0
- package/mainnet/shido.js +76 -0
- package/mainnet/sidechain.js +76 -0
- package/mainnet/stargaze.js +76 -0
- package/mainnet/teritori.js +76 -0
- package/mainnet/terra2.js +76 -0
- package/mainnet/titan.js +76 -0
- package/mainnet/umee.js +76 -0
- package/mainnet/xion.js +76 -0
- package/package.json +5 -5
- package/testnet/assets.js +3 -1
- package/testnet/axelartestnet.js +16 -16
- package/testnet/babylontestnet.d.ts +3 -0
- package/testnet/babylontestnet.js +75 -0
- package/testnet/index.d.ts +2 -0
- package/testnet/index.js +3 -1
- package/testnet/neutrontestnet.js +66 -0
- package/testnet/nobletestnet.js +68 -0
- package/testnet/osmosistestnet.js +84 -16
- package/testnet/xiontestnet2.d.ts +3 -0
- package/testnet/xiontestnet2.js +186 -0
package/esm/mainnet/titan.js
CHANGED
|
@@ -120,6 +120,44 @@ const assets = {
|
|
|
120
120
|
}
|
|
121
121
|
}]
|
|
122
122
|
},
|
|
123
|
+
{
|
|
124
|
+
description: 'USDN token',
|
|
125
|
+
denom_units: [{
|
|
126
|
+
denom: 'ibc/A7AD825A4B48DDA0138D118655E60100D22A4D690C45B95221520B58C9A64B63',
|
|
127
|
+
exponent: 0,
|
|
128
|
+
aliases: ['uusdn']
|
|
129
|
+
}, {
|
|
130
|
+
denom: 'usdn',
|
|
131
|
+
exponent: 6
|
|
132
|
+
}],
|
|
133
|
+
type_asset: 'sdk.coin',
|
|
134
|
+
base: 'ibc/A7AD825A4B48DDA0138D118655E60100D22A4D690C45B95221520B58C9A64B63',
|
|
135
|
+
name: 'Noble Dollar',
|
|
136
|
+
display: 'usdn',
|
|
137
|
+
symbol: 'USDN',
|
|
138
|
+
logo_URIs: {
|
|
139
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
140
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
141
|
+
},
|
|
142
|
+
images: [{
|
|
143
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
144
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
145
|
+
theme: {
|
|
146
|
+
primary_color_hex: '#2E8564'
|
|
147
|
+
}
|
|
148
|
+
}],
|
|
149
|
+
traces: [{
|
|
150
|
+
type: 'ibc',
|
|
151
|
+
counterparty: {
|
|
152
|
+
channel_id: 'channel-99',
|
|
153
|
+
base_denom: 'uusdn',
|
|
154
|
+
chain_name: 'noble'
|
|
155
|
+
},
|
|
156
|
+
chain: {
|
|
157
|
+
channel_id: 'channel-0'
|
|
158
|
+
}
|
|
159
|
+
}]
|
|
160
|
+
},
|
|
123
161
|
{
|
|
124
162
|
description: 'The permissioned staking asset for Noble Chain',
|
|
125
163
|
denom_units: [{
|
|
@@ -238,6 +276,44 @@ const assets = {
|
|
|
238
276
|
channel_id: 'channel-0'
|
|
239
277
|
}
|
|
240
278
|
}]
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
description: 'USDN token',
|
|
282
|
+
denom_units: [{
|
|
283
|
+
denom: 'ibc/A7AD825A4B48DDA0138D118655E60100D22A4D690C45B95221520B58C9A64B63',
|
|
284
|
+
exponent: 0,
|
|
285
|
+
aliases: ['uusdn']
|
|
286
|
+
}, {
|
|
287
|
+
denom: 'usdn',
|
|
288
|
+
exponent: 6
|
|
289
|
+
}],
|
|
290
|
+
type_asset: 'sdk.coin',
|
|
291
|
+
base: 'ibc/A7AD825A4B48DDA0138D118655E60100D22A4D690C45B95221520B58C9A64B63',
|
|
292
|
+
name: 'Noble Dollar',
|
|
293
|
+
display: 'usdn',
|
|
294
|
+
symbol: 'USDN',
|
|
295
|
+
logo_URIs: {
|
|
296
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
297
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
298
|
+
},
|
|
299
|
+
images: [{
|
|
300
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
301
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
302
|
+
theme: {
|
|
303
|
+
primary_color_hex: '#2E8564'
|
|
304
|
+
}
|
|
305
|
+
}],
|
|
306
|
+
traces: [{
|
|
307
|
+
type: 'ibc',
|
|
308
|
+
counterparty: {
|
|
309
|
+
channel_id: 'channel-99',
|
|
310
|
+
base_denom: 'uusdn',
|
|
311
|
+
chain_name: 'noble'
|
|
312
|
+
},
|
|
313
|
+
chain: {
|
|
314
|
+
channel_id: 'channel-0'
|
|
315
|
+
}
|
|
316
|
+
}]
|
|
241
317
|
}
|
|
242
318
|
]
|
|
243
319
|
};
|
package/esm/mainnet/umee.js
CHANGED
|
@@ -1062,6 +1062,44 @@ const assets = {
|
|
|
1062
1062
|
}
|
|
1063
1063
|
}]
|
|
1064
1064
|
},
|
|
1065
|
+
{
|
|
1066
|
+
description: 'USDN token',
|
|
1067
|
+
denom_units: [{
|
|
1068
|
+
denom: 'ibc/D8E1A8BD67CDA961EA188529A80710F5714127CBA4EBD2C5E23A4EADBB303565',
|
|
1069
|
+
exponent: 0,
|
|
1070
|
+
aliases: ['uusdn']
|
|
1071
|
+
}, {
|
|
1072
|
+
denom: 'usdn',
|
|
1073
|
+
exponent: 6
|
|
1074
|
+
}],
|
|
1075
|
+
type_asset: 'sdk.coin',
|
|
1076
|
+
base: 'ibc/D8E1A8BD67CDA961EA188529A80710F5714127CBA4EBD2C5E23A4EADBB303565',
|
|
1077
|
+
name: 'Noble Dollar',
|
|
1078
|
+
display: 'usdn',
|
|
1079
|
+
symbol: 'USDN',
|
|
1080
|
+
logo_URIs: {
|
|
1081
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1082
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
1083
|
+
},
|
|
1084
|
+
images: [{
|
|
1085
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1086
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
1087
|
+
theme: {
|
|
1088
|
+
primary_color_hex: '#2E8564'
|
|
1089
|
+
}
|
|
1090
|
+
}],
|
|
1091
|
+
traces: [{
|
|
1092
|
+
type: 'ibc',
|
|
1093
|
+
counterparty: {
|
|
1094
|
+
channel_id: 'channel-51',
|
|
1095
|
+
base_denom: 'uusdn',
|
|
1096
|
+
chain_name: 'noble'
|
|
1097
|
+
},
|
|
1098
|
+
chain: {
|
|
1099
|
+
channel_id: 'channel-120'
|
|
1100
|
+
}
|
|
1101
|
+
}]
|
|
1102
|
+
},
|
|
1065
1103
|
{
|
|
1066
1104
|
description: 'The native token of Osmosis',
|
|
1067
1105
|
denom_units: [{
|
|
@@ -2463,6 +2501,44 @@ const assets = {
|
|
|
2463
2501
|
}
|
|
2464
2502
|
}]
|
|
2465
2503
|
},
|
|
2504
|
+
{
|
|
2505
|
+
description: 'USDN token',
|
|
2506
|
+
denom_units: [{
|
|
2507
|
+
denom: 'ibc/D8E1A8BD67CDA961EA188529A80710F5714127CBA4EBD2C5E23A4EADBB303565',
|
|
2508
|
+
exponent: 0,
|
|
2509
|
+
aliases: ['uusdn']
|
|
2510
|
+
}, {
|
|
2511
|
+
denom: 'usdn',
|
|
2512
|
+
exponent: 6
|
|
2513
|
+
}],
|
|
2514
|
+
type_asset: 'sdk.coin',
|
|
2515
|
+
base: 'ibc/D8E1A8BD67CDA961EA188529A80710F5714127CBA4EBD2C5E23A4EADBB303565',
|
|
2516
|
+
name: 'Noble Dollar',
|
|
2517
|
+
display: 'usdn',
|
|
2518
|
+
symbol: 'USDN',
|
|
2519
|
+
logo_URIs: {
|
|
2520
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
2521
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
2522
|
+
},
|
|
2523
|
+
images: [{
|
|
2524
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
2525
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
2526
|
+
theme: {
|
|
2527
|
+
primary_color_hex: '#2E8564'
|
|
2528
|
+
}
|
|
2529
|
+
}],
|
|
2530
|
+
traces: [{
|
|
2531
|
+
type: 'ibc',
|
|
2532
|
+
counterparty: {
|
|
2533
|
+
channel_id: 'channel-51',
|
|
2534
|
+
base_denom: 'uusdn',
|
|
2535
|
+
chain_name: 'noble'
|
|
2536
|
+
},
|
|
2537
|
+
chain: {
|
|
2538
|
+
channel_id: 'channel-120'
|
|
2539
|
+
}
|
|
2540
|
+
}]
|
|
2541
|
+
},
|
|
2466
2542
|
{
|
|
2467
2543
|
description: 'The native token of Osmosis',
|
|
2468
2544
|
denom_units: [{
|
package/esm/mainnet/xion.js
CHANGED
|
@@ -570,6 +570,44 @@ const assets = {
|
|
|
570
570
|
}
|
|
571
571
|
}]
|
|
572
572
|
},
|
|
573
|
+
{
|
|
574
|
+
description: 'USDN token',
|
|
575
|
+
denom_units: [{
|
|
576
|
+
denom: 'ibc/3BB694687E772A0826FFDE081681CE539E106E245025CE056DC6BECE116DEDBA',
|
|
577
|
+
exponent: 0,
|
|
578
|
+
aliases: ['uusdn']
|
|
579
|
+
}, {
|
|
580
|
+
denom: 'usdn',
|
|
581
|
+
exponent: 6
|
|
582
|
+
}],
|
|
583
|
+
type_asset: 'sdk.coin',
|
|
584
|
+
base: 'ibc/3BB694687E772A0826FFDE081681CE539E106E245025CE056DC6BECE116DEDBA',
|
|
585
|
+
name: 'Noble Dollar',
|
|
586
|
+
display: 'usdn',
|
|
587
|
+
symbol: 'USDN',
|
|
588
|
+
logo_URIs: {
|
|
589
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
590
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
591
|
+
},
|
|
592
|
+
images: [{
|
|
593
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
594
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
595
|
+
theme: {
|
|
596
|
+
primary_color_hex: '#2E8564'
|
|
597
|
+
}
|
|
598
|
+
}],
|
|
599
|
+
traces: [{
|
|
600
|
+
type: 'ibc',
|
|
601
|
+
counterparty: {
|
|
602
|
+
channel_id: 'channel-113',
|
|
603
|
+
base_denom: 'uusdn',
|
|
604
|
+
chain_name: 'noble'
|
|
605
|
+
},
|
|
606
|
+
chain: {
|
|
607
|
+
channel_id: 'channel-2'
|
|
608
|
+
}
|
|
609
|
+
}]
|
|
610
|
+
},
|
|
573
611
|
{
|
|
574
612
|
description: 'The native token of Osmosis',
|
|
575
613
|
denom_units: [{
|
|
@@ -1269,6 +1307,44 @@ const assets = {
|
|
|
1269
1307
|
}
|
|
1270
1308
|
}]
|
|
1271
1309
|
},
|
|
1310
|
+
{
|
|
1311
|
+
description: 'USDN token',
|
|
1312
|
+
denom_units: [{
|
|
1313
|
+
denom: 'ibc/3BB694687E772A0826FFDE081681CE539E106E245025CE056DC6BECE116DEDBA',
|
|
1314
|
+
exponent: 0,
|
|
1315
|
+
aliases: ['uusdn']
|
|
1316
|
+
}, {
|
|
1317
|
+
denom: 'usdn',
|
|
1318
|
+
exponent: 6
|
|
1319
|
+
}],
|
|
1320
|
+
type_asset: 'sdk.coin',
|
|
1321
|
+
base: 'ibc/3BB694687E772A0826FFDE081681CE539E106E245025CE056DC6BECE116DEDBA',
|
|
1322
|
+
name: 'Noble Dollar',
|
|
1323
|
+
display: 'usdn',
|
|
1324
|
+
symbol: 'USDN',
|
|
1325
|
+
logo_URIs: {
|
|
1326
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1327
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
1328
|
+
},
|
|
1329
|
+
images: [{
|
|
1330
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1331
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
1332
|
+
theme: {
|
|
1333
|
+
primary_color_hex: '#2E8564'
|
|
1334
|
+
}
|
|
1335
|
+
}],
|
|
1336
|
+
traces: [{
|
|
1337
|
+
type: 'ibc',
|
|
1338
|
+
counterparty: {
|
|
1339
|
+
channel_id: 'channel-113',
|
|
1340
|
+
base_denom: 'uusdn',
|
|
1341
|
+
chain_name: 'noble'
|
|
1342
|
+
},
|
|
1343
|
+
chain: {
|
|
1344
|
+
channel_id: 'channel-2'
|
|
1345
|
+
}
|
|
1346
|
+
}]
|
|
1347
|
+
},
|
|
1272
1348
|
{
|
|
1273
1349
|
description: 'The native token of Osmosis',
|
|
1274
1350
|
denom_units: [{
|
package/esm/testnet/assets.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import _akashtestnet from './akashtestnet';
|
|
2
2
|
import _archwaytestnet from './archwaytestnet';
|
|
3
3
|
import _axelartestnet from './axelartestnet';
|
|
4
|
+
import _babylontestnet from './babylontestnet';
|
|
4
5
|
import _celestiatestnet3 from './celestiatestnet3';
|
|
5
6
|
import _chain4energytestnet from './chain4energytestnet';
|
|
6
7
|
import _composabletestnet from './composabletestnet';
|
|
@@ -43,5 +44,6 @@ import _terra2testnet from './terra2testnet';
|
|
|
43
44
|
import _titannettestnet from './titannettestnet';
|
|
44
45
|
import _titantestnet from './titantestnet';
|
|
45
46
|
import _xiontestnet from './xiontestnet';
|
|
46
|
-
|
|
47
|
+
import _xiontestnet2 from './xiontestnet2';
|
|
48
|
+
const assets = [_akashtestnet, _archwaytestnet, _axelartestnet, _babylontestnet, _celestiatestnet3, _chain4energytestnet, _composabletestnet, _coreumtestnet, _cosmoshubtestnet, _cosmosicsprovidertestnet, _doravotatestnet, _dydxtestnet, _elystestnet, _empowertestnet, _impacthubtestnet, _injectivetestnet, _jackaltestnet2, _junotestnet, _kimanetworktestnet, _kujiratestnet, _kyvetestnet, _lavatestnet, _likecointestnet, _manifesttestnet, _mantrachaintestnet, _mantrachaintestnet2, _marstestnet, _neutrontestnet, _nobletestnet, _noistestnet, _nolustestnet, _osmosistestnet, _persistencetestnet2, _quicksilvertestnet, _sagatestnet, _seitestnet2, _sgetestnet, _stargazetestnet, _swisstroniktestnet, _symphonytestnet, _symphonytestnet3, _synternettestnet, _terra2testnet, _titannettestnet, _titantestnet, _xiontestnet, _xiontestnet2];
|
|
47
49
|
export default assets;
|
|
@@ -50,12 +50,12 @@ const assets = {
|
|
|
50
50
|
display: 'mfx',
|
|
51
51
|
symbol: 'MFX',
|
|
52
52
|
logo_URIs: {
|
|
53
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
54
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
53
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.png',
|
|
54
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
|
|
55
55
|
},
|
|
56
56
|
images: [{
|
|
57
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
58
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
57
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.png',
|
|
58
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
|
|
59
59
|
}],
|
|
60
60
|
type_asset: 'sdk.coin',
|
|
61
61
|
traces: [{
|
|
@@ -85,12 +85,12 @@ const assets = {
|
|
|
85
85
|
display: 'poa',
|
|
86
86
|
symbol: 'POA',
|
|
87
87
|
logo_URIs: {
|
|
88
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
89
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
88
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.png',
|
|
89
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
|
|
90
90
|
},
|
|
91
91
|
images: [{
|
|
92
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
93
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
92
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.png',
|
|
93
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
|
|
94
94
|
}],
|
|
95
95
|
type_asset: 'sdk.coin',
|
|
96
96
|
traces: [{
|
|
@@ -419,12 +419,12 @@ const assets = {
|
|
|
419
419
|
display: 'mfx',
|
|
420
420
|
symbol: 'MFX',
|
|
421
421
|
logo_URIs: {
|
|
422
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
423
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
422
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.png',
|
|
423
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
|
|
424
424
|
},
|
|
425
425
|
images: [{
|
|
426
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
427
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
426
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.png',
|
|
427
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
|
|
428
428
|
}],
|
|
429
429
|
type_asset: 'sdk.coin',
|
|
430
430
|
traces: [{
|
|
@@ -454,12 +454,12 @@ const assets = {
|
|
|
454
454
|
display: 'poa',
|
|
455
455
|
symbol: 'POA',
|
|
456
456
|
logo_URIs: {
|
|
457
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
458
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
457
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.png',
|
|
458
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
|
|
459
459
|
},
|
|
460
460
|
images: [{
|
|
461
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
462
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
461
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.png',
|
|
462
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
|
|
463
463
|
}],
|
|
464
464
|
type_asset: 'sdk.coin',
|
|
465
465
|
traces: [{
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
const assets = {
|
|
2
|
+
chain_name: 'babylontestnet',
|
|
3
|
+
assets: [{
|
|
4
|
+
description: 'The native token of Neutron chain',
|
|
5
|
+
denom_units: [{
|
|
6
|
+
denom: 'ibc/0C698C8970DB4C539455E5225665A804F6338753211319E44BAD39758B238695',
|
|
7
|
+
exponent: 0,
|
|
8
|
+
aliases: ['untrn']
|
|
9
|
+
}, {
|
|
10
|
+
denom: 'ntrn',
|
|
11
|
+
exponent: 6
|
|
12
|
+
}],
|
|
13
|
+
base: 'ibc/0C698C8970DB4C539455E5225665A804F6338753211319E44BAD39758B238695',
|
|
14
|
+
name: 'Neutron Testnet',
|
|
15
|
+
display: 'ntrn',
|
|
16
|
+
symbol: 'NTRN',
|
|
17
|
+
logo_URIs: {
|
|
18
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.png',
|
|
19
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.svg'
|
|
20
|
+
},
|
|
21
|
+
images: [{
|
|
22
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.png',
|
|
23
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.svg'
|
|
24
|
+
}],
|
|
25
|
+
type_asset: 'sdk.coin',
|
|
26
|
+
traces: [{
|
|
27
|
+
type: 'ibc',
|
|
28
|
+
counterparty: {
|
|
29
|
+
channel_id: 'channel-1651',
|
|
30
|
+
base_denom: 'untrn',
|
|
31
|
+
chain_name: 'neutrontestnet'
|
|
32
|
+
},
|
|
33
|
+
chain: {
|
|
34
|
+
channel_id: 'channel-1'
|
|
35
|
+
}
|
|
36
|
+
}]
|
|
37
|
+
}, {
|
|
38
|
+
description: 'The native token of Neutron chain',
|
|
39
|
+
denom_units: [{
|
|
40
|
+
denom: 'ibc/0C698C8970DB4C539455E5225665A804F6338753211319E44BAD39758B238695',
|
|
41
|
+
exponent: 0,
|
|
42
|
+
aliases: ['untrn']
|
|
43
|
+
}, {
|
|
44
|
+
denom: 'ntrn',
|
|
45
|
+
exponent: 6
|
|
46
|
+
}],
|
|
47
|
+
base: 'ibc/0C698C8970DB4C539455E5225665A804F6338753211319E44BAD39758B238695',
|
|
48
|
+
name: 'Neutron Testnet',
|
|
49
|
+
display: 'ntrn',
|
|
50
|
+
symbol: 'NTRN',
|
|
51
|
+
logo_URIs: {
|
|
52
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.png',
|
|
53
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.svg'
|
|
54
|
+
},
|
|
55
|
+
images: [{
|
|
56
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.png',
|
|
57
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.svg'
|
|
58
|
+
}],
|
|
59
|
+
type_asset: 'sdk.coin',
|
|
60
|
+
traces: [{
|
|
61
|
+
type: 'ibc',
|
|
62
|
+
counterparty: {
|
|
63
|
+
channel_id: 'channel-1651',
|
|
64
|
+
base_denom: 'untrn',
|
|
65
|
+
chain_name: 'neutrontestnet'
|
|
66
|
+
},
|
|
67
|
+
chain: {
|
|
68
|
+
channel_id: 'channel-1'
|
|
69
|
+
}
|
|
70
|
+
}]
|
|
71
|
+
}]
|
|
72
|
+
};
|
|
73
|
+
export default assets;
|
package/esm/testnet/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * as akashtestnet from './akashtestnet';
|
|
2
2
|
export * as archwaytestnet from './archwaytestnet';
|
|
3
3
|
export * as axelartestnet from './axelartestnet';
|
|
4
|
+
export * as babylontestnet from './babylontestnet';
|
|
4
5
|
export * as celestiatestnet3 from './celestiatestnet3';
|
|
5
6
|
export * as chain4energytestnet from './chain4energytestnet';
|
|
6
7
|
export * as composabletestnet from './composabletestnet';
|
|
@@ -43,3 +44,4 @@ export * as terra2testnet from './terra2testnet';
|
|
|
43
44
|
export * as titannettestnet from './titannettestnet';
|
|
44
45
|
export * as titantestnet from './titantestnet';
|
|
45
46
|
export * as xiontestnet from './xiontestnet';
|
|
47
|
+
export * as xiontestnet2 from './xiontestnet2';
|
|
@@ -1,6 +1,72 @@
|
|
|
1
1
|
const assets = {
|
|
2
2
|
chain_name: 'neutrontestnet',
|
|
3
3
|
assets: [
|
|
4
|
+
{
|
|
5
|
+
description: 'The native staking token of Babylon.',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'ibc/6EE6B25F18B695CF13D211B084904B1F27B9B469F9B90617699CECD67563F305',
|
|
8
|
+
exponent: 0,
|
|
9
|
+
aliases: ['ubbn']
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'BABY',
|
|
12
|
+
exponent: 6
|
|
13
|
+
}],
|
|
14
|
+
base: 'ibc/6EE6B25F18B695CF13D211B084904B1F27B9B469F9B90617699CECD67563F305',
|
|
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-1',
|
|
29
|
+
base_denom: 'ubbn',
|
|
30
|
+
chain_name: 'babylontestnet'
|
|
31
|
+
},
|
|
32
|
+
chain: {
|
|
33
|
+
channel_id: 'channel-1651'
|
|
34
|
+
}
|
|
35
|
+
}]
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
description: 'The native staking token of Babylon.',
|
|
39
|
+
denom_units: [{
|
|
40
|
+
denom: 'ibc/6EE6B25F18B695CF13D211B084904B1F27B9B469F9B90617699CECD67563F305',
|
|
41
|
+
exponent: 0,
|
|
42
|
+
aliases: ['ubbn']
|
|
43
|
+
}, {
|
|
44
|
+
denom: 'BABY',
|
|
45
|
+
exponent: 6
|
|
46
|
+
}],
|
|
47
|
+
base: 'ibc/6EE6B25F18B695CF13D211B084904B1F27B9B469F9B90617699CECD67563F305',
|
|
48
|
+
name: 'Babylon Testnet',
|
|
49
|
+
display: 'BABY',
|
|
50
|
+
symbol: 'BABY',
|
|
51
|
+
logo_URIs: {
|
|
52
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
|
|
53
|
+
},
|
|
54
|
+
images: [{
|
|
55
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
|
|
56
|
+
}],
|
|
57
|
+
type_asset: 'sdk.coin',
|
|
58
|
+
traces: [{
|
|
59
|
+
type: 'ibc',
|
|
60
|
+
counterparty: {
|
|
61
|
+
channel_id: 'channel-1',
|
|
62
|
+
base_denom: 'ubbn',
|
|
63
|
+
chain_name: 'babylontestnet'
|
|
64
|
+
},
|
|
65
|
+
chain: {
|
|
66
|
+
channel_id: 'channel-1651'
|
|
67
|
+
}
|
|
68
|
+
}]
|
|
69
|
+
},
|
|
4
70
|
{
|
|
5
71
|
description: 'The native token of Nois',
|
|
6
72
|
denom_units: [{
|
|
@@ -377,6 +377,40 @@ const assets = {
|
|
|
377
377
|
}
|
|
378
378
|
}]
|
|
379
379
|
},
|
|
380
|
+
{
|
|
381
|
+
description: 'The native staking token of the Xion network.',
|
|
382
|
+
denom_units: [{
|
|
383
|
+
denom: 'ibc/7CD6EC852D30D46DF9CB62738D2851BB0CB27A185A887B38C5674DEE819D7780',
|
|
384
|
+
exponent: 0,
|
|
385
|
+
aliases: ['uxion']
|
|
386
|
+
}, {
|
|
387
|
+
denom: 'XION',
|
|
388
|
+
exponent: 6,
|
|
389
|
+
aliases: ['xion']
|
|
390
|
+
}],
|
|
391
|
+
base: 'ibc/7CD6EC852D30D46DF9CB62738D2851BB0CB27A185A887B38C5674DEE819D7780',
|
|
392
|
+
display: 'XION',
|
|
393
|
+
name: 'xion',
|
|
394
|
+
symbol: 'XION',
|
|
395
|
+
logo_URIs: {
|
|
396
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
397
|
+
},
|
|
398
|
+
images: [{
|
|
399
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
400
|
+
}],
|
|
401
|
+
type_asset: 'sdk.coin',
|
|
402
|
+
traces: [{
|
|
403
|
+
type: 'ibc',
|
|
404
|
+
counterparty: {
|
|
405
|
+
channel_id: 'channel-3',
|
|
406
|
+
base_denom: 'uxion',
|
|
407
|
+
chain_name: 'xiontestnet2'
|
|
408
|
+
},
|
|
409
|
+
chain: {
|
|
410
|
+
channel_id: 'channel-333'
|
|
411
|
+
}
|
|
412
|
+
}]
|
|
413
|
+
},
|
|
380
414
|
{
|
|
381
415
|
description: 'The native staking and governance token of the Atlantic testnet version of Sei.',
|
|
382
416
|
denom_units: [{
|
|
@@ -492,6 +526,40 @@ const assets = {
|
|
|
492
526
|
}
|
|
493
527
|
}]
|
|
494
528
|
},
|
|
529
|
+
{
|
|
530
|
+
description: 'The native staking token of the Xion network.',
|
|
531
|
+
denom_units: [{
|
|
532
|
+
denom: 'ibc/7CD6EC852D30D46DF9CB62738D2851BB0CB27A185A887B38C5674DEE819D7780',
|
|
533
|
+
exponent: 0,
|
|
534
|
+
aliases: ['uxion']
|
|
535
|
+
}, {
|
|
536
|
+
denom: 'XION',
|
|
537
|
+
exponent: 6,
|
|
538
|
+
aliases: ['xion']
|
|
539
|
+
}],
|
|
540
|
+
base: 'ibc/7CD6EC852D30D46DF9CB62738D2851BB0CB27A185A887B38C5674DEE819D7780',
|
|
541
|
+
display: 'XION',
|
|
542
|
+
name: 'xion',
|
|
543
|
+
symbol: 'XION',
|
|
544
|
+
logo_URIs: {
|
|
545
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
546
|
+
},
|
|
547
|
+
images: [{
|
|
548
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
549
|
+
}],
|
|
550
|
+
type_asset: 'sdk.coin',
|
|
551
|
+
traces: [{
|
|
552
|
+
type: 'ibc',
|
|
553
|
+
counterparty: {
|
|
554
|
+
channel_id: 'channel-3',
|
|
555
|
+
base_denom: 'uxion',
|
|
556
|
+
chain_name: 'xiontestnet2'
|
|
557
|
+
},
|
|
558
|
+
chain: {
|
|
559
|
+
channel_id: 'channel-333'
|
|
560
|
+
}
|
|
561
|
+
}]
|
|
562
|
+
},
|
|
495
563
|
{
|
|
496
564
|
description: 'The native token of Prysm',
|
|
497
565
|
denom_units: [{
|