File tree Expand file tree Collapse file tree 4 files changed +855
-346
lines changed Expand file tree Collapse file tree 4 files changed +855
-346
lines changed Original file line number Diff line number Diff line change 18
18
"author" :
" Parity Technologies <[email protected] >" ,
19
19
"license" : " Apache-2.0" ,
20
20
"devDependencies" : {
21
- "@polkadot/api" : " ^10.5 .1" ,
22
- "@polkadot/apps-config" : " ^0.129 .1" ,
21
+ "@polkadot/api" : " ^10.9 .1" ,
22
+ "@polkadot/apps-config" : " ^0.132 .1" ,
23
23
"@substrate/dev" : " ^0.6.7"
24
24
},
25
25
"packageManager" :
" [email protected] "
Original file line number Diff line number Diff line change 25
25
"11" : " web3" ,
26
26
"21" : " WBTC" ,
27
27
"77" : " TRQ" ,
28
+ "99" : " Cypress" ,
28
29
"100" : " WETH" ,
29
30
"101" : " DOTMA" ,
30
31
"123" : " 123" ,
127
128
"assetsInfo" : {},
128
129
"specName" : " composable"
129
130
},
130
- "2021" : {
131
- "tokens" : [
132
- " EFI"
133
- ],
134
- "assetsInfo" : {},
135
- "specName" : " efinity"
136
- },
137
131
"2026" : {
138
132
"tokens" : [
139
133
" NODL"
398
392
"677" : " GRB" ,
399
393
"759" : " bLd" ,
400
394
"777" : " GOD" ,
395
+ "813" : " TBUX" ,
401
396
"841" : " YAYOI" ,
402
397
"888" : " LUCK" ,
403
398
"911" : " 911" ,
399
+ "969" : " WGTL" ,
404
400
"999" : " CBDC" ,
405
401
"1000" : " SPARK" ,
406
402
"1107" : " HOLIC" ,
426
422
"3943" : " GMK" ,
427
423
"6789" : " VHM" ,
428
424
"6967" : " CHAOS" ,
425
+ "7373" : " PEPE" ,
429
426
"7777" : " lucky7" ,
430
427
"8848" : " top" ,
431
428
"9000" : " KPOTS" ,
539
536
},
540
537
"2024" : {
541
538
"tokens" : [
542
- " TOKEN"
539
+ " Unknown" ,
540
+ " EQD" ,
541
+ " GENS" ,
542
+ " ETH" ,
543
+ " BTC" ,
544
+ " KSM" ,
545
+ " CRV"
543
546
],
544
547
"assetsInfo" : {},
545
- "specName" : " Genshiro "
548
+ "specName" : " Gens-parachain "
546
549
},
547
550
"2048" : {
548
551
"tokens" : [
612
615
"assetsInfo" : {},
613
616
"specName" : " pioneer-runtime"
614
617
},
615
- "2102" : {
616
- "tokens" : [
617
- " PCHU"
618
- ],
619
- "assetsInfo" : {},
620
- "specName" : " pichiu"
621
- },
622
618
"2105" : {
623
619
"tokens" : [
624
620
" CRAB"
703
699
"assetsInfo" : {},
704
700
"specName" : " ipci"
705
701
},
706
- "2226 " : {
702
+ "2240 " : {
707
703
"tokens" : [
708
- " TOKEN "
704
+ " XRT "
709
705
],
710
706
"assetsInfo" : {},
711
- "specName" : " Genshiro "
707
+ "specName" : " robonomics "
712
708
},
713
- "2240 " : {
709
+ "2241 " : {
714
710
"tokens" : [
715
- " XRT "
711
+ " KREST "
716
712
],
717
713
"assetsInfo" : {},
718
- "specName" : " robonomics "
714
+ "specName" : " peaq-node-krest "
719
715
}
720
716
},
721
717
"westend" : {
Original file line number Diff line number Diff line change @@ -42,6 +42,8 @@ const unreliableIds = {
42
42
2018 , // subgame
43
43
2236 , // zero
44
44
2129 , // Ice Network
45
+ 2226 , // genshiro
46
+ 2102 , // pichiu
45
47
] ,
46
48
westend : [ ] ,
47
49
} ;
@@ -198,7 +200,11 @@ const fetchSystemParachainAssetInfo = async (
198
200
const assetsInfo : AssetsInfo = { } ;
199
201
200
202
for ( const [ assetStorageKeyData ] of await api . query . assets . asset . entries ( ) ) {
201
- const id = assetStorageKeyData . toHuman ( ) ?. toString ( ) . trim ( ) . replace ( / , / g, '' ) ;
203
+ const id = assetStorageKeyData
204
+ . toHuman ( )
205
+ ?. toString ( )
206
+ . trim ( )
207
+ . replace ( / , / g, '' ) ;
202
208
203
209
if ( id ) {
204
210
const assetMetadata = await api . query . assets . metadata ( id ) ;
You can’t perform that action at this time.
0 commit comments