@subwallet/chain-list 0.2.100 → 0.2.101
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 +710 -365
- package/cjs/data/AssetLogoMap.json +4 -0
- package/cjs/data/ChainAsset.json +21 -21
- package/cjs/data/ChainInfo.json +677 -340
- package/cjs/data/ChainLogoMap.json +2 -0
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +4 -0
- package/data/ChainAsset.json +21 -21
- package/data/ChainInfo.json +677 -340
- package/data/ChainLogoMap.json +2 -0
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -831,6 +831,10 @@
|
|
|
831
831
|
"ethereum-erc20-caps-0x03be5c903c727ee2c8c4e9bc0acc860cca4715e2": "https://chain-list-assets.subwallet.app/assets/chain-assets/ethereum-erc20-caps-0x03be5c903c727ee2c8c4e9bc0acc860cca4715e2.png",
|
|
832
832
|
"melodie_testnet-native-mel": "https://chain-list-assets.subwallet.app/assets/chain-assets/melodie_testnet-native-mel.png",
|
|
833
833
|
"arbitrum_one-erc20-wbtc-0x2f2a2543b76a4166549f7aab2e75bef0aefc5b0f": "https://chain-list-assets.subwallet.app/assets/chain-assets/arbitrum_one-erc20-wbtc-0x2f2a2543b76a4166549f7aab2e75bef0aefc5b0f.png",
|
|
834
|
+
"cardano-native-ada": "https://chain-list-assets.subwallet.app/assets/chain-assets/cardano-native-ada.png",
|
|
835
|
+
"cardano-cip26-hosky-a0028f350aaabe0545fdcb56b039bfb08e4bb4d8c4d7c3c7d481c235484f534b59": "https://chain-list-assets.subwallet.app/assets/chain-assets/cardano-cip26-hosky-a0028f350aaabe0545fdcb56b039bfb08e4bb4d8c4d7c3c7d481c235484f534b59.png",
|
|
836
|
+
"cardano_preproduction-native-tada": "https://chain-list-assets.subwallet.app/assets/chain-assets/cardano_preproduction-native-tada.png",
|
|
837
|
+
"cardano_preproduction-cip26-bluedot": "https://chain-list-assets.subwallet.app/assets/chain-assets/cardano_preproduction-cip26-bluedot.png",
|
|
834
838
|
"eth-ethereum": "https://chain-list-assets.subwallet.app/assets/multi-chain-assets/eth-ethereum.png",
|
|
835
839
|
"ibtc-interbtc": "https://chain-list-assets.subwallet.app/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
836
840
|
"glmr-moonbeam": "https://chain-list-assets.subwallet.app/assets/multi-chain-assets/glmr-moonbeam.png",
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -13750,7 +13750,7 @@
|
|
|
13750
13750
|
"name": "Cardano",
|
|
13751
13751
|
"symbol": "ADA",
|
|
13752
13752
|
"decimals": 6,
|
|
13753
|
-
"priceId":
|
|
13753
|
+
"priceId": "cardano",
|
|
13754
13754
|
"minAmount": "0",
|
|
13755
13755
|
"assetType": "NATIVE",
|
|
13756
13756
|
"metadata": {
|
|
@@ -13758,12 +13758,28 @@
|
|
|
13758
13758
|
},
|
|
13759
13759
|
"multiChainAsset": null,
|
|
13760
13760
|
"hasValue": true,
|
|
13761
|
-
"icon":
|
|
13761
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/cardano-native-ada.png"
|
|
13762
|
+
},
|
|
13763
|
+
"cardano-CIP26-HOSKY-a0028f350aaabe0545fdcb56b039bfb08e4bb4d8c4d7c3c7d481c235484f534b59": {
|
|
13764
|
+
"originChain": "cardano",
|
|
13765
|
+
"slug": "cardano-CIP26-HOSKY-a0028f350aaabe0545fdcb56b039bfb08e4bb4d8c4d7c3c7d481c235484f534b59",
|
|
13766
|
+
"name": "HOSKY",
|
|
13767
|
+
"symbol": "HOSKY",
|
|
13768
|
+
"decimals": 0,
|
|
13769
|
+
"priceId": "hosky",
|
|
13770
|
+
"minAmount": "0",
|
|
13771
|
+
"assetType": "CIP26",
|
|
13772
|
+
"metadata": {
|
|
13773
|
+
"cardanoId": "a0028f350aaabe0545fdcb56b039bfb08e4bb4d8c4d7c3c7d481c235484f534b59"
|
|
13774
|
+
},
|
|
13775
|
+
"multiChainAsset": null,
|
|
13776
|
+
"hasValue": true,
|
|
13777
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/cardano-cip26-hosky-a0028f350aaabe0545fdcb56b039bfb08e4bb4d8c4d7c3c7d481c235484f534b59.png"
|
|
13762
13778
|
},
|
|
13763
13779
|
"cardano_preproduction-NATIVE-tADA": {
|
|
13764
13780
|
"originChain": "cardano_preproduction",
|
|
13765
13781
|
"slug": "cardano_preproduction-NATIVE-tADA",
|
|
13766
|
-
"name": "Cardano
|
|
13782
|
+
"name": "Cardano Preproduction",
|
|
13767
13783
|
"symbol": "tADA",
|
|
13768
13784
|
"decimals": 6,
|
|
13769
13785
|
"priceId": null,
|
|
@@ -13774,7 +13790,7 @@
|
|
|
13774
13790
|
},
|
|
13775
13791
|
"multiChainAsset": null,
|
|
13776
13792
|
"hasValue": false,
|
|
13777
|
-
"icon":
|
|
13793
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/cardano_preproduction-native-tada.png"
|
|
13778
13794
|
},
|
|
13779
13795
|
"cardano_preproduction-CIP26-BLUEDOT": {
|
|
13780
13796
|
"originChain": "cardano_preproduction",
|
|
@@ -13790,22 +13806,6 @@
|
|
|
13790
13806
|
},
|
|
13791
13807
|
"multiChainAsset": null,
|
|
13792
13808
|
"hasValue": false,
|
|
13793
|
-
"icon":
|
|
13794
|
-
},
|
|
13795
|
-
"cardano-CIP26-HOSKY-a0028f350aaabe0545fdcb56b039bfb08e4bb4d8c4d7c3c7d481c235484f534b59": {
|
|
13796
|
-
"originChain": "cardano",
|
|
13797
|
-
"slug": "cardano-CIP26-HOSKY-a0028f350aaabe0545fdcb56b039bfb08e4bb4d8c4d7c3c7d481c235484f534b59",
|
|
13798
|
-
"name": "HOSKY",
|
|
13799
|
-
"symbol": "HOSKY",
|
|
13800
|
-
"decimals": 0,
|
|
13801
|
-
"priceId": null,
|
|
13802
|
-
"minAmount": "0",
|
|
13803
|
-
"assetType": "CIP26",
|
|
13804
|
-
"metadata": {
|
|
13805
|
-
"cardanoId": "a0028f350aaabe0545fdcb56b039bfb08e4bb4d8c4d7c3c7d481c235484f534b59"
|
|
13806
|
-
},
|
|
13807
|
-
"multiChainAsset": null,
|
|
13808
|
-
"hasValue": true,
|
|
13809
|
-
"icon": null
|
|
13809
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/cardano_preproduction-cip26-bluedot.png"
|
|
13810
13810
|
}
|
|
13811
13811
|
}
|