@subwallet/chain-list 0.2.54-beta.3 → 0.2.54-beta.4
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 +219 -17
- package/cjs/data/AssetLogoMap.json +11 -0
- package/cjs/data/AssetRef.json +0 -17
- package/cjs/data/ChainAsset.json +208 -0
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +11 -0
- package/data/AssetRef.json +0 -17
- package/data/ChainAsset.json +208 -0
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -524,8 +524,19 @@
|
|
|
524
524
|
"hydradx_main-local-ded": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-ded.png",
|
|
525
525
|
"xlayer-native-okb": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/xlayer-native-okb.png",
|
|
526
526
|
"astarzkevm-erc20-astr-0xdf41220c7e322bfef933d85d01821ad277f90172": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/astarzkevm-erc20-astr-0xdf41220c7e322bfef933d85d01821ad277f90172.png",
|
|
527
|
+
"moonbeam-local-xcded": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-local-xcded.png",
|
|
527
528
|
"statemint-local-dota": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-dota.png",
|
|
528
529
|
"moonbeam-local-xcbncs": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-local-xcbncs.png",
|
|
530
|
+
"hydradx_main-local-dai": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-dai.png",
|
|
531
|
+
"hydradx_main-local-ape": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-ape.png",
|
|
532
|
+
"hydradx_main-local-sub": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-sub.png",
|
|
533
|
+
"hydradx_main-local-weth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-weth.png",
|
|
534
|
+
"hydradx_main-local-vdot": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-vdot.png",
|
|
535
|
+
"hydradx_main-local-dai-18": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-dai-18.png",
|
|
536
|
+
"hydradx_main-local-usdc-21": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-usdc-21.png",
|
|
537
|
+
"hydradx_main-local-usdt-23": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-usdt-23.png",
|
|
538
|
+
"hydradx_main-local-wbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-wbtc.png",
|
|
539
|
+
"hydradx_main-local-ibtc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-ibtc.png",
|
|
529
540
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
530
541
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
531
542
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -1013,16 +1024,6 @@
|
|
|
1013
1024
|
metadata: {
|
|
1014
1025
|
alternativeAsset: "polkadot-NATIVE-DOT"
|
|
1015
1026
|
}
|
|
1016
|
-
},
|
|
1017
|
-
"hydradx_main-LOCAL-DOT___hydradx_main-LOCAL-DED": {
|
|
1018
|
-
srcAsset: "hydradx_main-LOCAL-DOT",
|
|
1019
|
-
destAsset: "hydradx_main-LOCAL-DED",
|
|
1020
|
-
srcChain: "hydradx_main",
|
|
1021
|
-
destChain: "hydradx_main",
|
|
1022
|
-
path: "SWAP",
|
|
1023
|
-
metadata: {
|
|
1024
|
-
alternativeAsset: "polkadot-NATIVE-DOT"
|
|
1025
|
-
}
|
|
1026
1027
|
},
|
|
1027
1028
|
"hydradx_main-LOCAL-DOT___hydradx_main-LOCAL-USDT": {
|
|
1028
1029
|
srcAsset: "hydradx_main-LOCAL-DOT",
|
|
@@ -1295,13 +1296,6 @@
|
|
|
1295
1296
|
srcChain: "darwinia2",
|
|
1296
1297
|
destChain: "statemint",
|
|
1297
1298
|
path: "XCM"
|
|
1298
|
-
},
|
|
1299
|
-
"hydradx_main-LOCAL-DED___hydradx_main-LOCAL-DOT": {
|
|
1300
|
-
srcAsset: "hydradx_main-LOCAL-DED",
|
|
1301
|
-
destAsset: "hydradx_main-LOCAL-DOT",
|
|
1302
|
-
srcChain: "hydradx_main",
|
|
1303
|
-
destChain: "hydradx_main",
|
|
1304
|
-
path: "SWAP"
|
|
1305
1299
|
}
|
|
1306
1300
|
};
|
|
1307
1301
|
|
|
@@ -9723,6 +9717,214 @@
|
|
|
9723
9717
|
multiChainAsset: "BNCS-InscriptionToken",
|
|
9724
9718
|
hasValue: true,
|
|
9725
9719
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-local-xcbncs.png"
|
|
9720
|
+
},
|
|
9721
|
+
"hydradx_main-LOCAL-DAI": {
|
|
9722
|
+
originChain: "hydradx_main",
|
|
9723
|
+
slug: "hydradx_main-LOCAL-DAI",
|
|
9724
|
+
name: "DAI Stablecoin (via Wormhole)",
|
|
9725
|
+
symbol: "DAI",
|
|
9726
|
+
decimals: 18,
|
|
9727
|
+
priceId: "dai",
|
|
9728
|
+
minAmount: "100",
|
|
9729
|
+
assetType: "LOCAL",
|
|
9730
|
+
metadata: {
|
|
9731
|
+
assetId: "2"
|
|
9732
|
+
},
|
|
9733
|
+
multiChainAsset: "DAI-DaiStablecoin",
|
|
9734
|
+
hasValue: true,
|
|
9735
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-dai.png"
|
|
9736
|
+
},
|
|
9737
|
+
"hydradx_main-LOCAL-APE": {
|
|
9738
|
+
originChain: "hydradx_main",
|
|
9739
|
+
slug: "hydradx_main-LOCAL-APE",
|
|
9740
|
+
name: "ApeCoin (via Wormhole)",
|
|
9741
|
+
symbol: "APE",
|
|
9742
|
+
decimals: 18,
|
|
9743
|
+
priceId: "apecoin",
|
|
9744
|
+
minAmount: "100",
|
|
9745
|
+
assetType: "LOCAL",
|
|
9746
|
+
metadata: {
|
|
9747
|
+
assetId: "6"
|
|
9748
|
+
},
|
|
9749
|
+
multiChainAsset: null,
|
|
9750
|
+
hasValue: true,
|
|
9751
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-ape.png"
|
|
9752
|
+
},
|
|
9753
|
+
"hydradx_main-LOCAL-SUB": {
|
|
9754
|
+
originChain: "hydradx_main",
|
|
9755
|
+
slug: "hydradx_main-LOCAL-SUB",
|
|
9756
|
+
name: "Subsocial",
|
|
9757
|
+
symbol: "SUB",
|
|
9758
|
+
decimals: 10,
|
|
9759
|
+
priceId: "subsocial",
|
|
9760
|
+
minAmount: "10000000000",
|
|
9761
|
+
assetType: "LOCAL",
|
|
9762
|
+
metadata: {
|
|
9763
|
+
assetId: "24"
|
|
9764
|
+
},
|
|
9765
|
+
multiChainAsset: null,
|
|
9766
|
+
hasValue: true,
|
|
9767
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-sub.png"
|
|
9768
|
+
},
|
|
9769
|
+
"hydradx_main-LOCAL-4Pool": {
|
|
9770
|
+
originChain: "hydradx_main",
|
|
9771
|
+
slug: "hydradx_main-LOCAL-4Pool",
|
|
9772
|
+
name: "USDT, DAI, USDC, USDT",
|
|
9773
|
+
symbol: "4-Pool",
|
|
9774
|
+
decimals: 18,
|
|
9775
|
+
priceId: null,
|
|
9776
|
+
minAmount: "1000",
|
|
9777
|
+
assetType: "LOCAL",
|
|
9778
|
+
metadata: {
|
|
9779
|
+
assetId: "100"
|
|
9780
|
+
},
|
|
9781
|
+
multiChainAsset: null,
|
|
9782
|
+
hasValue: true,
|
|
9783
|
+
icon: null
|
|
9784
|
+
},
|
|
9785
|
+
"hydradx_main-LOCAL-WETH": {
|
|
9786
|
+
originChain: "hydradx_main",
|
|
9787
|
+
slug: "hydradx_main-LOCAL-WETH",
|
|
9788
|
+
name: "Ethereum (via Moonbeam)",
|
|
9789
|
+
symbol: "WETH",
|
|
9790
|
+
decimals: 18,
|
|
9791
|
+
priceId: "ethereum",
|
|
9792
|
+
minAmount: "100",
|
|
9793
|
+
assetType: "LOCAL",
|
|
9794
|
+
metadata: {
|
|
9795
|
+
assetId: "20"
|
|
9796
|
+
},
|
|
9797
|
+
multiChainAsset: "ETH-Ethereum",
|
|
9798
|
+
hasValue: true,
|
|
9799
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-weth.png"
|
|
9800
|
+
},
|
|
9801
|
+
"hydradx_main-LOCAL-2Pool": {
|
|
9802
|
+
originChain: "hydradx_main",
|
|
9803
|
+
slug: "hydradx_main-LOCAL-2Pool",
|
|
9804
|
+
name: "WBTC, iBTC",
|
|
9805
|
+
symbol: "2-Pool",
|
|
9806
|
+
decimals: 18,
|
|
9807
|
+
priceId: null,
|
|
9808
|
+
minAmount: "1000",
|
|
9809
|
+
assetType: "LOCAL",
|
|
9810
|
+
metadata: {
|
|
9811
|
+
assetId: "101"
|
|
9812
|
+
},
|
|
9813
|
+
multiChainAsset: null,
|
|
9814
|
+
hasValue: true,
|
|
9815
|
+
icon: null
|
|
9816
|
+
},
|
|
9817
|
+
"hydradx_main-LOCAL-vDOT": {
|
|
9818
|
+
originChain: "hydradx_main",
|
|
9819
|
+
slug: "hydradx_main-LOCAL-vDOT",
|
|
9820
|
+
name: "Bifrost Voucher DOT",
|
|
9821
|
+
symbol: "vDOT",
|
|
9822
|
+
decimals: 10,
|
|
9823
|
+
priceId: null,
|
|
9824
|
+
minAmount: "100",
|
|
9825
|
+
assetType: "LOCAL",
|
|
9826
|
+
metadata: {
|
|
9827
|
+
assetId: "15"
|
|
9828
|
+
},
|
|
9829
|
+
multiChainAsset: null,
|
|
9830
|
+
hasValue: true,
|
|
9831
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-vdot.png"
|
|
9832
|
+
},
|
|
9833
|
+
"hydradx_main-LOCAL-LRNA": {
|
|
9834
|
+
originChain: "hydradx_main",
|
|
9835
|
+
slug: "hydradx_main-LOCAL-LRNA",
|
|
9836
|
+
name: "Lerna",
|
|
9837
|
+
symbol: "LRNA",
|
|
9838
|
+
decimals: 12,
|
|
9839
|
+
priceId: null,
|
|
9840
|
+
minAmount: "100",
|
|
9841
|
+
assetType: "LOCAL",
|
|
9842
|
+
metadata: {
|
|
9843
|
+
assetId: "1"
|
|
9844
|
+
},
|
|
9845
|
+
multiChainAsset: null,
|
|
9846
|
+
hasValue: true,
|
|
9847
|
+
icon: null
|
|
9848
|
+
},
|
|
9849
|
+
"hydradx_main-LOCAL-DAI-18": {
|
|
9850
|
+
originChain: "hydradx_main",
|
|
9851
|
+
slug: "hydradx_main-LOCAL-DAI-18",
|
|
9852
|
+
name: "Random token 1 (via Wormhole)",
|
|
9853
|
+
symbol: "DAI",
|
|
9854
|
+
decimals: 18,
|
|
9855
|
+
priceId: "dai",
|
|
9856
|
+
minAmount: "100",
|
|
9857
|
+
assetType: "LOCAL",
|
|
9858
|
+
metadata: {
|
|
9859
|
+
assetId: "18"
|
|
9860
|
+
},
|
|
9861
|
+
multiChainAsset: "DAI-DaiStablecoin",
|
|
9862
|
+
hasValue: true,
|
|
9863
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-dai-18.png"
|
|
9864
|
+
},
|
|
9865
|
+
"hydradx_main-LOCAL-USDC-21": {
|
|
9866
|
+
originChain: "hydradx_main",
|
|
9867
|
+
slug: "hydradx_main-LOCAL-USDC-21",
|
|
9868
|
+
name: "USDC (Moonbeam Wormhole)",
|
|
9869
|
+
symbol: "USDC",
|
|
9870
|
+
decimals: 6,
|
|
9871
|
+
priceId: "usd-coin",
|
|
9872
|
+
minAmount: "10000",
|
|
9873
|
+
assetType: "LOCAL",
|
|
9874
|
+
metadata: {
|
|
9875
|
+
assetId: "21"
|
|
9876
|
+
},
|
|
9877
|
+
multiChainAsset: "USDC-USDCoin",
|
|
9878
|
+
hasValue: true,
|
|
9879
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-usdc-21.png"
|
|
9880
|
+
},
|
|
9881
|
+
"hydradx_main-LOCAL-USDT-23": {
|
|
9882
|
+
originChain: "hydradx_main",
|
|
9883
|
+
slug: "hydradx_main-LOCAL-USDT-23",
|
|
9884
|
+
name: "USDT (Moonbeam Wormhole)",
|
|
9885
|
+
symbol: "USDT",
|
|
9886
|
+
decimals: 6,
|
|
9887
|
+
priceId: null,
|
|
9888
|
+
minAmount: "10000",
|
|
9889
|
+
assetType: "LOCAL",
|
|
9890
|
+
metadata: {
|
|
9891
|
+
assetId: "23"
|
|
9892
|
+
},
|
|
9893
|
+
multiChainAsset: null,
|
|
9894
|
+
hasValue: true,
|
|
9895
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-usdt-23.png"
|
|
9896
|
+
},
|
|
9897
|
+
"hydradx_main-LOCAL-WBTC": {
|
|
9898
|
+
originChain: "hydradx_main",
|
|
9899
|
+
slug: "hydradx_main-LOCAL-WBTC",
|
|
9900
|
+
name: "Wrapped Bitcoin (via Wormhole)",
|
|
9901
|
+
symbol: "WBTC",
|
|
9902
|
+
decimals: 8,
|
|
9903
|
+
priceId: null,
|
|
9904
|
+
minAmount: "100",
|
|
9905
|
+
assetType: "LOCAL",
|
|
9906
|
+
metadata: {
|
|
9907
|
+
assetId: "3"
|
|
9908
|
+
},
|
|
9909
|
+
multiChainAsset: null,
|
|
9910
|
+
hasValue: true,
|
|
9911
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-wbtc.png"
|
|
9912
|
+
},
|
|
9913
|
+
"hydradx_main-LOCAL-iBTC": {
|
|
9914
|
+
originChain: "hydradx_main",
|
|
9915
|
+
slug: "hydradx_main-LOCAL-iBTC",
|
|
9916
|
+
name: "interBTC",
|
|
9917
|
+
symbol: "iBTC",
|
|
9918
|
+
decimals: 8,
|
|
9919
|
+
priceId: null,
|
|
9920
|
+
minAmount: "100",
|
|
9921
|
+
assetType: "LOCAL",
|
|
9922
|
+
metadata: {
|
|
9923
|
+
assetId: "11"
|
|
9924
|
+
},
|
|
9925
|
+
multiChainAsset: null,
|
|
9926
|
+
hasValue: true,
|
|
9927
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-ibtc.png"
|
|
9726
9928
|
}
|
|
9727
9929
|
};
|
|
9728
9930
|
|
|
@@ -516,8 +516,19 @@
|
|
|
516
516
|
"hydradx_main-local-ded": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-ded.png",
|
|
517
517
|
"xlayer-native-okb": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/xlayer-native-okb.png",
|
|
518
518
|
"astarzkevm-erc20-astr-0xdf41220c7e322bfef933d85d01821ad277f90172": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/astarzkevm-erc20-astr-0xdf41220c7e322bfef933d85d01821ad277f90172.png",
|
|
519
|
+
"moonbeam-local-xcded": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-local-xcded.png",
|
|
519
520
|
"statemint-local-dota": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-dota.png",
|
|
520
521
|
"moonbeam-local-xcbncs": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-local-xcbncs.png",
|
|
522
|
+
"hydradx_main-local-dai": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-dai.png",
|
|
523
|
+
"hydradx_main-local-ape": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-ape.png",
|
|
524
|
+
"hydradx_main-local-sub": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-sub.png",
|
|
525
|
+
"hydradx_main-local-weth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-weth.png",
|
|
526
|
+
"hydradx_main-local-vdot": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-vdot.png",
|
|
527
|
+
"hydradx_main-local-dai-18": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-dai-18.png",
|
|
528
|
+
"hydradx_main-local-usdc-21": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-usdc-21.png",
|
|
529
|
+
"hydradx_main-local-usdt-23": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-usdt-23.png",
|
|
530
|
+
"hydradx_main-local-wbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-wbtc.png",
|
|
531
|
+
"hydradx_main-local-ibtc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-ibtc.png",
|
|
521
532
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
522
533
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
523
534
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
package/cjs/data/AssetRef.json
CHANGED
|
@@ -432,16 +432,6 @@
|
|
|
432
432
|
"alternativeAsset": "polkadot-NATIVE-DOT"
|
|
433
433
|
}
|
|
434
434
|
},
|
|
435
|
-
"hydradx_main-LOCAL-DOT___hydradx_main-LOCAL-DED": {
|
|
436
|
-
"srcAsset": "hydradx_main-LOCAL-DOT",
|
|
437
|
-
"destAsset": "hydradx_main-LOCAL-DED",
|
|
438
|
-
"srcChain": "hydradx_main",
|
|
439
|
-
"destChain": "hydradx_main",
|
|
440
|
-
"path": "SWAP",
|
|
441
|
-
"metadata": {
|
|
442
|
-
"alternativeAsset": "polkadot-NATIVE-DOT"
|
|
443
|
-
}
|
|
444
|
-
},
|
|
445
435
|
"hydradx_main-LOCAL-DOT___hydradx_main-LOCAL-USDT": {
|
|
446
436
|
"srcAsset": "hydradx_main-LOCAL-DOT",
|
|
447
437
|
"destAsset": "hydradx_main-LOCAL-USDT",
|
|
@@ -713,12 +703,5 @@
|
|
|
713
703
|
"srcChain": "darwinia2",
|
|
714
704
|
"destChain": "statemint",
|
|
715
705
|
"path": "XCM"
|
|
716
|
-
},
|
|
717
|
-
"hydradx_main-LOCAL-DED___hydradx_main-LOCAL-DOT": {
|
|
718
|
-
"srcAsset": "hydradx_main-LOCAL-DED",
|
|
719
|
-
"destAsset": "hydradx_main-LOCAL-DOT",
|
|
720
|
-
"srcChain": "hydradx_main",
|
|
721
|
-
"destChain": "hydradx_main",
|
|
722
|
-
"path": "SWAP"
|
|
723
706
|
}
|
|
724
707
|
}
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -8416,5 +8416,213 @@
|
|
|
8416
8416
|
"multiChainAsset": "BNCS-InscriptionToken",
|
|
8417
8417
|
"hasValue": true,
|
|
8418
8418
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-local-xcbncs.png"
|
|
8419
|
+
},
|
|
8420
|
+
"hydradx_main-LOCAL-DAI": {
|
|
8421
|
+
"originChain": "hydradx_main",
|
|
8422
|
+
"slug": "hydradx_main-LOCAL-DAI",
|
|
8423
|
+
"name": "DAI Stablecoin (via Wormhole)",
|
|
8424
|
+
"symbol": "DAI",
|
|
8425
|
+
"decimals": 18,
|
|
8426
|
+
"priceId": "dai",
|
|
8427
|
+
"minAmount": "100",
|
|
8428
|
+
"assetType": "LOCAL",
|
|
8429
|
+
"metadata": {
|
|
8430
|
+
"assetId": "2"
|
|
8431
|
+
},
|
|
8432
|
+
"multiChainAsset": "DAI-DaiStablecoin",
|
|
8433
|
+
"hasValue": true,
|
|
8434
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-dai.png"
|
|
8435
|
+
},
|
|
8436
|
+
"hydradx_main-LOCAL-APE": {
|
|
8437
|
+
"originChain": "hydradx_main",
|
|
8438
|
+
"slug": "hydradx_main-LOCAL-APE",
|
|
8439
|
+
"name": "ApeCoin (via Wormhole)",
|
|
8440
|
+
"symbol": "APE",
|
|
8441
|
+
"decimals": 18,
|
|
8442
|
+
"priceId": "apecoin",
|
|
8443
|
+
"minAmount": "100",
|
|
8444
|
+
"assetType": "LOCAL",
|
|
8445
|
+
"metadata": {
|
|
8446
|
+
"assetId": "6"
|
|
8447
|
+
},
|
|
8448
|
+
"multiChainAsset": null,
|
|
8449
|
+
"hasValue": true,
|
|
8450
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-ape.png"
|
|
8451
|
+
},
|
|
8452
|
+
"hydradx_main-LOCAL-SUB": {
|
|
8453
|
+
"originChain": "hydradx_main",
|
|
8454
|
+
"slug": "hydradx_main-LOCAL-SUB",
|
|
8455
|
+
"name": "Subsocial",
|
|
8456
|
+
"symbol": "SUB",
|
|
8457
|
+
"decimals": 10,
|
|
8458
|
+
"priceId": "subsocial",
|
|
8459
|
+
"minAmount": "10000000000",
|
|
8460
|
+
"assetType": "LOCAL",
|
|
8461
|
+
"metadata": {
|
|
8462
|
+
"assetId": "24"
|
|
8463
|
+
},
|
|
8464
|
+
"multiChainAsset": null,
|
|
8465
|
+
"hasValue": true,
|
|
8466
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-sub.png"
|
|
8467
|
+
},
|
|
8468
|
+
"hydradx_main-LOCAL-4Pool": {
|
|
8469
|
+
"originChain": "hydradx_main",
|
|
8470
|
+
"slug": "hydradx_main-LOCAL-4Pool",
|
|
8471
|
+
"name": "USDT, DAI, USDC, USDT",
|
|
8472
|
+
"symbol": "4-Pool",
|
|
8473
|
+
"decimals": 18,
|
|
8474
|
+
"priceId": null,
|
|
8475
|
+
"minAmount": "1000",
|
|
8476
|
+
"assetType": "LOCAL",
|
|
8477
|
+
"metadata": {
|
|
8478
|
+
"assetId": "100"
|
|
8479
|
+
},
|
|
8480
|
+
"multiChainAsset": null,
|
|
8481
|
+
"hasValue": true,
|
|
8482
|
+
"icon": null
|
|
8483
|
+
},
|
|
8484
|
+
"hydradx_main-LOCAL-WETH": {
|
|
8485
|
+
"originChain": "hydradx_main",
|
|
8486
|
+
"slug": "hydradx_main-LOCAL-WETH",
|
|
8487
|
+
"name": "Ethereum (via Moonbeam)",
|
|
8488
|
+
"symbol": "WETH",
|
|
8489
|
+
"decimals": 18,
|
|
8490
|
+
"priceId": "ethereum",
|
|
8491
|
+
"minAmount": "100",
|
|
8492
|
+
"assetType": "LOCAL",
|
|
8493
|
+
"metadata": {
|
|
8494
|
+
"assetId": "20"
|
|
8495
|
+
},
|
|
8496
|
+
"multiChainAsset": "ETH-Ethereum",
|
|
8497
|
+
"hasValue": true,
|
|
8498
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-weth.png"
|
|
8499
|
+
},
|
|
8500
|
+
"hydradx_main-LOCAL-2Pool": {
|
|
8501
|
+
"originChain": "hydradx_main",
|
|
8502
|
+
"slug": "hydradx_main-LOCAL-2Pool",
|
|
8503
|
+
"name": "WBTC, iBTC",
|
|
8504
|
+
"symbol": "2-Pool",
|
|
8505
|
+
"decimals": 18,
|
|
8506
|
+
"priceId": null,
|
|
8507
|
+
"minAmount": "1000",
|
|
8508
|
+
"assetType": "LOCAL",
|
|
8509
|
+
"metadata": {
|
|
8510
|
+
"assetId": "101"
|
|
8511
|
+
},
|
|
8512
|
+
"multiChainAsset": null,
|
|
8513
|
+
"hasValue": true,
|
|
8514
|
+
"icon": null
|
|
8515
|
+
},
|
|
8516
|
+
"hydradx_main-LOCAL-vDOT": {
|
|
8517
|
+
"originChain": "hydradx_main",
|
|
8518
|
+
"slug": "hydradx_main-LOCAL-vDOT",
|
|
8519
|
+
"name": "Bifrost Voucher DOT",
|
|
8520
|
+
"symbol": "vDOT",
|
|
8521
|
+
"decimals": 10,
|
|
8522
|
+
"priceId": null,
|
|
8523
|
+
"minAmount": "100",
|
|
8524
|
+
"assetType": "LOCAL",
|
|
8525
|
+
"metadata": {
|
|
8526
|
+
"assetId": "15"
|
|
8527
|
+
},
|
|
8528
|
+
"multiChainAsset": null,
|
|
8529
|
+
"hasValue": true,
|
|
8530
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-vdot.png"
|
|
8531
|
+
},
|
|
8532
|
+
"hydradx_main-LOCAL-LRNA": {
|
|
8533
|
+
"originChain": "hydradx_main",
|
|
8534
|
+
"slug": "hydradx_main-LOCAL-LRNA",
|
|
8535
|
+
"name": "Lerna",
|
|
8536
|
+
"symbol": "LRNA",
|
|
8537
|
+
"decimals": 12,
|
|
8538
|
+
"priceId": null,
|
|
8539
|
+
"minAmount": "100",
|
|
8540
|
+
"assetType": "LOCAL",
|
|
8541
|
+
"metadata": {
|
|
8542
|
+
"assetId": "1"
|
|
8543
|
+
},
|
|
8544
|
+
"multiChainAsset": null,
|
|
8545
|
+
"hasValue": true,
|
|
8546
|
+
"icon": null
|
|
8547
|
+
},
|
|
8548
|
+
"hydradx_main-LOCAL-DAI-18": {
|
|
8549
|
+
"originChain": "hydradx_main",
|
|
8550
|
+
"slug": "hydradx_main-LOCAL-DAI-18",
|
|
8551
|
+
"name": "Random token 1 (via Wormhole)",
|
|
8552
|
+
"symbol": "DAI",
|
|
8553
|
+
"decimals": 18,
|
|
8554
|
+
"priceId": "dai",
|
|
8555
|
+
"minAmount": "100",
|
|
8556
|
+
"assetType": "LOCAL",
|
|
8557
|
+
"metadata": {
|
|
8558
|
+
"assetId": "18"
|
|
8559
|
+
},
|
|
8560
|
+
"multiChainAsset": "DAI-DaiStablecoin",
|
|
8561
|
+
"hasValue": true,
|
|
8562
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-dai-18.png"
|
|
8563
|
+
},
|
|
8564
|
+
"hydradx_main-LOCAL-USDC-21": {
|
|
8565
|
+
"originChain": "hydradx_main",
|
|
8566
|
+
"slug": "hydradx_main-LOCAL-USDC-21",
|
|
8567
|
+
"name": "USDC (Moonbeam Wormhole)",
|
|
8568
|
+
"symbol": "USDC",
|
|
8569
|
+
"decimals": 6,
|
|
8570
|
+
"priceId": "usd-coin",
|
|
8571
|
+
"minAmount": "10000",
|
|
8572
|
+
"assetType": "LOCAL",
|
|
8573
|
+
"metadata": {
|
|
8574
|
+
"assetId": "21"
|
|
8575
|
+
},
|
|
8576
|
+
"multiChainAsset": "USDC-USDCoin",
|
|
8577
|
+
"hasValue": true,
|
|
8578
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-usdc-21.png"
|
|
8579
|
+
},
|
|
8580
|
+
"hydradx_main-LOCAL-USDT-23": {
|
|
8581
|
+
"originChain": "hydradx_main",
|
|
8582
|
+
"slug": "hydradx_main-LOCAL-USDT-23",
|
|
8583
|
+
"name": "USDT (Moonbeam Wormhole)",
|
|
8584
|
+
"symbol": "USDT",
|
|
8585
|
+
"decimals": 6,
|
|
8586
|
+
"priceId": null,
|
|
8587
|
+
"minAmount": "10000",
|
|
8588
|
+
"assetType": "LOCAL",
|
|
8589
|
+
"metadata": {
|
|
8590
|
+
"assetId": "23"
|
|
8591
|
+
},
|
|
8592
|
+
"multiChainAsset": null,
|
|
8593
|
+
"hasValue": true,
|
|
8594
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-usdt-23.png"
|
|
8595
|
+
},
|
|
8596
|
+
"hydradx_main-LOCAL-WBTC": {
|
|
8597
|
+
"originChain": "hydradx_main",
|
|
8598
|
+
"slug": "hydradx_main-LOCAL-WBTC",
|
|
8599
|
+
"name": "Wrapped Bitcoin (via Wormhole)",
|
|
8600
|
+
"symbol": "WBTC",
|
|
8601
|
+
"decimals": 8,
|
|
8602
|
+
"priceId": null,
|
|
8603
|
+
"minAmount": "100",
|
|
8604
|
+
"assetType": "LOCAL",
|
|
8605
|
+
"metadata": {
|
|
8606
|
+
"assetId": "3"
|
|
8607
|
+
},
|
|
8608
|
+
"multiChainAsset": null,
|
|
8609
|
+
"hasValue": true,
|
|
8610
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-wbtc.png"
|
|
8611
|
+
},
|
|
8612
|
+
"hydradx_main-LOCAL-iBTC": {
|
|
8613
|
+
"originChain": "hydradx_main",
|
|
8614
|
+
"slug": "hydradx_main-LOCAL-iBTC",
|
|
8615
|
+
"name": "interBTC",
|
|
8616
|
+
"symbol": "iBTC",
|
|
8617
|
+
"decimals": 8,
|
|
8618
|
+
"priceId": null,
|
|
8619
|
+
"minAmount": "100",
|
|
8620
|
+
"assetType": "LOCAL",
|
|
8621
|
+
"metadata": {
|
|
8622
|
+
"assetId": "11"
|
|
8623
|
+
},
|
|
8624
|
+
"multiChainAsset": null,
|
|
8625
|
+
"hasValue": true,
|
|
8626
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-ibtc.png"
|
|
8419
8627
|
}
|
|
8420
8628
|
}
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -516,8 +516,19 @@
|
|
|
516
516
|
"hydradx_main-local-ded": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-ded.png",
|
|
517
517
|
"xlayer-native-okb": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/xlayer-native-okb.png",
|
|
518
518
|
"astarzkevm-erc20-astr-0xdf41220c7e322bfef933d85d01821ad277f90172": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/astarzkevm-erc20-astr-0xdf41220c7e322bfef933d85d01821ad277f90172.png",
|
|
519
|
+
"moonbeam-local-xcded": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-local-xcded.png",
|
|
519
520
|
"statemint-local-dota": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-dota.png",
|
|
520
521
|
"moonbeam-local-xcbncs": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-local-xcbncs.png",
|
|
522
|
+
"hydradx_main-local-dai": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-dai.png",
|
|
523
|
+
"hydradx_main-local-ape": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-ape.png",
|
|
524
|
+
"hydradx_main-local-sub": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-sub.png",
|
|
525
|
+
"hydradx_main-local-weth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-weth.png",
|
|
526
|
+
"hydradx_main-local-vdot": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-vdot.png",
|
|
527
|
+
"hydradx_main-local-dai-18": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-dai-18.png",
|
|
528
|
+
"hydradx_main-local-usdc-21": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-usdc-21.png",
|
|
529
|
+
"hydradx_main-local-usdt-23": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-usdt-23.png",
|
|
530
|
+
"hydradx_main-local-wbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-wbtc.png",
|
|
531
|
+
"hydradx_main-local-ibtc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-ibtc.png",
|
|
521
532
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
522
533
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
523
534
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
package/data/AssetRef.json
CHANGED
|
@@ -432,16 +432,6 @@
|
|
|
432
432
|
"alternativeAsset": "polkadot-NATIVE-DOT"
|
|
433
433
|
}
|
|
434
434
|
},
|
|
435
|
-
"hydradx_main-LOCAL-DOT___hydradx_main-LOCAL-DED": {
|
|
436
|
-
"srcAsset": "hydradx_main-LOCAL-DOT",
|
|
437
|
-
"destAsset": "hydradx_main-LOCAL-DED",
|
|
438
|
-
"srcChain": "hydradx_main",
|
|
439
|
-
"destChain": "hydradx_main",
|
|
440
|
-
"path": "SWAP",
|
|
441
|
-
"metadata": {
|
|
442
|
-
"alternativeAsset": "polkadot-NATIVE-DOT"
|
|
443
|
-
}
|
|
444
|
-
},
|
|
445
435
|
"hydradx_main-LOCAL-DOT___hydradx_main-LOCAL-USDT": {
|
|
446
436
|
"srcAsset": "hydradx_main-LOCAL-DOT",
|
|
447
437
|
"destAsset": "hydradx_main-LOCAL-USDT",
|
|
@@ -713,12 +703,5 @@
|
|
|
713
703
|
"srcChain": "darwinia2",
|
|
714
704
|
"destChain": "statemint",
|
|
715
705
|
"path": "XCM"
|
|
716
|
-
},
|
|
717
|
-
"hydradx_main-LOCAL-DED___hydradx_main-LOCAL-DOT": {
|
|
718
|
-
"srcAsset": "hydradx_main-LOCAL-DED",
|
|
719
|
-
"destAsset": "hydradx_main-LOCAL-DOT",
|
|
720
|
-
"srcChain": "hydradx_main",
|
|
721
|
-
"destChain": "hydradx_main",
|
|
722
|
-
"path": "SWAP"
|
|
723
706
|
}
|
|
724
707
|
}
|
package/data/ChainAsset.json
CHANGED
|
@@ -8416,5 +8416,213 @@
|
|
|
8416
8416
|
"multiChainAsset": "BNCS-InscriptionToken",
|
|
8417
8417
|
"hasValue": true,
|
|
8418
8418
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-local-xcbncs.png"
|
|
8419
|
+
},
|
|
8420
|
+
"hydradx_main-LOCAL-DAI": {
|
|
8421
|
+
"originChain": "hydradx_main",
|
|
8422
|
+
"slug": "hydradx_main-LOCAL-DAI",
|
|
8423
|
+
"name": "DAI Stablecoin (via Wormhole)",
|
|
8424
|
+
"symbol": "DAI",
|
|
8425
|
+
"decimals": 18,
|
|
8426
|
+
"priceId": "dai",
|
|
8427
|
+
"minAmount": "100",
|
|
8428
|
+
"assetType": "LOCAL",
|
|
8429
|
+
"metadata": {
|
|
8430
|
+
"assetId": "2"
|
|
8431
|
+
},
|
|
8432
|
+
"multiChainAsset": "DAI-DaiStablecoin",
|
|
8433
|
+
"hasValue": true,
|
|
8434
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-dai.png"
|
|
8435
|
+
},
|
|
8436
|
+
"hydradx_main-LOCAL-APE": {
|
|
8437
|
+
"originChain": "hydradx_main",
|
|
8438
|
+
"slug": "hydradx_main-LOCAL-APE",
|
|
8439
|
+
"name": "ApeCoin (via Wormhole)",
|
|
8440
|
+
"symbol": "APE",
|
|
8441
|
+
"decimals": 18,
|
|
8442
|
+
"priceId": "apecoin",
|
|
8443
|
+
"minAmount": "100",
|
|
8444
|
+
"assetType": "LOCAL",
|
|
8445
|
+
"metadata": {
|
|
8446
|
+
"assetId": "6"
|
|
8447
|
+
},
|
|
8448
|
+
"multiChainAsset": null,
|
|
8449
|
+
"hasValue": true,
|
|
8450
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-ape.png"
|
|
8451
|
+
},
|
|
8452
|
+
"hydradx_main-LOCAL-SUB": {
|
|
8453
|
+
"originChain": "hydradx_main",
|
|
8454
|
+
"slug": "hydradx_main-LOCAL-SUB",
|
|
8455
|
+
"name": "Subsocial",
|
|
8456
|
+
"symbol": "SUB",
|
|
8457
|
+
"decimals": 10,
|
|
8458
|
+
"priceId": "subsocial",
|
|
8459
|
+
"minAmount": "10000000000",
|
|
8460
|
+
"assetType": "LOCAL",
|
|
8461
|
+
"metadata": {
|
|
8462
|
+
"assetId": "24"
|
|
8463
|
+
},
|
|
8464
|
+
"multiChainAsset": null,
|
|
8465
|
+
"hasValue": true,
|
|
8466
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-sub.png"
|
|
8467
|
+
},
|
|
8468
|
+
"hydradx_main-LOCAL-4Pool": {
|
|
8469
|
+
"originChain": "hydradx_main",
|
|
8470
|
+
"slug": "hydradx_main-LOCAL-4Pool",
|
|
8471
|
+
"name": "USDT, DAI, USDC, USDT",
|
|
8472
|
+
"symbol": "4-Pool",
|
|
8473
|
+
"decimals": 18,
|
|
8474
|
+
"priceId": null,
|
|
8475
|
+
"minAmount": "1000",
|
|
8476
|
+
"assetType": "LOCAL",
|
|
8477
|
+
"metadata": {
|
|
8478
|
+
"assetId": "100"
|
|
8479
|
+
},
|
|
8480
|
+
"multiChainAsset": null,
|
|
8481
|
+
"hasValue": true,
|
|
8482
|
+
"icon": null
|
|
8483
|
+
},
|
|
8484
|
+
"hydradx_main-LOCAL-WETH": {
|
|
8485
|
+
"originChain": "hydradx_main",
|
|
8486
|
+
"slug": "hydradx_main-LOCAL-WETH",
|
|
8487
|
+
"name": "Ethereum (via Moonbeam)",
|
|
8488
|
+
"symbol": "WETH",
|
|
8489
|
+
"decimals": 18,
|
|
8490
|
+
"priceId": "ethereum",
|
|
8491
|
+
"minAmount": "100",
|
|
8492
|
+
"assetType": "LOCAL",
|
|
8493
|
+
"metadata": {
|
|
8494
|
+
"assetId": "20"
|
|
8495
|
+
},
|
|
8496
|
+
"multiChainAsset": "ETH-Ethereum",
|
|
8497
|
+
"hasValue": true,
|
|
8498
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-weth.png"
|
|
8499
|
+
},
|
|
8500
|
+
"hydradx_main-LOCAL-2Pool": {
|
|
8501
|
+
"originChain": "hydradx_main",
|
|
8502
|
+
"slug": "hydradx_main-LOCAL-2Pool",
|
|
8503
|
+
"name": "WBTC, iBTC",
|
|
8504
|
+
"symbol": "2-Pool",
|
|
8505
|
+
"decimals": 18,
|
|
8506
|
+
"priceId": null,
|
|
8507
|
+
"minAmount": "1000",
|
|
8508
|
+
"assetType": "LOCAL",
|
|
8509
|
+
"metadata": {
|
|
8510
|
+
"assetId": "101"
|
|
8511
|
+
},
|
|
8512
|
+
"multiChainAsset": null,
|
|
8513
|
+
"hasValue": true,
|
|
8514
|
+
"icon": null
|
|
8515
|
+
},
|
|
8516
|
+
"hydradx_main-LOCAL-vDOT": {
|
|
8517
|
+
"originChain": "hydradx_main",
|
|
8518
|
+
"slug": "hydradx_main-LOCAL-vDOT",
|
|
8519
|
+
"name": "Bifrost Voucher DOT",
|
|
8520
|
+
"symbol": "vDOT",
|
|
8521
|
+
"decimals": 10,
|
|
8522
|
+
"priceId": null,
|
|
8523
|
+
"minAmount": "100",
|
|
8524
|
+
"assetType": "LOCAL",
|
|
8525
|
+
"metadata": {
|
|
8526
|
+
"assetId": "15"
|
|
8527
|
+
},
|
|
8528
|
+
"multiChainAsset": null,
|
|
8529
|
+
"hasValue": true,
|
|
8530
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-vdot.png"
|
|
8531
|
+
},
|
|
8532
|
+
"hydradx_main-LOCAL-LRNA": {
|
|
8533
|
+
"originChain": "hydradx_main",
|
|
8534
|
+
"slug": "hydradx_main-LOCAL-LRNA",
|
|
8535
|
+
"name": "Lerna",
|
|
8536
|
+
"symbol": "LRNA",
|
|
8537
|
+
"decimals": 12,
|
|
8538
|
+
"priceId": null,
|
|
8539
|
+
"minAmount": "100",
|
|
8540
|
+
"assetType": "LOCAL",
|
|
8541
|
+
"metadata": {
|
|
8542
|
+
"assetId": "1"
|
|
8543
|
+
},
|
|
8544
|
+
"multiChainAsset": null,
|
|
8545
|
+
"hasValue": true,
|
|
8546
|
+
"icon": null
|
|
8547
|
+
},
|
|
8548
|
+
"hydradx_main-LOCAL-DAI-18": {
|
|
8549
|
+
"originChain": "hydradx_main",
|
|
8550
|
+
"slug": "hydradx_main-LOCAL-DAI-18",
|
|
8551
|
+
"name": "Random token 1 (via Wormhole)",
|
|
8552
|
+
"symbol": "DAI",
|
|
8553
|
+
"decimals": 18,
|
|
8554
|
+
"priceId": "dai",
|
|
8555
|
+
"minAmount": "100",
|
|
8556
|
+
"assetType": "LOCAL",
|
|
8557
|
+
"metadata": {
|
|
8558
|
+
"assetId": "18"
|
|
8559
|
+
},
|
|
8560
|
+
"multiChainAsset": "DAI-DaiStablecoin",
|
|
8561
|
+
"hasValue": true,
|
|
8562
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-dai-18.png"
|
|
8563
|
+
},
|
|
8564
|
+
"hydradx_main-LOCAL-USDC-21": {
|
|
8565
|
+
"originChain": "hydradx_main",
|
|
8566
|
+
"slug": "hydradx_main-LOCAL-USDC-21",
|
|
8567
|
+
"name": "USDC (Moonbeam Wormhole)",
|
|
8568
|
+
"symbol": "USDC",
|
|
8569
|
+
"decimals": 6,
|
|
8570
|
+
"priceId": "usd-coin",
|
|
8571
|
+
"minAmount": "10000",
|
|
8572
|
+
"assetType": "LOCAL",
|
|
8573
|
+
"metadata": {
|
|
8574
|
+
"assetId": "21"
|
|
8575
|
+
},
|
|
8576
|
+
"multiChainAsset": "USDC-USDCoin",
|
|
8577
|
+
"hasValue": true,
|
|
8578
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-usdc-21.png"
|
|
8579
|
+
},
|
|
8580
|
+
"hydradx_main-LOCAL-USDT-23": {
|
|
8581
|
+
"originChain": "hydradx_main",
|
|
8582
|
+
"slug": "hydradx_main-LOCAL-USDT-23",
|
|
8583
|
+
"name": "USDT (Moonbeam Wormhole)",
|
|
8584
|
+
"symbol": "USDT",
|
|
8585
|
+
"decimals": 6,
|
|
8586
|
+
"priceId": null,
|
|
8587
|
+
"minAmount": "10000",
|
|
8588
|
+
"assetType": "LOCAL",
|
|
8589
|
+
"metadata": {
|
|
8590
|
+
"assetId": "23"
|
|
8591
|
+
},
|
|
8592
|
+
"multiChainAsset": null,
|
|
8593
|
+
"hasValue": true,
|
|
8594
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-usdt-23.png"
|
|
8595
|
+
},
|
|
8596
|
+
"hydradx_main-LOCAL-WBTC": {
|
|
8597
|
+
"originChain": "hydradx_main",
|
|
8598
|
+
"slug": "hydradx_main-LOCAL-WBTC",
|
|
8599
|
+
"name": "Wrapped Bitcoin (via Wormhole)",
|
|
8600
|
+
"symbol": "WBTC",
|
|
8601
|
+
"decimals": 8,
|
|
8602
|
+
"priceId": null,
|
|
8603
|
+
"minAmount": "100",
|
|
8604
|
+
"assetType": "LOCAL",
|
|
8605
|
+
"metadata": {
|
|
8606
|
+
"assetId": "3"
|
|
8607
|
+
},
|
|
8608
|
+
"multiChainAsset": null,
|
|
8609
|
+
"hasValue": true,
|
|
8610
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-wbtc.png"
|
|
8611
|
+
},
|
|
8612
|
+
"hydradx_main-LOCAL-iBTC": {
|
|
8613
|
+
"originChain": "hydradx_main",
|
|
8614
|
+
"slug": "hydradx_main-LOCAL-iBTC",
|
|
8615
|
+
"name": "interBTC",
|
|
8616
|
+
"symbol": "iBTC",
|
|
8617
|
+
"decimals": 8,
|
|
8618
|
+
"priceId": null,
|
|
8619
|
+
"minAmount": "100",
|
|
8620
|
+
"assetType": "LOCAL",
|
|
8621
|
+
"metadata": {
|
|
8622
|
+
"assetId": "11"
|
|
8623
|
+
},
|
|
8624
|
+
"multiChainAsset": null,
|
|
8625
|
+
"hasValue": true,
|
|
8626
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-ibtc.png"
|
|
8419
8627
|
}
|
|
8420
8628
|
}
|
package/package.json
CHANGED
package/packageInfo.js
CHANGED
|
@@ -7,5 +7,5 @@ export const packageInfo = {
|
|
|
7
7
|
name: '@subwallet/chain-list',
|
|
8
8
|
path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto',
|
|
9
9
|
type: 'esm',
|
|
10
|
-
version: '0.2.54-beta.
|
|
10
|
+
version: '0.2.54-beta.4'
|
|
11
11
|
};
|