@subwallet/chain-list 0.2.61-beta.1 → 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 +440 -2
- package/cjs/data/AssetLogoMap.json +22 -0
- package/cjs/data/ChainAsset.json +330 -1
- package/cjs/data/ChainInfo.json +29 -0
- 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 +29 -0
- package/data/ChainLogoMap.json +1 -0
- package/data/MultiChainAsset.json +54 -0
- package/package.json +1 -1
- package/packageInfo.js +1 -1
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -1401,7 +1401,7 @@
|
|
|
1401
1401
|
"assetId": "0",
|
|
1402
1402
|
"autoEnable": true
|
|
1403
1403
|
},
|
|
1404
|
-
"multiChainAsset":
|
|
1404
|
+
"multiChainAsset": "HDX-HydraDX",
|
|
1405
1405
|
"hasValue": true,
|
|
1406
1406
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-native-hdx.png"
|
|
1407
1407
|
},
|
|
@@ -9235,5 +9235,334 @@
|
|
|
9235
9235
|
"multiChainAsset": null,
|
|
9236
9236
|
"hasValue": true,
|
|
9237
9237
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hyperbridge-native-nand.png"
|
|
9238
|
+
},
|
|
9239
|
+
"cess_testnet-NATIVE-TCESS": {
|
|
9240
|
+
"originChain": "cess_testnet",
|
|
9241
|
+
"slug": "cess_testnet-NATIVE-TCESS",
|
|
9242
|
+
"name": "CESS Testnet",
|
|
9243
|
+
"symbol": "TCESS",
|
|
9244
|
+
"decimals": 18,
|
|
9245
|
+
"priceId": null,
|
|
9246
|
+
"minAmount": "1000000000000000000",
|
|
9247
|
+
"assetType": "NATIVE",
|
|
9248
|
+
"metadata": null,
|
|
9249
|
+
"multiChainAsset": null,
|
|
9250
|
+
"hasValue": false,
|
|
9251
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/cess_testnet-native-tcess.png"
|
|
9252
|
+
},
|
|
9253
|
+
"pendulum-LOCAL-PINK": {
|
|
9254
|
+
"originChain": "pendulum",
|
|
9255
|
+
"slug": "pendulum-LOCAL-PINK",
|
|
9256
|
+
"name": "Pink",
|
|
9257
|
+
"symbol": "PINK",
|
|
9258
|
+
"decimals": 10,
|
|
9259
|
+
"priceId": null,
|
|
9260
|
+
"minAmount": "1000",
|
|
9261
|
+
"assetType": "LOCAL",
|
|
9262
|
+
"metadata": {
|
|
9263
|
+
"onChainInfo": {
|
|
9264
|
+
"XCM": "7"
|
|
9265
|
+
}
|
|
9266
|
+
},
|
|
9267
|
+
"multiChainAsset": "PINK-StatemintPink",
|
|
9268
|
+
"hasValue": true,
|
|
9269
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/pendulum-local-pink.png"
|
|
9270
|
+
},
|
|
9271
|
+
"pendulum-LOCAL-GLMR": {
|
|
9272
|
+
"originChain": "pendulum",
|
|
9273
|
+
"slug": "pendulum-LOCAL-GLMR",
|
|
9274
|
+
"name": "Moonbeam",
|
|
9275
|
+
"symbol": "GLMR",
|
|
9276
|
+
"decimals": 18,
|
|
9277
|
+
"priceId": "moonbeam",
|
|
9278
|
+
"minAmount": "1",
|
|
9279
|
+
"assetType": "LOCAL",
|
|
9280
|
+
"metadata": {
|
|
9281
|
+
"onChainInfo": {
|
|
9282
|
+
"XCM": "6"
|
|
9283
|
+
}
|
|
9284
|
+
},
|
|
9285
|
+
"multiChainAsset": "GLMR-Moonbeam",
|
|
9286
|
+
"hasValue": true,
|
|
9287
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/pendulum-local-glmr.png"
|
|
9288
|
+
},
|
|
9289
|
+
"pendulum-LOCAL-HDX": {
|
|
9290
|
+
"originChain": "pendulum",
|
|
9291
|
+
"slug": "pendulum-LOCAL-HDX",
|
|
9292
|
+
"name": "HydraDX",
|
|
9293
|
+
"symbol": "HDX",
|
|
9294
|
+
"decimals": 12,
|
|
9295
|
+
"priceId": "hydradx",
|
|
9296
|
+
"minAmount": "1000",
|
|
9297
|
+
"assetType": "LOCAL",
|
|
9298
|
+
"metadata": {
|
|
9299
|
+
"onChainInfo": {
|
|
9300
|
+
"XCM": "8"
|
|
9301
|
+
}
|
|
9302
|
+
},
|
|
9303
|
+
"multiChainAsset": "HDX-HydraDX",
|
|
9304
|
+
"hasValue": true,
|
|
9305
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/pendulum-local-hdx.png"
|
|
9306
|
+
},
|
|
9307
|
+
"pendulum-LOCAL-USDC": {
|
|
9308
|
+
"originChain": "pendulum",
|
|
9309
|
+
"slug": "pendulum-LOCAL-USDC",
|
|
9310
|
+
"name": "USD Coin",
|
|
9311
|
+
"symbol": "USDC",
|
|
9312
|
+
"decimals": 6,
|
|
9313
|
+
"priceId": "usd-coin",
|
|
9314
|
+
"minAmount": "1000",
|
|
9315
|
+
"assetType": "LOCAL",
|
|
9316
|
+
"metadata": {
|
|
9317
|
+
"onChainInfo": {
|
|
9318
|
+
"XCM": "2"
|
|
9319
|
+
}
|
|
9320
|
+
},
|
|
9321
|
+
"multiChainAsset": "USDC-USDCoin",
|
|
9322
|
+
"hasValue": true,
|
|
9323
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/pendulum-local-usdc.png"
|
|
9324
|
+
},
|
|
9325
|
+
"pendulum-LOCAL-NGNC.s": {
|
|
9326
|
+
"originChain": "pendulum",
|
|
9327
|
+
"slug": "pendulum-LOCAL-NGNC.s",
|
|
9328
|
+
"name": "Stellar NGNC",
|
|
9329
|
+
"symbol": "NGNC.s",
|
|
9330
|
+
"decimals": 12,
|
|
9331
|
+
"priceId": null,
|
|
9332
|
+
"minAmount": "1000",
|
|
9333
|
+
"assetType": "LOCAL",
|
|
9334
|
+
"metadata": {
|
|
9335
|
+
"onChainInfo": {
|
|
9336
|
+
"Stellar": {
|
|
9337
|
+
"AlphaNum4": {
|
|
9338
|
+
"code": "NGNC",
|
|
9339
|
+
"issuer": "0x241afadf31883f79972545fc64f3b5b0c95704c6fb4917474e42b0057841606b"
|
|
9340
|
+
}
|
|
9341
|
+
}
|
|
9342
|
+
}
|
|
9343
|
+
},
|
|
9344
|
+
"multiChainAsset": "NGNC.s-StellarNGNC",
|
|
9345
|
+
"hasValue": true,
|
|
9346
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/pendulum-local-ngnc.s.png"
|
|
9347
|
+
},
|
|
9348
|
+
"pendulum-LOCAL-AUDD.s": {
|
|
9349
|
+
"originChain": "pendulum",
|
|
9350
|
+
"slug": "pendulum-LOCAL-AUDD.s",
|
|
9351
|
+
"name": "Stellar AUDD",
|
|
9352
|
+
"symbol": "AUDD.s",
|
|
9353
|
+
"decimals": 12,
|
|
9354
|
+
"priceId": null,
|
|
9355
|
+
"minAmount": "1000",
|
|
9356
|
+
"assetType": "LOCAL",
|
|
9357
|
+
"metadata": {
|
|
9358
|
+
"onChainInfo": {
|
|
9359
|
+
"Stellar": {
|
|
9360
|
+
"AlphaNum4": {
|
|
9361
|
+
"code": "AUDD",
|
|
9362
|
+
"issuer": "0xc5fbe9979e240552860221f4fe2f2219f35e40458b8b58fc32da520a154a561d"
|
|
9363
|
+
}
|
|
9364
|
+
}
|
|
9365
|
+
}
|
|
9366
|
+
},
|
|
9367
|
+
"multiChainAsset": "AUDD.s-StellarAUDD",
|
|
9368
|
+
"hasValue": true,
|
|
9369
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/pendulum-local-audd.s.png"
|
|
9370
|
+
},
|
|
9371
|
+
"pendulum-LOCAL-BRL.s": {
|
|
9372
|
+
"originChain": "pendulum",
|
|
9373
|
+
"slug": "pendulum-LOCAL-BRL.s",
|
|
9374
|
+
"name": "Stellar BRL",
|
|
9375
|
+
"symbol": "BRL.s",
|
|
9376
|
+
"decimals": 12,
|
|
9377
|
+
"priceId": null,
|
|
9378
|
+
"minAmount": "1000",
|
|
9379
|
+
"assetType": "LOCAL",
|
|
9380
|
+
"metadata": {
|
|
9381
|
+
"onChainInfo": {
|
|
9382
|
+
"Stellar": {
|
|
9383
|
+
"AlphaNum4": {
|
|
9384
|
+
"code": "0x42524c00",
|
|
9385
|
+
"issuer": "0xeaac68d4d0e37b4c24c2536916e830735f032d0d6b2a1c8fca3bc5a25e083e3a"
|
|
9386
|
+
}
|
|
9387
|
+
}
|
|
9388
|
+
}
|
|
9389
|
+
},
|
|
9390
|
+
"multiChainAsset": "BRL.s-StellarBRL",
|
|
9391
|
+
"hasValue": true,
|
|
9392
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/pendulum-local-brl.s.png"
|
|
9393
|
+
},
|
|
9394
|
+
"pendulum-LOCAL-EURC.s": {
|
|
9395
|
+
"originChain": "pendulum",
|
|
9396
|
+
"slug": "pendulum-LOCAL-EURC.s",
|
|
9397
|
+
"name": "Stellar EURC",
|
|
9398
|
+
"symbol": "EURC.s",
|
|
9399
|
+
"decimals": 12,
|
|
9400
|
+
"priceId": null,
|
|
9401
|
+
"minAmount": "1000",
|
|
9402
|
+
"assetType": "LOCAL",
|
|
9403
|
+
"metadata": {
|
|
9404
|
+
"onChainInfo": {
|
|
9405
|
+
"Stellar": {
|
|
9406
|
+
"AlphaNum4": {
|
|
9407
|
+
"code": "EURC",
|
|
9408
|
+
"issuer": "0x2112ee863867e4e219fe254c0918b00bc9ea400775bfc3ab4430971ce505877c"
|
|
9409
|
+
}
|
|
9410
|
+
}
|
|
9411
|
+
}
|
|
9412
|
+
},
|
|
9413
|
+
"multiChainAsset": "EURC.s-StellarEURC",
|
|
9414
|
+
"hasValue": true,
|
|
9415
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/pendulum-local-eurc.s.png"
|
|
9416
|
+
},
|
|
9417
|
+
"pendulum-LOCAL-XLM.s": {
|
|
9418
|
+
"originChain": "pendulum",
|
|
9419
|
+
"slug": "pendulum-LOCAL-XLM.s",
|
|
9420
|
+
"name": "Stellar Lumen",
|
|
9421
|
+
"symbol": "XLM.s",
|
|
9422
|
+
"decimals": 12,
|
|
9423
|
+
"priceId": "stellar",
|
|
9424
|
+
"minAmount": "1000",
|
|
9425
|
+
"assetType": "LOCAL",
|
|
9426
|
+
"metadata": {
|
|
9427
|
+
"onChainInfo": {
|
|
9428
|
+
"Stellar": "StellarNative"
|
|
9429
|
+
}
|
|
9430
|
+
},
|
|
9431
|
+
"multiChainAsset": "XLM.s-StellarLumen",
|
|
9432
|
+
"hasValue": true,
|
|
9433
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/pendulum-local-xlm.s.png"
|
|
9434
|
+
},
|
|
9435
|
+
"amplitude-LOCAL-XLM.s": {
|
|
9436
|
+
"originChain": "amplitude",
|
|
9437
|
+
"slug": "amplitude-LOCAL-XLM.s",
|
|
9438
|
+
"name": "Stellar Lumen",
|
|
9439
|
+
"symbol": "XLM.s",
|
|
9440
|
+
"decimals": 12,
|
|
9441
|
+
"priceId": "stellar",
|
|
9442
|
+
"minAmount": "1000",
|
|
9443
|
+
"assetType": "LOCAL",
|
|
9444
|
+
"metadata": {
|
|
9445
|
+
"onChainInfo": {
|
|
9446
|
+
"Stellar": "StellarNative"
|
|
9447
|
+
}
|
|
9448
|
+
},
|
|
9449
|
+
"multiChainAsset": "XLM.s-StellarLumen",
|
|
9450
|
+
"hasValue": true,
|
|
9451
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/amplitude-local-xlm.s.png"
|
|
9452
|
+
},
|
|
9453
|
+
"amplitude-LOCAL-AUDD.s": {
|
|
9454
|
+
"originChain": "amplitude",
|
|
9455
|
+
"slug": "amplitude-LOCAL-AUDD.s",
|
|
9456
|
+
"name": "Stellar AUDD",
|
|
9457
|
+
"symbol": "AUDD.s",
|
|
9458
|
+
"decimals": 12,
|
|
9459
|
+
"priceId": null,
|
|
9460
|
+
"minAmount": "1000",
|
|
9461
|
+
"assetType": "LOCAL",
|
|
9462
|
+
"metadata": {
|
|
9463
|
+
"onChainInfo": {
|
|
9464
|
+
"Stellar": {
|
|
9465
|
+
"AlphaNum4": {
|
|
9466
|
+
"code": "AUDD",
|
|
9467
|
+
"issuer": "0xc5fbe9979e240552860221f4fe2f2219f35e40458b8b58fc32da520a154a561d"
|
|
9468
|
+
}
|
|
9469
|
+
}
|
|
9470
|
+
}
|
|
9471
|
+
},
|
|
9472
|
+
"multiChainAsset": "AUDD.s-StellarAUDD",
|
|
9473
|
+
"hasValue": true,
|
|
9474
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/amplitude-local-audd.s.png"
|
|
9475
|
+
},
|
|
9476
|
+
"amplitude-LOCAL-EURC.s": {
|
|
9477
|
+
"originChain": "amplitude",
|
|
9478
|
+
"slug": "amplitude-LOCAL-EURC.s",
|
|
9479
|
+
"name": "Stellar EURC",
|
|
9480
|
+
"symbol": "EURC.s",
|
|
9481
|
+
"decimals": 12,
|
|
9482
|
+
"priceId": null,
|
|
9483
|
+
"minAmount": "1000",
|
|
9484
|
+
"assetType": "LOCAL",
|
|
9485
|
+
"metadata": {
|
|
9486
|
+
"onChainInfo": {
|
|
9487
|
+
"Stellar": {
|
|
9488
|
+
"AlphaNum4": {
|
|
9489
|
+
"code": "EURC",
|
|
9490
|
+
"issuer": "0x2112ee863867e4e219fe254c0918b00bc9ea400775bfc3ab4430971ce505877c"
|
|
9491
|
+
}
|
|
9492
|
+
}
|
|
9493
|
+
}
|
|
9494
|
+
},
|
|
9495
|
+
"multiChainAsset": "EURC.s-StellarEURC",
|
|
9496
|
+
"hasValue": true,
|
|
9497
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/amplitude-local-eurc.s.png"
|
|
9498
|
+
},
|
|
9499
|
+
"amplitude-LOCAL-BRL.s": {
|
|
9500
|
+
"originChain": "amplitude",
|
|
9501
|
+
"slug": "amplitude-LOCAL-BRL.s",
|
|
9502
|
+
"name": "Stellar BRL",
|
|
9503
|
+
"symbol": "BRL.s",
|
|
9504
|
+
"decimals": 12,
|
|
9505
|
+
"priceId": null,
|
|
9506
|
+
"minAmount": "1000",
|
|
9507
|
+
"assetType": "LOCAL",
|
|
9508
|
+
"metadata": {
|
|
9509
|
+
"onChainInfo": {
|
|
9510
|
+
"Stellar": {
|
|
9511
|
+
"AlphaNum4": {
|
|
9512
|
+
"code": "0x42524c00",
|
|
9513
|
+
"issuer": "0xeaac68d4d0e37b4c24c2536916e830735f032d0d6b2a1c8fca3bc5a25e083e3a"
|
|
9514
|
+
}
|
|
9515
|
+
}
|
|
9516
|
+
}
|
|
9517
|
+
},
|
|
9518
|
+
"multiChainAsset": "BRL.s-StellarBRL",
|
|
9519
|
+
"hasValue": true,
|
|
9520
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/amplitude-local-brl.s.png"
|
|
9521
|
+
},
|
|
9522
|
+
"amplitude-LOCAL-NGNC.s": {
|
|
9523
|
+
"originChain": "amplitude",
|
|
9524
|
+
"slug": "amplitude-LOCAL-NGNC.s",
|
|
9525
|
+
"name": "Stellar NGNC",
|
|
9526
|
+
"symbol": "NGNC.s",
|
|
9527
|
+
"decimals": 12,
|
|
9528
|
+
"priceId": null,
|
|
9529
|
+
"minAmount": "1000",
|
|
9530
|
+
"assetType": "LOCAL",
|
|
9531
|
+
"metadata": {
|
|
9532
|
+
"onChainInfo": {
|
|
9533
|
+
"Stellar": {
|
|
9534
|
+
"AlphaNum4": {
|
|
9535
|
+
"code": "NGNC",
|
|
9536
|
+
"issuer": "0x241afadf31883f79972545fc64f3b5b0c95704c6fb4917474e42b0057841606b"
|
|
9537
|
+
}
|
|
9538
|
+
}
|
|
9539
|
+
}
|
|
9540
|
+
},
|
|
9541
|
+
"multiChainAsset": "NGNC.s-StellarNGNC",
|
|
9542
|
+
"hasValue": true,
|
|
9543
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/amplitude-local-ngnc.s.png"
|
|
9544
|
+
},
|
|
9545
|
+
"amplitude-LOCAL-USDC.s": {
|
|
9546
|
+
"originChain": "amplitude",
|
|
9547
|
+
"slug": "amplitude-LOCAL-USDC.s",
|
|
9548
|
+
"name": "Stellar USDC",
|
|
9549
|
+
"symbol": "USDC.s",
|
|
9550
|
+
"decimals": 12,
|
|
9551
|
+
"priceId": "usd-coin",
|
|
9552
|
+
"minAmount": "1000",
|
|
9553
|
+
"assetType": "LOCAL",
|
|
9554
|
+
"metadata": {
|
|
9555
|
+
"onChainInfo": {
|
|
9556
|
+
"Stellar": {
|
|
9557
|
+
"AlphaNum4": {
|
|
9558
|
+
"code": "USDC",
|
|
9559
|
+
"issuer": "0x3b9911380efe988ba0a8900eb1cfe44f366f7dbe946bed077240f7f624df15c5"
|
|
9560
|
+
}
|
|
9561
|
+
}
|
|
9562
|
+
}
|
|
9563
|
+
},
|
|
9564
|
+
"multiChainAsset": "USDC-USDCoin",
|
|
9565
|
+
"hasValue": true,
|
|
9566
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/amplitude-local-usdc.s.png"
|
|
9238
9567
|
}
|
|
9239
9568
|
}
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -8353,5 +8353,34 @@
|
|
|
8353
8353
|
"crowdloanFunds": []
|
|
8354
8354
|
},
|
|
8355
8355
|
"extraInfo": null
|
|
8356
|
+
},
|
|
8357
|
+
"cess_testnet": {
|
|
8358
|
+
"slug": "cess_testnet",
|
|
8359
|
+
"name": "CESS Testnet",
|
|
8360
|
+
"isTestnet": true,
|
|
8361
|
+
"chainStatus": "ACTIVE",
|
|
8362
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/cess_testnet.png",
|
|
8363
|
+
"providers": {
|
|
8364
|
+
"CESS Testnet": "wss://testnet-rpc.cess.cloud/ws/"
|
|
8365
|
+
},
|
|
8366
|
+
"evmInfo": null,
|
|
8367
|
+
"substrateInfo": {
|
|
8368
|
+
"relaySlug": null,
|
|
8369
|
+
"paraId": null,
|
|
8370
|
+
"genesisHash": "0x33729cc9053c7d698504a31caf79d39f8fc592fb50a2412717734df2be791b8a",
|
|
8371
|
+
"addressPrefix": 11330,
|
|
8372
|
+
"chainType": "RELAYCHAIN",
|
|
8373
|
+
"crowdloanUrl": null,
|
|
8374
|
+
"blockExplorer": null,
|
|
8375
|
+
"existentialDeposit": "1000000000000000000",
|
|
8376
|
+
"symbol": "TCESS",
|
|
8377
|
+
"decimals": 18,
|
|
8378
|
+
"hasNativeNft": null,
|
|
8379
|
+
"supportStaking": null,
|
|
8380
|
+
"supportSmartContract": null,
|
|
8381
|
+
"crowdloanParaId": null,
|
|
8382
|
+
"crowdloanFunds": []
|
|
8383
|
+
},
|
|
8384
|
+
"extraInfo": null
|
|
8356
8385
|
}
|
|
8357
8386
|
}
|
|
@@ -244,6 +244,7 @@
|
|
|
244
244
|
"botanixEvmTest": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/botanixevmtest.png",
|
|
245
245
|
"curio": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/curio.png",
|
|
246
246
|
"hyperbridge": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/hyperbridge.png",
|
|
247
|
+
"cess_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/cess_testnet.png",
|
|
247
248
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
248
249
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
249
250
|
}
|
|
@@ -484,5 +484,59 @@
|
|
|
484
484
|
"priceId": null,
|
|
485
485
|
"hasValue": true,
|
|
486
486
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/stink-stink.png"
|
|
487
|
+
},
|
|
488
|
+
"HDX-HydraDX": {
|
|
489
|
+
"slug": "HDX-HydraDX",
|
|
490
|
+
"originChainAsset": "hydradx_main-NATIVE-HDX",
|
|
491
|
+
"name": "HydraDX",
|
|
492
|
+
"symbol": "HDX",
|
|
493
|
+
"priceId": "hydradx",
|
|
494
|
+
"hasValue": true,
|
|
495
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/hdx-hydradx.png"
|
|
496
|
+
},
|
|
497
|
+
"XLM.s-StellarLumen": {
|
|
498
|
+
"slug": "XLM.s-StellarLumen",
|
|
499
|
+
"originChainAsset": null,
|
|
500
|
+
"name": "Stellar Lumen",
|
|
501
|
+
"symbol": "XLM.s",
|
|
502
|
+
"priceId": "stellar",
|
|
503
|
+
"hasValue": true,
|
|
504
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/xlm.s-stellarlumen.png"
|
|
505
|
+
},
|
|
506
|
+
"AUDD.s-StellarAUDD": {
|
|
507
|
+
"slug": "AUDD.s-StellarAUDD",
|
|
508
|
+
"originChainAsset": null,
|
|
509
|
+
"name": "Stellar AUDD",
|
|
510
|
+
"symbol": "AUDD.s",
|
|
511
|
+
"priceId": null,
|
|
512
|
+
"hasValue": true,
|
|
513
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/audd.s-stellaraudd.png"
|
|
514
|
+
},
|
|
515
|
+
"EURC.s-StellarEURC": {
|
|
516
|
+
"slug": "EURC.s-StellarEURC",
|
|
517
|
+
"originChainAsset": null,
|
|
518
|
+
"name": "Stellar EURC",
|
|
519
|
+
"symbol": "EURC.s",
|
|
520
|
+
"priceId": null,
|
|
521
|
+
"hasValue": true,
|
|
522
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eurc.s-stellareurc.png"
|
|
523
|
+
},
|
|
524
|
+
"BRL.s-StellarBRL": {
|
|
525
|
+
"slug": "BRL.s-StellarBRL",
|
|
526
|
+
"originChainAsset": null,
|
|
527
|
+
"name": "Stellar BRL",
|
|
528
|
+
"symbol": "BRL.s",
|
|
529
|
+
"priceId": null,
|
|
530
|
+
"hasValue": true,
|
|
531
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/brl.s-stellarbrl.png"
|
|
532
|
+
},
|
|
533
|
+
"NGNC.s-StellarNGNC": {
|
|
534
|
+
"slug": "NGNC.s-StellarNGNC",
|
|
535
|
+
"originChainAsset": null,
|
|
536
|
+
"name": "Stellar NGNC",
|
|
537
|
+
"symbol": "NGNC.s",
|
|
538
|
+
"priceId": null,
|
|
539
|
+
"hasValue": true,
|
|
540
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ngnc.s-stellarngnc.png"
|
|
487
541
|
}
|
|
488
542
|
}
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -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",
|