@chain-registry/assets 1.70.358 → 1.70.359
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/evmos.js +40 -4
- package/esm/mainnet/migaloo.js +56 -36
- package/esm/mainnet/osmosis.js +100 -40
- package/esm/testnet/agoricdevnet.js +0 -70
- package/esm/testnet/babylontestnet.js +0 -70
- package/esm/testnet/neutrontestnet.js +0 -70
- package/esm/testnet/nobletestnet.js +0 -136
- package/esm/testnet/noistestnet.js +1 -69
- package/esm/testnet/nolustestnet.js +1 -69
- package/esm/testnet/osmosistestnet.js +0 -140
- package/index.d.ts +1 -1
- package/mainnet/evmos.js +40 -4
- package/mainnet/migaloo.js +56 -36
- package/mainnet/osmosis.js +100 -40
- package/package.json +5 -5
- package/testnet/agoricdevnet.js +0 -70
- package/testnet/babylontestnet.js +0 -70
- package/testnet/neutrontestnet.js +0 -70
- package/testnet/nobletestnet.js +0 -136
- package/testnet/noistestnet.js +1 -69
- package/testnet/nolustestnet.js +1 -69
- package/testnet/osmosistestnet.js +0 -140
|
@@ -3,41 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const assets = {
|
|
4
4
|
chain_name: 'babylontestnet',
|
|
5
5
|
assets: [
|
|
6
|
-
{
|
|
7
|
-
description: 'The native token of Neutron chain',
|
|
8
|
-
denom_units: [{
|
|
9
|
-
denom: 'ibc/0C698C8970DB4C539455E5225665A804F6338753211319E44BAD39758B238695',
|
|
10
|
-
exponent: 0,
|
|
11
|
-
aliases: ['untrn']
|
|
12
|
-
}, {
|
|
13
|
-
denom: 'ntrn',
|
|
14
|
-
exponent: 6
|
|
15
|
-
}],
|
|
16
|
-
base: 'ibc/0C698C8970DB4C539455E5225665A804F6338753211319E44BAD39758B238695',
|
|
17
|
-
name: 'Neutron Testnet',
|
|
18
|
-
display: 'ntrn',
|
|
19
|
-
symbol: 'NTRN',
|
|
20
|
-
logo_URIs: {
|
|
21
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.png',
|
|
22
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.svg'
|
|
23
|
-
},
|
|
24
|
-
images: [{
|
|
25
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.png',
|
|
26
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.svg'
|
|
27
|
-
}],
|
|
28
|
-
type_asset: 'sdk.coin',
|
|
29
|
-
traces: [{
|
|
30
|
-
type: 'ibc',
|
|
31
|
-
counterparty: {
|
|
32
|
-
channel_id: 'channel-1651',
|
|
33
|
-
base_denom: 'untrn',
|
|
34
|
-
chain_name: 'neutrontestnet'
|
|
35
|
-
},
|
|
36
|
-
chain: {
|
|
37
|
-
channel_id: 'channel-1'
|
|
38
|
-
}
|
|
39
|
-
}]
|
|
40
|
-
},
|
|
41
6
|
{
|
|
42
7
|
description: 'The controlled staking asset for Noble Chain',
|
|
43
8
|
denom_units: [{
|
|
@@ -127,41 +92,6 @@ const assets = {
|
|
|
127
92
|
}
|
|
128
93
|
}]
|
|
129
94
|
},
|
|
130
|
-
{
|
|
131
|
-
description: 'The native token of Neutron chain',
|
|
132
|
-
denom_units: [{
|
|
133
|
-
denom: 'ibc/0C698C8970DB4C539455E5225665A804F6338753211319E44BAD39758B238695',
|
|
134
|
-
exponent: 0,
|
|
135
|
-
aliases: ['untrn']
|
|
136
|
-
}, {
|
|
137
|
-
denom: 'ntrn',
|
|
138
|
-
exponent: 6
|
|
139
|
-
}],
|
|
140
|
-
base: 'ibc/0C698C8970DB4C539455E5225665A804F6338753211319E44BAD39758B238695',
|
|
141
|
-
name: 'Neutron Testnet',
|
|
142
|
-
display: 'ntrn',
|
|
143
|
-
symbol: 'NTRN',
|
|
144
|
-
logo_URIs: {
|
|
145
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.png',
|
|
146
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.svg'
|
|
147
|
-
},
|
|
148
|
-
images: [{
|
|
149
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.png',
|
|
150
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.svg'
|
|
151
|
-
}],
|
|
152
|
-
type_asset: 'sdk.coin',
|
|
153
|
-
traces: [{
|
|
154
|
-
type: 'ibc',
|
|
155
|
-
counterparty: {
|
|
156
|
-
channel_id: 'channel-1651',
|
|
157
|
-
base_denom: 'untrn',
|
|
158
|
-
chain_name: 'neutrontestnet'
|
|
159
|
-
},
|
|
160
|
-
chain: {
|
|
161
|
-
channel_id: 'channel-1'
|
|
162
|
-
}
|
|
163
|
-
}]
|
|
164
|
-
},
|
|
165
95
|
{
|
|
166
96
|
description: 'The controlled staking asset for Noble Chain',
|
|
167
97
|
denom_units: [{
|
|
@@ -351,41 +351,6 @@ const assets = {
|
|
|
351
351
|
}
|
|
352
352
|
}]
|
|
353
353
|
},
|
|
354
|
-
{
|
|
355
|
-
description: 'The native token of Nolus chain',
|
|
356
|
-
denom_units: [{
|
|
357
|
-
denom: 'ibc/E808FAAE7ADDA37453A8F0F67D74669F6580CBA5EF0F7889D46FB02D282098E3',
|
|
358
|
-
exponent: 0,
|
|
359
|
-
aliases: ['unls']
|
|
360
|
-
}, {
|
|
361
|
-
denom: 'nls',
|
|
362
|
-
exponent: 6
|
|
363
|
-
}],
|
|
364
|
-
base: 'ibc/E808FAAE7ADDA37453A8F0F67D74669F6580CBA5EF0F7889D46FB02D282098E3',
|
|
365
|
-
name: 'Nolus',
|
|
366
|
-
display: 'nls',
|
|
367
|
-
symbol: 'NLS',
|
|
368
|
-
logo_URIs: {
|
|
369
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nolustestnet/images/nolus.png',
|
|
370
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nolustestnet/images/nolus.svg'
|
|
371
|
-
},
|
|
372
|
-
images: [{
|
|
373
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nolustestnet/images/nolus.png',
|
|
374
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nolustestnet/images/nolus.svg'
|
|
375
|
-
}],
|
|
376
|
-
type_asset: 'sdk.coin',
|
|
377
|
-
traces: [{
|
|
378
|
-
type: 'ibc',
|
|
379
|
-
counterparty: {
|
|
380
|
-
channel_id: 'channel-1',
|
|
381
|
-
base_denom: 'unls',
|
|
382
|
-
chain_name: 'nolustestnet'
|
|
383
|
-
},
|
|
384
|
-
chain: {
|
|
385
|
-
channel_id: 'channel-1061'
|
|
386
|
-
}
|
|
387
|
-
}]
|
|
388
|
-
},
|
|
389
354
|
{
|
|
390
355
|
description: 'The controlled staking asset for Noble Chain',
|
|
391
356
|
denom_units: [{
|
|
@@ -515,41 +480,6 @@ const assets = {
|
|
|
515
480
|
channel_id: 'channel-133'
|
|
516
481
|
}
|
|
517
482
|
}]
|
|
518
|
-
},
|
|
519
|
-
{
|
|
520
|
-
description: 'The native token of Nolus chain',
|
|
521
|
-
denom_units: [{
|
|
522
|
-
denom: 'ibc/E808FAAE7ADDA37453A8F0F67D74669F6580CBA5EF0F7889D46FB02D282098E3',
|
|
523
|
-
exponent: 0,
|
|
524
|
-
aliases: ['unls']
|
|
525
|
-
}, {
|
|
526
|
-
denom: 'nls',
|
|
527
|
-
exponent: 6
|
|
528
|
-
}],
|
|
529
|
-
base: 'ibc/E808FAAE7ADDA37453A8F0F67D74669F6580CBA5EF0F7889D46FB02D282098E3',
|
|
530
|
-
name: 'Nolus',
|
|
531
|
-
display: 'nls',
|
|
532
|
-
symbol: 'NLS',
|
|
533
|
-
logo_URIs: {
|
|
534
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nolustestnet/images/nolus.png',
|
|
535
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nolustestnet/images/nolus.svg'
|
|
536
|
-
},
|
|
537
|
-
images: [{
|
|
538
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nolustestnet/images/nolus.png',
|
|
539
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nolustestnet/images/nolus.svg'
|
|
540
|
-
}],
|
|
541
|
-
type_asset: 'sdk.coin',
|
|
542
|
-
traces: [{
|
|
543
|
-
type: 'ibc',
|
|
544
|
-
counterparty: {
|
|
545
|
-
channel_id: 'channel-1',
|
|
546
|
-
base_denom: 'unls',
|
|
547
|
-
chain_name: 'nolustestnet'
|
|
548
|
-
},
|
|
549
|
-
chain: {
|
|
550
|
-
channel_id: 'channel-1061'
|
|
551
|
-
}
|
|
552
|
-
}]
|
|
553
483
|
}
|
|
554
484
|
]
|
|
555
485
|
};
|
package/testnet/nobletestnet.js
CHANGED
|
@@ -257,41 +257,6 @@ const assets = {
|
|
|
257
257
|
}
|
|
258
258
|
}]
|
|
259
259
|
},
|
|
260
|
-
{
|
|
261
|
-
description: 'The native token of Neutron chain',
|
|
262
|
-
denom_units: [{
|
|
263
|
-
denom: 'ibc/851EEC49724871CA7ADE05481AD88C1EC9664BCED83F81E8A2B5D8AFD2C640C6',
|
|
264
|
-
exponent: 0,
|
|
265
|
-
aliases: ['untrn']
|
|
266
|
-
}, {
|
|
267
|
-
denom: 'ntrn',
|
|
268
|
-
exponent: 6
|
|
269
|
-
}],
|
|
270
|
-
base: 'ibc/851EEC49724871CA7ADE05481AD88C1EC9664BCED83F81E8A2B5D8AFD2C640C6',
|
|
271
|
-
name: 'Neutron Testnet',
|
|
272
|
-
display: 'ntrn',
|
|
273
|
-
symbol: 'NTRN',
|
|
274
|
-
logo_URIs: {
|
|
275
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.png',
|
|
276
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.svg'
|
|
277
|
-
},
|
|
278
|
-
images: [{
|
|
279
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.png',
|
|
280
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.svg'
|
|
281
|
-
}],
|
|
282
|
-
type_asset: 'sdk.coin',
|
|
283
|
-
traces: [{
|
|
284
|
-
type: 'ibc',
|
|
285
|
-
counterparty: {
|
|
286
|
-
channel_id: 'channel-496',
|
|
287
|
-
base_denom: 'untrn',
|
|
288
|
-
chain_name: 'neutrontestnet'
|
|
289
|
-
},
|
|
290
|
-
chain: {
|
|
291
|
-
channel_id: 'channel-43'
|
|
292
|
-
}
|
|
293
|
-
}]
|
|
294
|
-
},
|
|
295
260
|
{
|
|
296
261
|
description: 'Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.',
|
|
297
262
|
denom_units: [{
|
|
@@ -546,41 +511,6 @@ const assets = {
|
|
|
546
511
|
}
|
|
547
512
|
}]
|
|
548
513
|
},
|
|
549
|
-
{
|
|
550
|
-
description: 'The native token of Neutron chain',
|
|
551
|
-
denom_units: [{
|
|
552
|
-
denom: 'ibc/851EEC49724871CA7ADE05481AD88C1EC9664BCED83F81E8A2B5D8AFD2C640C6',
|
|
553
|
-
exponent: 0,
|
|
554
|
-
aliases: ['untrn']
|
|
555
|
-
}, {
|
|
556
|
-
denom: 'ntrn',
|
|
557
|
-
exponent: 6
|
|
558
|
-
}],
|
|
559
|
-
base: 'ibc/851EEC49724871CA7ADE05481AD88C1EC9664BCED83F81E8A2B5D8AFD2C640C6',
|
|
560
|
-
name: 'Neutron Testnet',
|
|
561
|
-
display: 'ntrn',
|
|
562
|
-
symbol: 'NTRN',
|
|
563
|
-
logo_URIs: {
|
|
564
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.png',
|
|
565
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.svg'
|
|
566
|
-
},
|
|
567
|
-
images: [{
|
|
568
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.png',
|
|
569
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.svg'
|
|
570
|
-
}],
|
|
571
|
-
type_asset: 'sdk.coin',
|
|
572
|
-
traces: [{
|
|
573
|
-
type: 'ibc',
|
|
574
|
-
counterparty: {
|
|
575
|
-
channel_id: 'channel-496',
|
|
576
|
-
base_denom: 'untrn',
|
|
577
|
-
chain_name: 'neutrontestnet'
|
|
578
|
-
},
|
|
579
|
-
chain: {
|
|
580
|
-
channel_id: 'channel-43'
|
|
581
|
-
}
|
|
582
|
-
}]
|
|
583
|
-
},
|
|
584
514
|
{
|
|
585
515
|
description: 'The native token of Prysm',
|
|
586
516
|
denom_units: [{
|
|
@@ -618,39 +548,6 @@ const assets = {
|
|
|
618
548
|
}
|
|
619
549
|
}]
|
|
620
550
|
},
|
|
621
|
-
{
|
|
622
|
-
description: 'The native staking and governance token of the Atlantic testnet version of Sei.',
|
|
623
|
-
denom_units: [{
|
|
624
|
-
denom: 'ibc/C27A06C741FEAFE57DE859ECFAA568928862219C0301F44A98D9B1A1770B1933',
|
|
625
|
-
exponent: 0,
|
|
626
|
-
aliases: ['usei']
|
|
627
|
-
}, {
|
|
628
|
-
denom: 'sei',
|
|
629
|
-
exponent: 6
|
|
630
|
-
}],
|
|
631
|
-
base: 'ibc/C27A06C741FEAFE57DE859ECFAA568928862219C0301F44A98D9B1A1770B1933',
|
|
632
|
-
name: 'Sei',
|
|
633
|
-
display: 'sei',
|
|
634
|
-
symbol: 'SEI',
|
|
635
|
-
logo_URIs: {
|
|
636
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/seitestnet2/images/sei.png'
|
|
637
|
-
},
|
|
638
|
-
images: [{
|
|
639
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/seitestnet2/images/sei.png'
|
|
640
|
-
}],
|
|
641
|
-
type_asset: 'sdk.coin',
|
|
642
|
-
traces: [{
|
|
643
|
-
type: 'ibc',
|
|
644
|
-
counterparty: {
|
|
645
|
-
channel_id: 'channel-75',
|
|
646
|
-
base_denom: 'usei',
|
|
647
|
-
chain_name: 'seitestnet2'
|
|
648
|
-
},
|
|
649
|
-
chain: {
|
|
650
|
-
channel_id: 'channel-23'
|
|
651
|
-
}
|
|
652
|
-
}]
|
|
653
|
-
},
|
|
654
551
|
{
|
|
655
552
|
description: 'The native token of the Titan network.',
|
|
656
553
|
denom_units: [
|
|
@@ -839,39 +736,6 @@ const assets = {
|
|
|
839
736
|
}
|
|
840
737
|
}]
|
|
841
738
|
},
|
|
842
|
-
{
|
|
843
|
-
description: 'The native staking and governance token of the Atlantic testnet version of Sei.',
|
|
844
|
-
denom_units: [{
|
|
845
|
-
denom: 'ibc/C27A06C741FEAFE57DE859ECFAA568928862219C0301F44A98D9B1A1770B1933',
|
|
846
|
-
exponent: 0,
|
|
847
|
-
aliases: ['usei']
|
|
848
|
-
}, {
|
|
849
|
-
denom: 'sei',
|
|
850
|
-
exponent: 6
|
|
851
|
-
}],
|
|
852
|
-
base: 'ibc/C27A06C741FEAFE57DE859ECFAA568928862219C0301F44A98D9B1A1770B1933',
|
|
853
|
-
name: 'Sei',
|
|
854
|
-
display: 'sei',
|
|
855
|
-
symbol: 'SEI',
|
|
856
|
-
logo_URIs: {
|
|
857
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/seitestnet2/images/sei.png'
|
|
858
|
-
},
|
|
859
|
-
images: [{
|
|
860
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/seitestnet2/images/sei.png'
|
|
861
|
-
}],
|
|
862
|
-
type_asset: 'sdk.coin',
|
|
863
|
-
traces: [{
|
|
864
|
-
type: 'ibc',
|
|
865
|
-
counterparty: {
|
|
866
|
-
channel_id: 'channel-75',
|
|
867
|
-
base_denom: 'usei',
|
|
868
|
-
chain_name: 'seitestnet2'
|
|
869
|
-
},
|
|
870
|
-
chain: {
|
|
871
|
-
channel_id: 'channel-23'
|
|
872
|
-
}
|
|
873
|
-
}]
|
|
874
|
-
},
|
|
875
739
|
{
|
|
876
740
|
description: 'The native token of the Titan network.',
|
|
877
741
|
denom_units: [
|
package/testnet/noistestnet.js
CHANGED
|
@@ -2,74 +2,6 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const assets = {
|
|
4
4
|
chain_name: 'noistestnet',
|
|
5
|
-
assets: [
|
|
6
|
-
description: 'The native token of Neutron chain',
|
|
7
|
-
denom_units: [{
|
|
8
|
-
denom: 'ibc/873C81D14607BEF92121A341BB74A3B13CB1AD4F925A787BA6EC4B54E7C145DA',
|
|
9
|
-
exponent: 0,
|
|
10
|
-
aliases: ['untrn']
|
|
11
|
-
}, {
|
|
12
|
-
denom: 'ntrn',
|
|
13
|
-
exponent: 6
|
|
14
|
-
}],
|
|
15
|
-
base: 'ibc/873C81D14607BEF92121A341BB74A3B13CB1AD4F925A787BA6EC4B54E7C145DA',
|
|
16
|
-
name: 'Neutron Testnet',
|
|
17
|
-
display: 'ntrn',
|
|
18
|
-
symbol: 'NTRN',
|
|
19
|
-
logo_URIs: {
|
|
20
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.png',
|
|
21
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.svg'
|
|
22
|
-
},
|
|
23
|
-
images: [{
|
|
24
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.png',
|
|
25
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.svg'
|
|
26
|
-
}],
|
|
27
|
-
type_asset: 'sdk.coin',
|
|
28
|
-
traces: [{
|
|
29
|
-
type: 'ibc',
|
|
30
|
-
counterparty: {
|
|
31
|
-
channel_id: 'channel-133',
|
|
32
|
-
base_denom: 'untrn',
|
|
33
|
-
chain_name: 'neutrontestnet'
|
|
34
|
-
},
|
|
35
|
-
chain: {
|
|
36
|
-
channel_id: 'channel-40'
|
|
37
|
-
}
|
|
38
|
-
}]
|
|
39
|
-
}, {
|
|
40
|
-
description: 'The native token of Neutron chain',
|
|
41
|
-
denom_units: [{
|
|
42
|
-
denom: 'ibc/873C81D14607BEF92121A341BB74A3B13CB1AD4F925A787BA6EC4B54E7C145DA',
|
|
43
|
-
exponent: 0,
|
|
44
|
-
aliases: ['untrn']
|
|
45
|
-
}, {
|
|
46
|
-
denom: 'ntrn',
|
|
47
|
-
exponent: 6
|
|
48
|
-
}],
|
|
49
|
-
base: 'ibc/873C81D14607BEF92121A341BB74A3B13CB1AD4F925A787BA6EC4B54E7C145DA',
|
|
50
|
-
name: 'Neutron Testnet',
|
|
51
|
-
display: 'ntrn',
|
|
52
|
-
symbol: 'NTRN',
|
|
53
|
-
logo_URIs: {
|
|
54
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.png',
|
|
55
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.svg'
|
|
56
|
-
},
|
|
57
|
-
images: [{
|
|
58
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.png',
|
|
59
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.svg'
|
|
60
|
-
}],
|
|
61
|
-
type_asset: 'sdk.coin',
|
|
62
|
-
traces: [{
|
|
63
|
-
type: 'ibc',
|
|
64
|
-
counterparty: {
|
|
65
|
-
channel_id: 'channel-133',
|
|
66
|
-
base_denom: 'untrn',
|
|
67
|
-
chain_name: 'neutrontestnet'
|
|
68
|
-
},
|
|
69
|
-
chain: {
|
|
70
|
-
channel_id: 'channel-40'
|
|
71
|
-
}
|
|
72
|
-
}]
|
|
73
|
-
}]
|
|
5
|
+
assets: []
|
|
74
6
|
};
|
|
75
7
|
exports.default = assets;
|
package/testnet/nolustestnet.js
CHANGED
|
@@ -2,74 +2,6 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const assets = {
|
|
4
4
|
chain_name: 'nolustestnet',
|
|
5
|
-
assets: [
|
|
6
|
-
description: 'The native token of Neutron chain',
|
|
7
|
-
denom_units: [{
|
|
8
|
-
denom: 'ibc/0C698C8970DB4C539455E5225665A804F6338753211319E44BAD39758B238695',
|
|
9
|
-
exponent: 0,
|
|
10
|
-
aliases: ['untrn']
|
|
11
|
-
}, {
|
|
12
|
-
denom: 'ntrn',
|
|
13
|
-
exponent: 6
|
|
14
|
-
}],
|
|
15
|
-
base: 'ibc/0C698C8970DB4C539455E5225665A804F6338753211319E44BAD39758B238695',
|
|
16
|
-
name: 'Neutron Testnet',
|
|
17
|
-
display: 'ntrn',
|
|
18
|
-
symbol: 'NTRN',
|
|
19
|
-
logo_URIs: {
|
|
20
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.png',
|
|
21
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.svg'
|
|
22
|
-
},
|
|
23
|
-
images: [{
|
|
24
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.png',
|
|
25
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.svg'
|
|
26
|
-
}],
|
|
27
|
-
type_asset: 'sdk.coin',
|
|
28
|
-
traces: [{
|
|
29
|
-
type: 'ibc',
|
|
30
|
-
counterparty: {
|
|
31
|
-
channel_id: 'channel-1061',
|
|
32
|
-
base_denom: 'untrn',
|
|
33
|
-
chain_name: 'neutrontestnet'
|
|
34
|
-
},
|
|
35
|
-
chain: {
|
|
36
|
-
channel_id: 'channel-1'
|
|
37
|
-
}
|
|
38
|
-
}]
|
|
39
|
-
}, {
|
|
40
|
-
description: 'The native token of Neutron chain',
|
|
41
|
-
denom_units: [{
|
|
42
|
-
denom: 'ibc/0C698C8970DB4C539455E5225665A804F6338753211319E44BAD39758B238695',
|
|
43
|
-
exponent: 0,
|
|
44
|
-
aliases: ['untrn']
|
|
45
|
-
}, {
|
|
46
|
-
denom: 'ntrn',
|
|
47
|
-
exponent: 6
|
|
48
|
-
}],
|
|
49
|
-
base: 'ibc/0C698C8970DB4C539455E5225665A804F6338753211319E44BAD39758B238695',
|
|
50
|
-
name: 'Neutron Testnet',
|
|
51
|
-
display: 'ntrn',
|
|
52
|
-
symbol: 'NTRN',
|
|
53
|
-
logo_URIs: {
|
|
54
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.png',
|
|
55
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.svg'
|
|
56
|
-
},
|
|
57
|
-
images: [{
|
|
58
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.png',
|
|
59
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.svg'
|
|
60
|
-
}],
|
|
61
|
-
type_asset: 'sdk.coin',
|
|
62
|
-
traces: [{
|
|
63
|
-
type: 'ibc',
|
|
64
|
-
counterparty: {
|
|
65
|
-
channel_id: 'channel-1061',
|
|
66
|
-
base_denom: 'untrn',
|
|
67
|
-
chain_name: 'neutrontestnet'
|
|
68
|
-
},
|
|
69
|
-
chain: {
|
|
70
|
-
channel_id: 'channel-1'
|
|
71
|
-
}
|
|
72
|
-
}]
|
|
73
|
-
}]
|
|
5
|
+
assets: []
|
|
74
6
|
};
|
|
75
7
|
exports.default = assets;
|
|
@@ -697,41 +697,6 @@ const assets = {
|
|
|
697
697
|
}
|
|
698
698
|
}]
|
|
699
699
|
},
|
|
700
|
-
{
|
|
701
|
-
description: 'The native token of Neutron chain',
|
|
702
|
-
denom_units: [{
|
|
703
|
-
denom: 'ibc/6E74FCA8851F2F81213A6F0D61DB78D1898454C3BF924105DF6549500E1C4785',
|
|
704
|
-
exponent: 0,
|
|
705
|
-
aliases: ['untrn']
|
|
706
|
-
}, {
|
|
707
|
-
denom: 'ntrn',
|
|
708
|
-
exponent: 6
|
|
709
|
-
}],
|
|
710
|
-
base: 'ibc/6E74FCA8851F2F81213A6F0D61DB78D1898454C3BF924105DF6549500E1C4785',
|
|
711
|
-
name: 'Neutron Testnet',
|
|
712
|
-
display: 'ntrn',
|
|
713
|
-
symbol: 'NTRN',
|
|
714
|
-
logo_URIs: {
|
|
715
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.png',
|
|
716
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.svg'
|
|
717
|
-
},
|
|
718
|
-
images: [{
|
|
719
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.png',
|
|
720
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.svg'
|
|
721
|
-
}],
|
|
722
|
-
type_asset: 'sdk.coin',
|
|
723
|
-
traces: [{
|
|
724
|
-
type: 'ibc',
|
|
725
|
-
counterparty: {
|
|
726
|
-
channel_id: 'channel-196',
|
|
727
|
-
base_denom: 'untrn',
|
|
728
|
-
chain_name: 'neutrontestnet'
|
|
729
|
-
},
|
|
730
|
-
chain: {
|
|
731
|
-
channel_id: 'channel-4172'
|
|
732
|
-
}
|
|
733
|
-
}]
|
|
734
|
-
},
|
|
735
700
|
{
|
|
736
701
|
description: 'The controlled staking asset for Noble Chain',
|
|
737
702
|
denom_units: [{
|
|
@@ -821,41 +786,6 @@ const assets = {
|
|
|
821
786
|
}
|
|
822
787
|
}]
|
|
823
788
|
},
|
|
824
|
-
{
|
|
825
|
-
description: 'The native token of Nolus chain',
|
|
826
|
-
denom_units: [{
|
|
827
|
-
denom: 'ibc/EF145240FE393A1CEC9C35ED1866A235D23176EA9B32069F714C9309FEA55718',
|
|
828
|
-
exponent: 0,
|
|
829
|
-
aliases: ['unls']
|
|
830
|
-
}, {
|
|
831
|
-
denom: 'nls',
|
|
832
|
-
exponent: 6
|
|
833
|
-
}],
|
|
834
|
-
base: 'ibc/EF145240FE393A1CEC9C35ED1866A235D23176EA9B32069F714C9309FEA55718',
|
|
835
|
-
name: 'Nolus',
|
|
836
|
-
display: 'nls',
|
|
837
|
-
symbol: 'NLS',
|
|
838
|
-
logo_URIs: {
|
|
839
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nolustestnet/images/nolus.png',
|
|
840
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nolustestnet/images/nolus.svg'
|
|
841
|
-
},
|
|
842
|
-
images: [{
|
|
843
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nolustestnet/images/nolus.png',
|
|
844
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nolustestnet/images/nolus.svg'
|
|
845
|
-
}],
|
|
846
|
-
type_asset: 'sdk.coin',
|
|
847
|
-
traces: [{
|
|
848
|
-
type: 'ibc',
|
|
849
|
-
counterparty: {
|
|
850
|
-
channel_id: 'channel-0',
|
|
851
|
-
base_denom: 'unls',
|
|
852
|
-
chain_name: 'nolustestnet'
|
|
853
|
-
},
|
|
854
|
-
chain: {
|
|
855
|
-
channel_id: 'channel-8272'
|
|
856
|
-
}
|
|
857
|
-
}]
|
|
858
|
-
},
|
|
859
789
|
{
|
|
860
790
|
description: 'Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.',
|
|
861
791
|
denom_units: [{
|
|
@@ -1550,41 +1480,6 @@ const assets = {
|
|
|
1550
1480
|
}
|
|
1551
1481
|
}]
|
|
1552
1482
|
},
|
|
1553
|
-
{
|
|
1554
|
-
description: 'The native token of Neutron chain',
|
|
1555
|
-
denom_units: [{
|
|
1556
|
-
denom: 'ibc/6E74FCA8851F2F81213A6F0D61DB78D1898454C3BF924105DF6549500E1C4785',
|
|
1557
|
-
exponent: 0,
|
|
1558
|
-
aliases: ['untrn']
|
|
1559
|
-
}, {
|
|
1560
|
-
denom: 'ntrn',
|
|
1561
|
-
exponent: 6
|
|
1562
|
-
}],
|
|
1563
|
-
base: 'ibc/6E74FCA8851F2F81213A6F0D61DB78D1898454C3BF924105DF6549500E1C4785',
|
|
1564
|
-
name: 'Neutron Testnet',
|
|
1565
|
-
display: 'ntrn',
|
|
1566
|
-
symbol: 'NTRN',
|
|
1567
|
-
logo_URIs: {
|
|
1568
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.png',
|
|
1569
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.svg'
|
|
1570
|
-
},
|
|
1571
|
-
images: [{
|
|
1572
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.png',
|
|
1573
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.svg'
|
|
1574
|
-
}],
|
|
1575
|
-
type_asset: 'sdk.coin',
|
|
1576
|
-
traces: [{
|
|
1577
|
-
type: 'ibc',
|
|
1578
|
-
counterparty: {
|
|
1579
|
-
channel_id: 'channel-196',
|
|
1580
|
-
base_denom: 'untrn',
|
|
1581
|
-
chain_name: 'neutrontestnet'
|
|
1582
|
-
},
|
|
1583
|
-
chain: {
|
|
1584
|
-
channel_id: 'channel-4172'
|
|
1585
|
-
}
|
|
1586
|
-
}]
|
|
1587
|
-
},
|
|
1588
1483
|
{
|
|
1589
1484
|
description: 'The controlled staking asset for Noble Chain',
|
|
1590
1485
|
denom_units: [{
|
|
@@ -1674,41 +1569,6 @@ const assets = {
|
|
|
1674
1569
|
}
|
|
1675
1570
|
}]
|
|
1676
1571
|
},
|
|
1677
|
-
{
|
|
1678
|
-
description: 'The native token of Nolus chain',
|
|
1679
|
-
denom_units: [{
|
|
1680
|
-
denom: 'ibc/EF145240FE393A1CEC9C35ED1866A235D23176EA9B32069F714C9309FEA55718',
|
|
1681
|
-
exponent: 0,
|
|
1682
|
-
aliases: ['unls']
|
|
1683
|
-
}, {
|
|
1684
|
-
denom: 'nls',
|
|
1685
|
-
exponent: 6
|
|
1686
|
-
}],
|
|
1687
|
-
base: 'ibc/EF145240FE393A1CEC9C35ED1866A235D23176EA9B32069F714C9309FEA55718',
|
|
1688
|
-
name: 'Nolus',
|
|
1689
|
-
display: 'nls',
|
|
1690
|
-
symbol: 'NLS',
|
|
1691
|
-
logo_URIs: {
|
|
1692
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nolustestnet/images/nolus.png',
|
|
1693
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nolustestnet/images/nolus.svg'
|
|
1694
|
-
},
|
|
1695
|
-
images: [{
|
|
1696
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nolustestnet/images/nolus.png',
|
|
1697
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nolustestnet/images/nolus.svg'
|
|
1698
|
-
}],
|
|
1699
|
-
type_asset: 'sdk.coin',
|
|
1700
|
-
traces: [{
|
|
1701
|
-
type: 'ibc',
|
|
1702
|
-
counterparty: {
|
|
1703
|
-
channel_id: 'channel-0',
|
|
1704
|
-
base_denom: 'unls',
|
|
1705
|
-
chain_name: 'nolustestnet'
|
|
1706
|
-
},
|
|
1707
|
-
chain: {
|
|
1708
|
-
channel_id: 'channel-8272'
|
|
1709
|
-
}
|
|
1710
|
-
}]
|
|
1711
|
-
},
|
|
1712
1572
|
{
|
|
1713
1573
|
deprecated: true,
|
|
1714
1574
|
description: 'PSTAKE Liquid-Staked ATOM',
|