@subwallet/chain-list 0.2.61-beta.0 → 0.2.61-beta.2
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/bundle-subwallet-chain-list.js +441 -3
- package/cjs/data/AssetLogoMap.json +22 -0
- package/cjs/data/ChainAsset.json +330 -1
- package/cjs/data/ChainInfo.json +30 -1
- package/cjs/data/ChainLogoMap.json +1 -0
- package/cjs/data/MultiChainAsset.json +54 -0
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +22 -0
- package/data/ChainAsset.json +330 -1
- package/data/ChainInfo.json +30 -1
- package/data/ChainLogoMap.json +1 -0
- package/data/MultiChainAsset.json +54 -0
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -571,6 +571,22 @@
|
|
|
571
571
|
"botanixevmtest-native-btc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/botanixevmtest-native-btc.png",
|
|
572
572
|
"curio-native-cgt": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/curio-native-cgt.png",
|
|
573
573
|
"hyperbridge-native-nand": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hyperbridge-native-nand.png",
|
|
574
|
+
"cess_testnet-native-tcess": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/cess_testnet-native-tcess.png",
|
|
575
|
+
"pendulum-local-pink": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/pendulum-local-pink.png",
|
|
576
|
+
"pendulum-local-glmr": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/pendulum-local-glmr.png",
|
|
577
|
+
"pendulum-local-hdx": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/pendulum-local-hdx.png",
|
|
578
|
+
"pendulum-local-usdc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/pendulum-local-usdc.png",
|
|
579
|
+
"pendulum-local-ngnc.s": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/pendulum-local-ngnc.s.png",
|
|
580
|
+
"pendulum-local-audd.s": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/pendulum-local-audd.s.png",
|
|
581
|
+
"pendulum-local-brl.s": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/pendulum-local-brl.s.png",
|
|
582
|
+
"pendulum-local-eurc.s": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/pendulum-local-eurc.s.png",
|
|
583
|
+
"pendulum-local-xlm.s": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/pendulum-local-xlm.s.png",
|
|
584
|
+
"amplitude-local-xlm.s": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/amplitude-local-xlm.s.png",
|
|
585
|
+
"amplitude-local-audd.s": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/amplitude-local-audd.s.png",
|
|
586
|
+
"amplitude-local-eurc.s": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/amplitude-local-eurc.s.png",
|
|
587
|
+
"amplitude-local-brl.s": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/amplitude-local-brl.s.png",
|
|
588
|
+
"amplitude-local-ngnc.s": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/amplitude-local-ngnc.s.png",
|
|
589
|
+
"amplitude-local-usdc.s": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/amplitude-local-usdc.s.png",
|
|
574
590
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
575
591
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
576
592
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -625,6 +641,12 @@
|
|
|
625
641
|
"beefy-beefy": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/beefy-beefy.png",
|
|
626
642
|
"hmnd-humanode": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/hmnd-humanode.png",
|
|
627
643
|
"stink-stink": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/stink-stink.png",
|
|
644
|
+
"hdx-hydradx": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/hdx-hydradx.png",
|
|
645
|
+
"xlm.s-stellarlumen": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/xlm.s-stellarlumen.png",
|
|
646
|
+
"audd.s-stellaraudd": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/audd.s-stellaraudd.png",
|
|
647
|
+
"eurc.s-stellareurc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eurc.s-stellareurc.png",
|
|
648
|
+
"brl.s-stellarbrl": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/brl.s-stellarbrl.png",
|
|
649
|
+
"ngnc.s-stellarngnc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ngnc.s-stellarngnc.png",
|
|
628
650
|
"custom-moonbeam-erc20-cp-0x6021d2c27b6fbd6e7608d1f39b41398caee2f824": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/cp_77d5363018.png",
|
|
629
651
|
"custom-aleph-psp22-zpf-5eskjbkpva1ppucmrkcmazdhqm9shihws9uqqsoi4vrdcdle": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/zpf_2f06de3f07.png",
|
|
630
652
|
"custom-custom-substrate-gosnetwork-native-gos": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png",
|
|
@@ -3579,7 +3601,7 @@
|
|
|
3579
3601
|
assetId: "0",
|
|
3580
3602
|
autoEnable: true
|
|
3581
3603
|
},
|
|
3582
|
-
multiChainAsset:
|
|
3604
|
+
multiChainAsset: "HDX-HydraDX",
|
|
3583
3605
|
hasValue: true,
|
|
3584
3606
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-native-hdx.png"
|
|
3585
3607
|
},
|
|
@@ -11413,6 +11435,335 @@
|
|
|
11413
11435
|
multiChainAsset: null,
|
|
11414
11436
|
hasValue: true,
|
|
11415
11437
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hyperbridge-native-nand.png"
|
|
11438
|
+
},
|
|
11439
|
+
"cess_testnet-NATIVE-TCESS": {
|
|
11440
|
+
originChain: "cess_testnet",
|
|
11441
|
+
slug: "cess_testnet-NATIVE-TCESS",
|
|
11442
|
+
name: "CESS Testnet",
|
|
11443
|
+
symbol: "TCESS",
|
|
11444
|
+
decimals: 18,
|
|
11445
|
+
priceId: null,
|
|
11446
|
+
minAmount: "1000000000000000000",
|
|
11447
|
+
assetType: "NATIVE",
|
|
11448
|
+
metadata: null,
|
|
11449
|
+
multiChainAsset: null,
|
|
11450
|
+
hasValue: false,
|
|
11451
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/cess_testnet-native-tcess.png"
|
|
11452
|
+
},
|
|
11453
|
+
"pendulum-LOCAL-PINK": {
|
|
11454
|
+
originChain: "pendulum",
|
|
11455
|
+
slug: "pendulum-LOCAL-PINK",
|
|
11456
|
+
name: "Pink",
|
|
11457
|
+
symbol: "PINK",
|
|
11458
|
+
decimals: 10,
|
|
11459
|
+
priceId: null,
|
|
11460
|
+
minAmount: "1000",
|
|
11461
|
+
assetType: "LOCAL",
|
|
11462
|
+
metadata: {
|
|
11463
|
+
onChainInfo: {
|
|
11464
|
+
XCM: "7"
|
|
11465
|
+
}
|
|
11466
|
+
},
|
|
11467
|
+
multiChainAsset: "PINK-StatemintPink",
|
|
11468
|
+
hasValue: true,
|
|
11469
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/pendulum-local-pink.png"
|
|
11470
|
+
},
|
|
11471
|
+
"pendulum-LOCAL-GLMR": {
|
|
11472
|
+
originChain: "pendulum",
|
|
11473
|
+
slug: "pendulum-LOCAL-GLMR",
|
|
11474
|
+
name: "Moonbeam",
|
|
11475
|
+
symbol: "GLMR",
|
|
11476
|
+
decimals: 18,
|
|
11477
|
+
priceId: "moonbeam",
|
|
11478
|
+
minAmount: "1",
|
|
11479
|
+
assetType: "LOCAL",
|
|
11480
|
+
metadata: {
|
|
11481
|
+
onChainInfo: {
|
|
11482
|
+
XCM: "6"
|
|
11483
|
+
}
|
|
11484
|
+
},
|
|
11485
|
+
multiChainAsset: "GLMR-Moonbeam",
|
|
11486
|
+
hasValue: true,
|
|
11487
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/pendulum-local-glmr.png"
|
|
11488
|
+
},
|
|
11489
|
+
"pendulum-LOCAL-HDX": {
|
|
11490
|
+
originChain: "pendulum",
|
|
11491
|
+
slug: "pendulum-LOCAL-HDX",
|
|
11492
|
+
name: "HydraDX",
|
|
11493
|
+
symbol: "HDX",
|
|
11494
|
+
decimals: 12,
|
|
11495
|
+
priceId: "hydradx",
|
|
11496
|
+
minAmount: "1000",
|
|
11497
|
+
assetType: "LOCAL",
|
|
11498
|
+
metadata: {
|
|
11499
|
+
onChainInfo: {
|
|
11500
|
+
XCM: "8"
|
|
11501
|
+
}
|
|
11502
|
+
},
|
|
11503
|
+
multiChainAsset: "HDX-HydraDX",
|
|
11504
|
+
hasValue: true,
|
|
11505
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/pendulum-local-hdx.png"
|
|
11506
|
+
},
|
|
11507
|
+
"pendulum-LOCAL-USDC": {
|
|
11508
|
+
originChain: "pendulum",
|
|
11509
|
+
slug: "pendulum-LOCAL-USDC",
|
|
11510
|
+
name: "USD Coin",
|
|
11511
|
+
symbol: "USDC",
|
|
11512
|
+
decimals: 6,
|
|
11513
|
+
priceId: "usd-coin",
|
|
11514
|
+
minAmount: "1000",
|
|
11515
|
+
assetType: "LOCAL",
|
|
11516
|
+
metadata: {
|
|
11517
|
+
onChainInfo: {
|
|
11518
|
+
XCM: "2"
|
|
11519
|
+
}
|
|
11520
|
+
},
|
|
11521
|
+
multiChainAsset: "USDC-USDCoin",
|
|
11522
|
+
hasValue: true,
|
|
11523
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/pendulum-local-usdc.png"
|
|
11524
|
+
},
|
|
11525
|
+
"pendulum-LOCAL-NGNC.s": {
|
|
11526
|
+
originChain: "pendulum",
|
|
11527
|
+
slug: "pendulum-LOCAL-NGNC.s",
|
|
11528
|
+
name: "Stellar NGNC",
|
|
11529
|
+
symbol: "NGNC.s",
|
|
11530
|
+
decimals: 12,
|
|
11531
|
+
priceId: null,
|
|
11532
|
+
minAmount: "1000",
|
|
11533
|
+
assetType: "LOCAL",
|
|
11534
|
+
metadata: {
|
|
11535
|
+
onChainInfo: {
|
|
11536
|
+
Stellar: {
|
|
11537
|
+
AlphaNum4: {
|
|
11538
|
+
code: "NGNC",
|
|
11539
|
+
issuer: "0x241afadf31883f79972545fc64f3b5b0c95704c6fb4917474e42b0057841606b"
|
|
11540
|
+
}
|
|
11541
|
+
}
|
|
11542
|
+
}
|
|
11543
|
+
},
|
|
11544
|
+
multiChainAsset: "NGNC.s-StellarNGNC",
|
|
11545
|
+
hasValue: true,
|
|
11546
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/pendulum-local-ngnc.s.png"
|
|
11547
|
+
},
|
|
11548
|
+
"pendulum-LOCAL-AUDD.s": {
|
|
11549
|
+
originChain: "pendulum",
|
|
11550
|
+
slug: "pendulum-LOCAL-AUDD.s",
|
|
11551
|
+
name: "Stellar AUDD",
|
|
11552
|
+
symbol: "AUDD.s",
|
|
11553
|
+
decimals: 12,
|
|
11554
|
+
priceId: null,
|
|
11555
|
+
minAmount: "1000",
|
|
11556
|
+
assetType: "LOCAL",
|
|
11557
|
+
metadata: {
|
|
11558
|
+
onChainInfo: {
|
|
11559
|
+
Stellar: {
|
|
11560
|
+
AlphaNum4: {
|
|
11561
|
+
code: "AUDD",
|
|
11562
|
+
issuer: "0xc5fbe9979e240552860221f4fe2f2219f35e40458b8b58fc32da520a154a561d"
|
|
11563
|
+
}
|
|
11564
|
+
}
|
|
11565
|
+
}
|
|
11566
|
+
},
|
|
11567
|
+
multiChainAsset: "AUDD.s-StellarAUDD",
|
|
11568
|
+
hasValue: true,
|
|
11569
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/pendulum-local-audd.s.png"
|
|
11570
|
+
},
|
|
11571
|
+
"pendulum-LOCAL-BRL.s": {
|
|
11572
|
+
originChain: "pendulum",
|
|
11573
|
+
slug: "pendulum-LOCAL-BRL.s",
|
|
11574
|
+
name: "Stellar BRL",
|
|
11575
|
+
symbol: "BRL.s",
|
|
11576
|
+
decimals: 12,
|
|
11577
|
+
priceId: null,
|
|
11578
|
+
minAmount: "1000",
|
|
11579
|
+
assetType: "LOCAL",
|
|
11580
|
+
metadata: {
|
|
11581
|
+
onChainInfo: {
|
|
11582
|
+
Stellar: {
|
|
11583
|
+
AlphaNum4: {
|
|
11584
|
+
code: "0x42524c00",
|
|
11585
|
+
issuer: "0xeaac68d4d0e37b4c24c2536916e830735f032d0d6b2a1c8fca3bc5a25e083e3a"
|
|
11586
|
+
}
|
|
11587
|
+
}
|
|
11588
|
+
}
|
|
11589
|
+
},
|
|
11590
|
+
multiChainAsset: "BRL.s-StellarBRL",
|
|
11591
|
+
hasValue: true,
|
|
11592
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/pendulum-local-brl.s.png"
|
|
11593
|
+
},
|
|
11594
|
+
"pendulum-LOCAL-EURC.s": {
|
|
11595
|
+
originChain: "pendulum",
|
|
11596
|
+
slug: "pendulum-LOCAL-EURC.s",
|
|
11597
|
+
name: "Stellar EURC",
|
|
11598
|
+
symbol: "EURC.s",
|
|
11599
|
+
decimals: 12,
|
|
11600
|
+
priceId: null,
|
|
11601
|
+
minAmount: "1000",
|
|
11602
|
+
assetType: "LOCAL",
|
|
11603
|
+
metadata: {
|
|
11604
|
+
onChainInfo: {
|
|
11605
|
+
Stellar: {
|
|
11606
|
+
AlphaNum4: {
|
|
11607
|
+
code: "EURC",
|
|
11608
|
+
issuer: "0x2112ee863867e4e219fe254c0918b00bc9ea400775bfc3ab4430971ce505877c"
|
|
11609
|
+
}
|
|
11610
|
+
}
|
|
11611
|
+
}
|
|
11612
|
+
},
|
|
11613
|
+
multiChainAsset: "EURC.s-StellarEURC",
|
|
11614
|
+
hasValue: true,
|
|
11615
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/pendulum-local-eurc.s.png"
|
|
11616
|
+
},
|
|
11617
|
+
"pendulum-LOCAL-XLM.s": {
|
|
11618
|
+
originChain: "pendulum",
|
|
11619
|
+
slug: "pendulum-LOCAL-XLM.s",
|
|
11620
|
+
name: "Stellar Lumen",
|
|
11621
|
+
symbol: "XLM.s",
|
|
11622
|
+
decimals: 12,
|
|
11623
|
+
priceId: "stellar",
|
|
11624
|
+
minAmount: "1000",
|
|
11625
|
+
assetType: "LOCAL",
|
|
11626
|
+
metadata: {
|
|
11627
|
+
onChainInfo: {
|
|
11628
|
+
Stellar: "StellarNative"
|
|
11629
|
+
}
|
|
11630
|
+
},
|
|
11631
|
+
multiChainAsset: "XLM.s-StellarLumen",
|
|
11632
|
+
hasValue: true,
|
|
11633
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/pendulum-local-xlm.s.png"
|
|
11634
|
+
},
|
|
11635
|
+
"amplitude-LOCAL-XLM.s": {
|
|
11636
|
+
originChain: "amplitude",
|
|
11637
|
+
slug: "amplitude-LOCAL-XLM.s",
|
|
11638
|
+
name: "Stellar Lumen",
|
|
11639
|
+
symbol: "XLM.s",
|
|
11640
|
+
decimals: 12,
|
|
11641
|
+
priceId: "stellar",
|
|
11642
|
+
minAmount: "1000",
|
|
11643
|
+
assetType: "LOCAL",
|
|
11644
|
+
metadata: {
|
|
11645
|
+
onChainInfo: {
|
|
11646
|
+
Stellar: "StellarNative"
|
|
11647
|
+
}
|
|
11648
|
+
},
|
|
11649
|
+
multiChainAsset: "XLM.s-StellarLumen",
|
|
11650
|
+
hasValue: true,
|
|
11651
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/amplitude-local-xlm.s.png"
|
|
11652
|
+
},
|
|
11653
|
+
"amplitude-LOCAL-AUDD.s": {
|
|
11654
|
+
originChain: "amplitude",
|
|
11655
|
+
slug: "amplitude-LOCAL-AUDD.s",
|
|
11656
|
+
name: "Stellar AUDD",
|
|
11657
|
+
symbol: "AUDD.s",
|
|
11658
|
+
decimals: 12,
|
|
11659
|
+
priceId: null,
|
|
11660
|
+
minAmount: "1000",
|
|
11661
|
+
assetType: "LOCAL",
|
|
11662
|
+
metadata: {
|
|
11663
|
+
onChainInfo: {
|
|
11664
|
+
Stellar: {
|
|
11665
|
+
AlphaNum4: {
|
|
11666
|
+
code: "AUDD",
|
|
11667
|
+
issuer: "0xc5fbe9979e240552860221f4fe2f2219f35e40458b8b58fc32da520a154a561d"
|
|
11668
|
+
}
|
|
11669
|
+
}
|
|
11670
|
+
}
|
|
11671
|
+
},
|
|
11672
|
+
multiChainAsset: "AUDD.s-StellarAUDD",
|
|
11673
|
+
hasValue: true,
|
|
11674
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/amplitude-local-audd.s.png"
|
|
11675
|
+
},
|
|
11676
|
+
"amplitude-LOCAL-EURC.s": {
|
|
11677
|
+
originChain: "amplitude",
|
|
11678
|
+
slug: "amplitude-LOCAL-EURC.s",
|
|
11679
|
+
name: "Stellar EURC",
|
|
11680
|
+
symbol: "EURC.s",
|
|
11681
|
+
decimals: 12,
|
|
11682
|
+
priceId: null,
|
|
11683
|
+
minAmount: "1000",
|
|
11684
|
+
assetType: "LOCAL",
|
|
11685
|
+
metadata: {
|
|
11686
|
+
onChainInfo: {
|
|
11687
|
+
Stellar: {
|
|
11688
|
+
AlphaNum4: {
|
|
11689
|
+
code: "EURC",
|
|
11690
|
+
issuer: "0x2112ee863867e4e219fe254c0918b00bc9ea400775bfc3ab4430971ce505877c"
|
|
11691
|
+
}
|
|
11692
|
+
}
|
|
11693
|
+
}
|
|
11694
|
+
},
|
|
11695
|
+
multiChainAsset: "EURC.s-StellarEURC",
|
|
11696
|
+
hasValue: true,
|
|
11697
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/amplitude-local-eurc.s.png"
|
|
11698
|
+
},
|
|
11699
|
+
"amplitude-LOCAL-BRL.s": {
|
|
11700
|
+
originChain: "amplitude",
|
|
11701
|
+
slug: "amplitude-LOCAL-BRL.s",
|
|
11702
|
+
name: "Stellar BRL",
|
|
11703
|
+
symbol: "BRL.s",
|
|
11704
|
+
decimals: 12,
|
|
11705
|
+
priceId: null,
|
|
11706
|
+
minAmount: "1000",
|
|
11707
|
+
assetType: "LOCAL",
|
|
11708
|
+
metadata: {
|
|
11709
|
+
onChainInfo: {
|
|
11710
|
+
Stellar: {
|
|
11711
|
+
AlphaNum4: {
|
|
11712
|
+
code: "0x42524c00",
|
|
11713
|
+
issuer: "0xeaac68d4d0e37b4c24c2536916e830735f032d0d6b2a1c8fca3bc5a25e083e3a"
|
|
11714
|
+
}
|
|
11715
|
+
}
|
|
11716
|
+
}
|
|
11717
|
+
},
|
|
11718
|
+
multiChainAsset: "BRL.s-StellarBRL",
|
|
11719
|
+
hasValue: true,
|
|
11720
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/amplitude-local-brl.s.png"
|
|
11721
|
+
},
|
|
11722
|
+
"amplitude-LOCAL-NGNC.s": {
|
|
11723
|
+
originChain: "amplitude",
|
|
11724
|
+
slug: "amplitude-LOCAL-NGNC.s",
|
|
11725
|
+
name: "Stellar NGNC",
|
|
11726
|
+
symbol: "NGNC.s",
|
|
11727
|
+
decimals: 12,
|
|
11728
|
+
priceId: null,
|
|
11729
|
+
minAmount: "1000",
|
|
11730
|
+
assetType: "LOCAL",
|
|
11731
|
+
metadata: {
|
|
11732
|
+
onChainInfo: {
|
|
11733
|
+
Stellar: {
|
|
11734
|
+
AlphaNum4: {
|
|
11735
|
+
code: "NGNC",
|
|
11736
|
+
issuer: "0x241afadf31883f79972545fc64f3b5b0c95704c6fb4917474e42b0057841606b"
|
|
11737
|
+
}
|
|
11738
|
+
}
|
|
11739
|
+
}
|
|
11740
|
+
},
|
|
11741
|
+
multiChainAsset: "NGNC.s-StellarNGNC",
|
|
11742
|
+
hasValue: true,
|
|
11743
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/amplitude-local-ngnc.s.png"
|
|
11744
|
+
},
|
|
11745
|
+
"amplitude-LOCAL-USDC.s": {
|
|
11746
|
+
originChain: "amplitude",
|
|
11747
|
+
slug: "amplitude-LOCAL-USDC.s",
|
|
11748
|
+
name: "Stellar USDC",
|
|
11749
|
+
symbol: "USDC.s",
|
|
11750
|
+
decimals: 12,
|
|
11751
|
+
priceId: "usd-coin",
|
|
11752
|
+
minAmount: "1000",
|
|
11753
|
+
assetType: "LOCAL",
|
|
11754
|
+
metadata: {
|
|
11755
|
+
onChainInfo: {
|
|
11756
|
+
Stellar: {
|
|
11757
|
+
AlphaNum4: {
|
|
11758
|
+
code: "USDC",
|
|
11759
|
+
issuer: "0x3b9911380efe988ba0a8900eb1cfe44f366f7dbe946bed077240f7f624df15c5"
|
|
11760
|
+
}
|
|
11761
|
+
}
|
|
11762
|
+
}
|
|
11763
|
+
},
|
|
11764
|
+
multiChainAsset: "USDC-USDCoin",
|
|
11765
|
+
hasValue: true,
|
|
11766
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/amplitude-local-usdc.s.png"
|
|
11416
11767
|
}
|
|
11417
11768
|
};
|
|
11418
11769
|
|
|
@@ -14314,7 +14665,7 @@
|
|
|
14314
14665
|
addressPrefix: 28,
|
|
14315
14666
|
chainType: "PARACHAIN",
|
|
14316
14667
|
crowdloanUrl: "https://app.subsocial.network/crowdloan",
|
|
14317
|
-
blockExplorer:
|
|
14668
|
+
blockExplorer: "https://explorer.subsocial.network",
|
|
14318
14669
|
existentialDeposit: "100000000",
|
|
14319
14670
|
symbol: "SUB",
|
|
14320
14671
|
decimals: 10,
|
|
@@ -19914,6 +20265,36 @@
|
|
|
19914
20265
|
},
|
|
19915
20266
|
extraInfo: null
|
|
19916
20267
|
};
|
|
20268
|
+
var cess_testnet$1 = {
|
|
20269
|
+
slug: "cess_testnet",
|
|
20270
|
+
name: "CESS Testnet",
|
|
20271
|
+
isTestnet: true,
|
|
20272
|
+
chainStatus: "ACTIVE",
|
|
20273
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/cess_testnet.png",
|
|
20274
|
+
providers: {
|
|
20275
|
+
"CESS Testnet": "wss://testnet-rpc.cess.cloud/ws/"
|
|
20276
|
+
},
|
|
20277
|
+
evmInfo: null,
|
|
20278
|
+
substrateInfo: {
|
|
20279
|
+
relaySlug: null,
|
|
20280
|
+
paraId: null,
|
|
20281
|
+
genesisHash: "0x33729cc9053c7d698504a31caf79d39f8fc592fb50a2412717734df2be791b8a",
|
|
20282
|
+
addressPrefix: 11330,
|
|
20283
|
+
chainType: "RELAYCHAIN",
|
|
20284
|
+
crowdloanUrl: null,
|
|
20285
|
+
blockExplorer: null,
|
|
20286
|
+
existentialDeposit: "1000000000000000000",
|
|
20287
|
+
symbol: "TCESS",
|
|
20288
|
+
decimals: 18,
|
|
20289
|
+
hasNativeNft: null,
|
|
20290
|
+
supportStaking: null,
|
|
20291
|
+
supportSmartContract: null,
|
|
20292
|
+
crowdloanParaId: null,
|
|
20293
|
+
crowdloanFunds: [
|
|
20294
|
+
]
|
|
20295
|
+
},
|
|
20296
|
+
extraInfo: null
|
|
20297
|
+
};
|
|
19917
20298
|
const _ChainInfoMap = {
|
|
19918
20299
|
polkadot: polkadot$1,
|
|
19919
20300
|
kusama: kusama$1,
|
|
@@ -20189,7 +20570,8 @@
|
|
|
20189
20570
|
merlinEvm: merlinEvm$1,
|
|
20190
20571
|
botanixEvmTest: botanixEvmTest$1,
|
|
20191
20572
|
curio: curio$1,
|
|
20192
|
-
hyperbridge: hyperbridge$1
|
|
20573
|
+
hyperbridge: hyperbridge$1,
|
|
20574
|
+
cess_testnet: cess_testnet$1
|
|
20193
20575
|
};
|
|
20194
20576
|
|
|
20195
20577
|
var polkadot = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot.png";
|
|
@@ -20435,6 +20817,7 @@
|
|
|
20435
20817
|
var botanixEvmTest = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/botanixevmtest.png";
|
|
20436
20818
|
var curio = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/curio.png";
|
|
20437
20819
|
var hyperbridge = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/hyperbridge.png";
|
|
20820
|
+
var cess_testnet = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/cess_testnet.png";
|
|
20438
20821
|
const _ChainLogoMap = {
|
|
20439
20822
|
"default": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
|
|
20440
20823
|
polkadot: polkadot,
|
|
@@ -20681,6 +21064,7 @@
|
|
|
20681
21064
|
botanixEvmTest: botanixEvmTest,
|
|
20682
21065
|
curio: curio,
|
|
20683
21066
|
hyperbridge: hyperbridge,
|
|
21067
|
+
cess_testnet: cess_testnet,
|
|
20684
21068
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
20685
21069
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
20686
21070
|
};
|
|
@@ -21171,6 +21555,60 @@
|
|
|
21171
21555
|
priceId: null,
|
|
21172
21556
|
hasValue: true,
|
|
21173
21557
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/stink-stink.png"
|
|
21558
|
+
},
|
|
21559
|
+
"HDX-HydraDX": {
|
|
21560
|
+
slug: "HDX-HydraDX",
|
|
21561
|
+
originChainAsset: "hydradx_main-NATIVE-HDX",
|
|
21562
|
+
name: "HydraDX",
|
|
21563
|
+
symbol: "HDX",
|
|
21564
|
+
priceId: "hydradx",
|
|
21565
|
+
hasValue: true,
|
|
21566
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/hdx-hydradx.png"
|
|
21567
|
+
},
|
|
21568
|
+
"XLM.s-StellarLumen": {
|
|
21569
|
+
slug: "XLM.s-StellarLumen",
|
|
21570
|
+
originChainAsset: null,
|
|
21571
|
+
name: "Stellar Lumen",
|
|
21572
|
+
symbol: "XLM.s",
|
|
21573
|
+
priceId: "stellar",
|
|
21574
|
+
hasValue: true,
|
|
21575
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/xlm.s-stellarlumen.png"
|
|
21576
|
+
},
|
|
21577
|
+
"AUDD.s-StellarAUDD": {
|
|
21578
|
+
slug: "AUDD.s-StellarAUDD",
|
|
21579
|
+
originChainAsset: null,
|
|
21580
|
+
name: "Stellar AUDD",
|
|
21581
|
+
symbol: "AUDD.s",
|
|
21582
|
+
priceId: null,
|
|
21583
|
+
hasValue: true,
|
|
21584
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/audd.s-stellaraudd.png"
|
|
21585
|
+
},
|
|
21586
|
+
"EURC.s-StellarEURC": {
|
|
21587
|
+
slug: "EURC.s-StellarEURC",
|
|
21588
|
+
originChainAsset: null,
|
|
21589
|
+
name: "Stellar EURC",
|
|
21590
|
+
symbol: "EURC.s",
|
|
21591
|
+
priceId: null,
|
|
21592
|
+
hasValue: true,
|
|
21593
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eurc.s-stellareurc.png"
|
|
21594
|
+
},
|
|
21595
|
+
"BRL.s-StellarBRL": {
|
|
21596
|
+
slug: "BRL.s-StellarBRL",
|
|
21597
|
+
originChainAsset: null,
|
|
21598
|
+
name: "Stellar BRL",
|
|
21599
|
+
symbol: "BRL.s",
|
|
21600
|
+
priceId: null,
|
|
21601
|
+
hasValue: true,
|
|
21602
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/brl.s-stellarbrl.png"
|
|
21603
|
+
},
|
|
21604
|
+
"NGNC.s-StellarNGNC": {
|
|
21605
|
+
slug: "NGNC.s-StellarNGNC",
|
|
21606
|
+
originChainAsset: null,
|
|
21607
|
+
name: "Stellar NGNC",
|
|
21608
|
+
symbol: "NGNC.s",
|
|
21609
|
+
priceId: null,
|
|
21610
|
+
hasValue: true,
|
|
21611
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ngnc.s-stellarngnc.png"
|
|
21174
21612
|
}
|
|
21175
21613
|
};
|
|
21176
21614
|
|
|
@@ -563,6 +563,22 @@
|
|
|
563
563
|
"botanixevmtest-native-btc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/botanixevmtest-native-btc.png",
|
|
564
564
|
"curio-native-cgt": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/curio-native-cgt.png",
|
|
565
565
|
"hyperbridge-native-nand": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hyperbridge-native-nand.png",
|
|
566
|
+
"cess_testnet-native-tcess": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/cess_testnet-native-tcess.png",
|
|
567
|
+
"pendulum-local-pink": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/pendulum-local-pink.png",
|
|
568
|
+
"pendulum-local-glmr": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/pendulum-local-glmr.png",
|
|
569
|
+
"pendulum-local-hdx": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/pendulum-local-hdx.png",
|
|
570
|
+
"pendulum-local-usdc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/pendulum-local-usdc.png",
|
|
571
|
+
"pendulum-local-ngnc.s": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/pendulum-local-ngnc.s.png",
|
|
572
|
+
"pendulum-local-audd.s": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/pendulum-local-audd.s.png",
|
|
573
|
+
"pendulum-local-brl.s": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/pendulum-local-brl.s.png",
|
|
574
|
+
"pendulum-local-eurc.s": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/pendulum-local-eurc.s.png",
|
|
575
|
+
"pendulum-local-xlm.s": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/pendulum-local-xlm.s.png",
|
|
576
|
+
"amplitude-local-xlm.s": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/amplitude-local-xlm.s.png",
|
|
577
|
+
"amplitude-local-audd.s": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/amplitude-local-audd.s.png",
|
|
578
|
+
"amplitude-local-eurc.s": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/amplitude-local-eurc.s.png",
|
|
579
|
+
"amplitude-local-brl.s": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/amplitude-local-brl.s.png",
|
|
580
|
+
"amplitude-local-ngnc.s": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/amplitude-local-ngnc.s.png",
|
|
581
|
+
"amplitude-local-usdc.s": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/amplitude-local-usdc.s.png",
|
|
566
582
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
567
583
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
568
584
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -617,6 +633,12 @@
|
|
|
617
633
|
"beefy-beefy": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/beefy-beefy.png",
|
|
618
634
|
"hmnd-humanode": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/hmnd-humanode.png",
|
|
619
635
|
"stink-stink": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/stink-stink.png",
|
|
636
|
+
"hdx-hydradx": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/hdx-hydradx.png",
|
|
637
|
+
"xlm.s-stellarlumen": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/xlm.s-stellarlumen.png",
|
|
638
|
+
"audd.s-stellaraudd": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/audd.s-stellaraudd.png",
|
|
639
|
+
"eurc.s-stellareurc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eurc.s-stellareurc.png",
|
|
640
|
+
"brl.s-stellarbrl": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/brl.s-stellarbrl.png",
|
|
641
|
+
"ngnc.s-stellarngnc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ngnc.s-stellarngnc.png",
|
|
620
642
|
"custom-moonbeam-erc20-cp-0x6021d2c27b6fbd6e7608d1f39b41398caee2f824": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/cp_77d5363018.png",
|
|
621
643
|
"custom-aleph-psp22-zpf-5eskjbkpva1ppucmrkcmazdhqm9shihws9uqqsoi4vrdcdle": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/zpf_2f06de3f07.png",
|
|
622
644
|
"custom-custom-substrate-gosnetwork-native-gos": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png",
|