@subwallet/chain-list 0.2.89-beta.4 → 0.2.89-beta.6
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 +84 -9
- package/cjs/data/AssetLogoMap.json +5 -1
- package/cjs/data/AssetRef.json +21 -0
- package/cjs/data/ChainAsset.json +41 -9
- package/cjs/data/MultiChainAsset.json +18 -0
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +5 -1
- package/data/AssetRef.json +21 -0
- package/data/ChainAsset.json +41 -9
- package/data/MultiChainAsset.json +18 -0
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -763,6 +763,8 @@
|
|
|
763
763
|
"scroll-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/scroll-native-eth.png",
|
|
764
764
|
"arbitrum_one-erc20-dai-0xda10009cbd5d07dd0cecc66161fc93d7c9000da1": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/arbitrum_one-erc20-dai-0xda10009cbd5d07dd0cecc66161fc93d7c9000da1.png",
|
|
765
765
|
"optimism-erc20-dai-0xda10009cbd5d07dd0cecc66161fc93d7c9000da1": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/optimism-erc20-dai-0xda10009cbd5d07dd0cecc66161fc93d7c9000da1.png",
|
|
766
|
+
"base_mainnet-erc20-dai-0x50c5725949a6f0c72e6c4a641f24049a917db0cb": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/base_mainnet-erc20-dai-0x50c5725949a6f0c72e6c4a641f24049a917db0cb.png",
|
|
767
|
+
"sepolia_ethereum-erc20-avail-0xb1c3cb9b5e598d4e95a85870e7812b99f350982d": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/sepolia_ethereum-erc20-avail-0xb1c3cb9b5e598d4e95a85870e7812b99f350982d.png",
|
|
766
768
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
767
769
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
768
770
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -857,6 +859,8 @@
|
|
|
857
859
|
"cpcoin-cypresscoin": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/cpcoin-cypresscoin.png",
|
|
858
860
|
"mill-million": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/mill-million.png",
|
|
859
861
|
"buns-buns": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/buns-buns.png",
|
|
862
|
+
"pol-polygon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/pol-polygon.png",
|
|
863
|
+
"avail-availturingtestnet": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/avail-availturingtestnet.png",
|
|
860
864
|
"custom-moonbeam-erc20-cp-0x6021d2c27b6fbd6e7608d1f39b41398caee2f824": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/cp_77d5363018.png",
|
|
861
865
|
"custom-aleph-psp22-zpf-5eskjbkpva1ppucmrkcmazdhqm9shihws9uqqsoi4vrdcdle": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/zpf_2f06de3f07.png",
|
|
862
866
|
"custom-custom-substrate-gosnetwork-native-gos": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png",
|
|
@@ -3023,6 +3027,13 @@
|
|
|
3023
3027
|
srcChain: "hydradx_main",
|
|
3024
3028
|
destChain: "statemint",
|
|
3025
3029
|
path: "XCM"
|
|
3030
|
+
},
|
|
3031
|
+
"availTuringTest-NATIVE-AVAIL___sepolia_ethereum-ERC20-AVAIL-0xb1C3Cb9b5e598d4E95a85870e7812B99f350982d": {
|
|
3032
|
+
srcAsset: "availTuringTest-NATIVE-AVAIL",
|
|
3033
|
+
destAsset: "sepolia_ethereum-ERC20-AVAIL-0xb1C3Cb9b5e598d4E95a85870e7812B99f350982d",
|
|
3034
|
+
srcChain: "availTuringTest",
|
|
3035
|
+
destChain: "sepolia_ethereum",
|
|
3036
|
+
path: "XCM"
|
|
3026
3037
|
},
|
|
3027
3038
|
"avail_mainnet-NATIVE-AVAIL___ethereum-ERC20-AVAIL-0xEeB4d8400AEefafC1B2953e0094134A887C76Bd8": {
|
|
3028
3039
|
srcAsset: "avail_mainnet-NATIVE-AVAIL",
|
|
@@ -5676,6 +5687,13 @@
|
|
|
5676
5687
|
srcChain: "base_mainnet",
|
|
5677
5688
|
destChain: "arbitrum_one",
|
|
5678
5689
|
path: "XCM"
|
|
5690
|
+
},
|
|
5691
|
+
"base_mainnet-ERC20-USDC-0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913___optimism-ERC20-DAI-0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1": {
|
|
5692
|
+
srcAsset: "base_mainnet-ERC20-USDC-0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
|
|
5693
|
+
destAsset: "optimism-ERC20-DAI-0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1",
|
|
5694
|
+
srcChain: "base_mainnet",
|
|
5695
|
+
destChain: "optimism",
|
|
5696
|
+
path: "SWAP"
|
|
5679
5697
|
},
|
|
5680
5698
|
"base_mainnet-ERC20-WETH-0x4200000000000000000000000000000000000006___arbitrum_one-ERC20-USDC-0xaf88d065e77c8cC2239327C5EDb3A432268e5831": {
|
|
5681
5699
|
srcAsset: "base_mainnet-ERC20-WETH-0x4200000000000000000000000000000000000006",
|
|
@@ -5690,6 +5708,13 @@
|
|
|
5690
5708
|
srcChain: "arbitrum_one",
|
|
5691
5709
|
destChain: "optimism",
|
|
5692
5710
|
path: "XCM"
|
|
5711
|
+
},
|
|
5712
|
+
"sepolia_ethereum-ERC20-AVAIL-0xb1C3Cb9b5e598d4E95a85870e7812B99f350982d___availTuringTest-NATIVE-AVAIL": {
|
|
5713
|
+
srcAsset: "sepolia_ethereum-ERC20-AVAIL-0xb1C3Cb9b5e598d4E95a85870e7812B99f350982d",
|
|
5714
|
+
destAsset: "availTuringTest-NATIVE-AVAIL",
|
|
5715
|
+
srcChain: "sepolia_ethereum",
|
|
5716
|
+
destChain: "availTuringTest",
|
|
5717
|
+
path: "XCM"
|
|
5693
5718
|
}
|
|
5694
5719
|
};
|
|
5695
5720
|
|
|
@@ -5885,7 +5910,7 @@
|
|
|
5885
5910
|
minAmount: "0",
|
|
5886
5911
|
assetType: "NATIVE",
|
|
5887
5912
|
metadata: null,
|
|
5888
|
-
multiChainAsset:
|
|
5913
|
+
multiChainAsset: "POL-Polygon",
|
|
5889
5914
|
hasValue: true,
|
|
5890
5915
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/polygon-native-pol.png"
|
|
5891
5916
|
},
|
|
@@ -14706,7 +14731,7 @@
|
|
|
14706
14731
|
minAmount: "1000000000000",
|
|
14707
14732
|
assetType: "NATIVE",
|
|
14708
14733
|
metadata: null,
|
|
14709
|
-
multiChainAsset:
|
|
14734
|
+
multiChainAsset: "AVAIL-AvailTuringTestnet",
|
|
14710
14735
|
hasValue: false,
|
|
14711
14736
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/availturingtest-native-avail.png"
|
|
14712
14737
|
},
|
|
@@ -18219,7 +18244,7 @@
|
|
|
18219
18244
|
metadata: {
|
|
18220
18245
|
contractAddress: "0x455e53CBB86018Ac2B8092FdCd39d8444aFFC3F6"
|
|
18221
18246
|
},
|
|
18222
|
-
multiChainAsset:
|
|
18247
|
+
multiChainAsset: "POL-Polygon",
|
|
18223
18248
|
hasValue: true,
|
|
18224
18249
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-pol-0x455e53cbb86018ac2b8092fdcd39d8444affc3f6.png"
|
|
18225
18250
|
},
|
|
@@ -18240,28 +18265,28 @@
|
|
|
18240
18265
|
"rari-NATIVE-ETH": {
|
|
18241
18266
|
originChain: "rari",
|
|
18242
18267
|
slug: "rari-NATIVE-ETH",
|
|
18243
|
-
name: "
|
|
18268
|
+
name: "Ethereum",
|
|
18244
18269
|
symbol: "ETH",
|
|
18245
18270
|
decimals: 18,
|
|
18246
|
-
priceId:
|
|
18271
|
+
priceId: "ethereum",
|
|
18247
18272
|
minAmount: "0",
|
|
18248
18273
|
assetType: "NATIVE",
|
|
18249
18274
|
metadata: null,
|
|
18250
|
-
multiChainAsset:
|
|
18275
|
+
multiChainAsset: "ETH-Ethereum",
|
|
18251
18276
|
hasValue: true,
|
|
18252
18277
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/rari-native-eth.png"
|
|
18253
18278
|
},
|
|
18254
18279
|
"scroll-NATIVE-ETH": {
|
|
18255
18280
|
originChain: "scroll",
|
|
18256
18281
|
slug: "scroll-NATIVE-ETH",
|
|
18257
|
-
name: "
|
|
18282
|
+
name: "Ethereum",
|
|
18258
18283
|
symbol: "ETH",
|
|
18259
18284
|
decimals: 18,
|
|
18260
|
-
priceId:
|
|
18285
|
+
priceId: "ethereum",
|
|
18261
18286
|
minAmount: "0",
|
|
18262
18287
|
assetType: "NATIVE",
|
|
18263
18288
|
metadata: null,
|
|
18264
|
-
multiChainAsset:
|
|
18289
|
+
multiChainAsset: "ETH-Ethereum",
|
|
18265
18290
|
hasValue: true,
|
|
18266
18291
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/scroll-native-eth.png"
|
|
18267
18292
|
},
|
|
@@ -18296,6 +18321,38 @@
|
|
|
18296
18321
|
multiChainAsset: "DAI-DaiStablecoin",
|
|
18297
18322
|
hasValue: true,
|
|
18298
18323
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/optimism-erc20-dai-0xda10009cbd5d07dd0cecc66161fc93d7c9000da1.png"
|
|
18324
|
+
},
|
|
18325
|
+
"base_mainnet-ERC20-DAI-0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb": {
|
|
18326
|
+
originChain: "base_mainnet",
|
|
18327
|
+
slug: "base_mainnet-ERC20-DAI-0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb",
|
|
18328
|
+
name: "Dai Stablecoin",
|
|
18329
|
+
symbol: "DAI",
|
|
18330
|
+
decimals: 18,
|
|
18331
|
+
priceId: "dai",
|
|
18332
|
+
minAmount: "0",
|
|
18333
|
+
assetType: "ERC20",
|
|
18334
|
+
metadata: {
|
|
18335
|
+
contractAddress: "0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb"
|
|
18336
|
+
},
|
|
18337
|
+
multiChainAsset: "DAI-DaiStablecoin",
|
|
18338
|
+
hasValue: true,
|
|
18339
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/base_mainnet-erc20-dai-0x50c5725949a6f0c72e6c4a641f24049a917db0cb.png"
|
|
18340
|
+
},
|
|
18341
|
+
"sepolia_ethereum-ERC20-AVAIL-0xb1C3Cb9b5e598d4E95a85870e7812B99f350982d": {
|
|
18342
|
+
originChain: "sepolia_ethereum",
|
|
18343
|
+
slug: "sepolia_ethereum-ERC20-AVAIL-0xb1C3Cb9b5e598d4E95a85870e7812B99f350982d",
|
|
18344
|
+
name: "Avail Turing Testnet",
|
|
18345
|
+
symbol: "AVAIL",
|
|
18346
|
+
decimals: 18,
|
|
18347
|
+
priceId: null,
|
|
18348
|
+
minAmount: "0",
|
|
18349
|
+
assetType: "ERC20",
|
|
18350
|
+
metadata: {
|
|
18351
|
+
contractAddress: "0xb1C3Cb9b5e598d4E95a85870e7812B99f350982d"
|
|
18352
|
+
},
|
|
18353
|
+
multiChainAsset: "AVAIL-AvailTuringTestnet",
|
|
18354
|
+
hasValue: false,
|
|
18355
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/sepolia_ethereum-erc20-avail-0xb1c3cb9b5e598d4e95a85870e7812b99f350982d.png"
|
|
18299
18356
|
}
|
|
18300
18357
|
};
|
|
18301
18358
|
|
|
@@ -30320,6 +30377,24 @@
|
|
|
30320
30377
|
priceId: null,
|
|
30321
30378
|
hasValue: true,
|
|
30322
30379
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/buns-buns.png"
|
|
30380
|
+
},
|
|
30381
|
+
"POL-Polygon": {
|
|
30382
|
+
slug: "POL-Polygon",
|
|
30383
|
+
originChainAsset: null,
|
|
30384
|
+
name: "Polygon",
|
|
30385
|
+
symbol: "POL",
|
|
30386
|
+
priceId: "polygon-ecosystem-token",
|
|
30387
|
+
hasValue: true,
|
|
30388
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/pol-polygon.png"
|
|
30389
|
+
},
|
|
30390
|
+
"AVAIL-AvailTuringTestnet": {
|
|
30391
|
+
slug: "AVAIL-AvailTuringTestnet",
|
|
30392
|
+
originChainAsset: null,
|
|
30393
|
+
name: "Avail Turing Testnet",
|
|
30394
|
+
symbol: "AVAIL",
|
|
30395
|
+
priceId: null,
|
|
30396
|
+
hasValue: false,
|
|
30397
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/avail-availturingtestnet.png"
|
|
30323
30398
|
}
|
|
30324
30399
|
};
|
|
30325
30400
|
|
|
@@ -755,6 +755,8 @@
|
|
|
755
755
|
"scroll-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/scroll-native-eth.png",
|
|
756
756
|
"arbitrum_one-erc20-dai-0xda10009cbd5d07dd0cecc66161fc93d7c9000da1": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/arbitrum_one-erc20-dai-0xda10009cbd5d07dd0cecc66161fc93d7c9000da1.png",
|
|
757
757
|
"optimism-erc20-dai-0xda10009cbd5d07dd0cecc66161fc93d7c9000da1": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/optimism-erc20-dai-0xda10009cbd5d07dd0cecc66161fc93d7c9000da1.png",
|
|
758
|
+
"base_mainnet-erc20-dai-0x50c5725949a6f0c72e6c4a641f24049a917db0cb": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/base_mainnet-erc20-dai-0x50c5725949a6f0c72e6c4a641f24049a917db0cb.png",
|
|
759
|
+
"sepolia_ethereum-erc20-avail-0xb1c3cb9b5e598d4e95a85870e7812b99f350982d": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/sepolia_ethereum-erc20-avail-0xb1c3cb9b5e598d4e95a85870e7812b99f350982d.png",
|
|
758
760
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
759
761
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
760
762
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -849,8 +851,10 @@
|
|
|
849
851
|
"cpcoin-cypresscoin": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/cpcoin-cypresscoin.png",
|
|
850
852
|
"mill-million": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/mill-million.png",
|
|
851
853
|
"buns-buns": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/buns-buns.png",
|
|
854
|
+
"pol-polygon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/pol-polygon.png",
|
|
855
|
+
"avail-availturingtestnet": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/avail-availturingtestnet.png",
|
|
852
856
|
"custom-moonbeam-erc20-cp-0x6021d2c27b6fbd6e7608d1f39b41398caee2f824": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/cp_77d5363018.png",
|
|
853
857
|
"custom-aleph-psp22-zpf-5eskjbkpva1ppucmrkcmazdhqm9shihws9uqqsoi4vrdcdle": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/zpf_2f06de3f07.png",
|
|
854
858
|
"custom-custom-substrate-gosnetwork-native-gos": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png",
|
|
855
859
|
"custom-custom-substrate-gosspectral-native-gost": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png"
|
|
856
|
-
}
|
|
860
|
+
}
|
package/cjs/data/AssetRef.json
CHANGED
|
@@ -2159,6 +2159,13 @@
|
|
|
2159
2159
|
"destChain": "statemint",
|
|
2160
2160
|
"path": "XCM"
|
|
2161
2161
|
},
|
|
2162
|
+
"availTuringTest-NATIVE-AVAIL___sepolia_ethereum-ERC20-AVAIL-0xb1C3Cb9b5e598d4E95a85870e7812B99f350982d": {
|
|
2163
|
+
"srcAsset": "availTuringTest-NATIVE-AVAIL",
|
|
2164
|
+
"destAsset": "sepolia_ethereum-ERC20-AVAIL-0xb1C3Cb9b5e598d4E95a85870e7812B99f350982d",
|
|
2165
|
+
"srcChain": "availTuringTest",
|
|
2166
|
+
"destChain": "sepolia_ethereum",
|
|
2167
|
+
"path": "XCM"
|
|
2168
|
+
},
|
|
2162
2169
|
"avail_mainnet-NATIVE-AVAIL___ethereum-ERC20-AVAIL-0xEeB4d8400AEefafC1B2953e0094134A887C76Bd8": {
|
|
2163
2170
|
"srcAsset": "avail_mainnet-NATIVE-AVAIL",
|
|
2164
2171
|
"destAsset": "ethereum-ERC20-AVAIL-0xEeB4d8400AEefafC1B2953e0094134A887C76Bd8",
|
|
@@ -4812,6 +4819,13 @@
|
|
|
4812
4819
|
"destChain": "arbitrum_one",
|
|
4813
4820
|
"path": "XCM"
|
|
4814
4821
|
},
|
|
4822
|
+
"base_mainnet-ERC20-USDC-0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913___optimism-ERC20-DAI-0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1": {
|
|
4823
|
+
"srcAsset": "base_mainnet-ERC20-USDC-0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
|
|
4824
|
+
"destAsset": "optimism-ERC20-DAI-0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1",
|
|
4825
|
+
"srcChain": "base_mainnet",
|
|
4826
|
+
"destChain": "optimism",
|
|
4827
|
+
"path": "SWAP"
|
|
4828
|
+
},
|
|
4815
4829
|
"base_mainnet-ERC20-WETH-0x4200000000000000000000000000000000000006___arbitrum_one-ERC20-USDC-0xaf88d065e77c8cC2239327C5EDb3A432268e5831": {
|
|
4816
4830
|
"srcAsset": "base_mainnet-ERC20-WETH-0x4200000000000000000000000000000000000006",
|
|
4817
4831
|
"destAsset": "arbitrum_one-ERC20-USDC-0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
|
|
@@ -4825,5 +4839,12 @@
|
|
|
4825
4839
|
"srcChain": "arbitrum_one",
|
|
4826
4840
|
"destChain": "optimism",
|
|
4827
4841
|
"path": "XCM"
|
|
4842
|
+
},
|
|
4843
|
+
"sepolia_ethereum-ERC20-AVAIL-0xb1C3Cb9b5e598d4E95a85870e7812B99f350982d___availTuringTest-NATIVE-AVAIL": {
|
|
4844
|
+
"srcAsset": "sepolia_ethereum-ERC20-AVAIL-0xb1C3Cb9b5e598d4E95a85870e7812B99f350982d",
|
|
4845
|
+
"destAsset": "availTuringTest-NATIVE-AVAIL",
|
|
4846
|
+
"srcChain": "sepolia_ethereum",
|
|
4847
|
+
"destChain": "availTuringTest",
|
|
4848
|
+
"path": "XCM"
|
|
4828
4849
|
}
|
|
4829
4850
|
}
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
"minAmount": "0",
|
|
191
191
|
"assetType": "NATIVE",
|
|
192
192
|
"metadata": null,
|
|
193
|
-
"multiChainAsset":
|
|
193
|
+
"multiChainAsset": "POL-Polygon",
|
|
194
194
|
"hasValue": true,
|
|
195
195
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/polygon-native-pol.png"
|
|
196
196
|
},
|
|
@@ -9011,7 +9011,7 @@
|
|
|
9011
9011
|
"minAmount": "1000000000000",
|
|
9012
9012
|
"assetType": "NATIVE",
|
|
9013
9013
|
"metadata": null,
|
|
9014
|
-
"multiChainAsset":
|
|
9014
|
+
"multiChainAsset": "AVAIL-AvailTuringTestnet",
|
|
9015
9015
|
"hasValue": false,
|
|
9016
9016
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/availturingtest-native-avail.png"
|
|
9017
9017
|
},
|
|
@@ -12524,7 +12524,7 @@
|
|
|
12524
12524
|
"metadata": {
|
|
12525
12525
|
"contractAddress": "0x455e53CBB86018Ac2B8092FdCd39d8444aFFC3F6"
|
|
12526
12526
|
},
|
|
12527
|
-
"multiChainAsset":
|
|
12527
|
+
"multiChainAsset": "POL-Polygon",
|
|
12528
12528
|
"hasValue": true,
|
|
12529
12529
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-pol-0x455e53cbb86018ac2b8092fdcd39d8444affc3f6.png"
|
|
12530
12530
|
},
|
|
@@ -12545,28 +12545,28 @@
|
|
|
12545
12545
|
"rari-NATIVE-ETH": {
|
|
12546
12546
|
"originChain": "rari",
|
|
12547
12547
|
"slug": "rari-NATIVE-ETH",
|
|
12548
|
-
"name": "
|
|
12548
|
+
"name": "Ethereum",
|
|
12549
12549
|
"symbol": "ETH",
|
|
12550
12550
|
"decimals": 18,
|
|
12551
|
-
"priceId":
|
|
12551
|
+
"priceId": "ethereum",
|
|
12552
12552
|
"minAmount": "0",
|
|
12553
12553
|
"assetType": "NATIVE",
|
|
12554
12554
|
"metadata": null,
|
|
12555
|
-
"multiChainAsset":
|
|
12555
|
+
"multiChainAsset": "ETH-Ethereum",
|
|
12556
12556
|
"hasValue": true,
|
|
12557
12557
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/rari-native-eth.png"
|
|
12558
12558
|
},
|
|
12559
12559
|
"scroll-NATIVE-ETH": {
|
|
12560
12560
|
"originChain": "scroll",
|
|
12561
12561
|
"slug": "scroll-NATIVE-ETH",
|
|
12562
|
-
"name": "
|
|
12562
|
+
"name": "Ethereum",
|
|
12563
12563
|
"symbol": "ETH",
|
|
12564
12564
|
"decimals": 18,
|
|
12565
|
-
"priceId":
|
|
12565
|
+
"priceId": "ethereum",
|
|
12566
12566
|
"minAmount": "0",
|
|
12567
12567
|
"assetType": "NATIVE",
|
|
12568
12568
|
"metadata": null,
|
|
12569
|
-
"multiChainAsset":
|
|
12569
|
+
"multiChainAsset": "ETH-Ethereum",
|
|
12570
12570
|
"hasValue": true,
|
|
12571
12571
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/scroll-native-eth.png"
|
|
12572
12572
|
},
|
|
@@ -12601,5 +12601,37 @@
|
|
|
12601
12601
|
"multiChainAsset": "DAI-DaiStablecoin",
|
|
12602
12602
|
"hasValue": true,
|
|
12603
12603
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/optimism-erc20-dai-0xda10009cbd5d07dd0cecc66161fc93d7c9000da1.png"
|
|
12604
|
+
},
|
|
12605
|
+
"base_mainnet-ERC20-DAI-0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb": {
|
|
12606
|
+
"originChain": "base_mainnet",
|
|
12607
|
+
"slug": "base_mainnet-ERC20-DAI-0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb",
|
|
12608
|
+
"name": "Dai Stablecoin",
|
|
12609
|
+
"symbol": "DAI",
|
|
12610
|
+
"decimals": 18,
|
|
12611
|
+
"priceId": "dai",
|
|
12612
|
+
"minAmount": "0",
|
|
12613
|
+
"assetType": "ERC20",
|
|
12614
|
+
"metadata": {
|
|
12615
|
+
"contractAddress": "0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb"
|
|
12616
|
+
},
|
|
12617
|
+
"multiChainAsset": "DAI-DaiStablecoin",
|
|
12618
|
+
"hasValue": true,
|
|
12619
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/base_mainnet-erc20-dai-0x50c5725949a6f0c72e6c4a641f24049a917db0cb.png"
|
|
12620
|
+
},
|
|
12621
|
+
"sepolia_ethereum-ERC20-AVAIL-0xb1C3Cb9b5e598d4E95a85870e7812B99f350982d": {
|
|
12622
|
+
"originChain": "sepolia_ethereum",
|
|
12623
|
+
"slug": "sepolia_ethereum-ERC20-AVAIL-0xb1C3Cb9b5e598d4E95a85870e7812B99f350982d",
|
|
12624
|
+
"name": "Avail Turing Testnet",
|
|
12625
|
+
"symbol": "AVAIL",
|
|
12626
|
+
"decimals": 18,
|
|
12627
|
+
"priceId": null,
|
|
12628
|
+
"minAmount": "0",
|
|
12629
|
+
"assetType": "ERC20",
|
|
12630
|
+
"metadata": {
|
|
12631
|
+
"contractAddress": "0xb1C3Cb9b5e598d4E95a85870e7812B99f350982d"
|
|
12632
|
+
},
|
|
12633
|
+
"multiChainAsset": "AVAIL-AvailTuringTestnet",
|
|
12634
|
+
"hasValue": false,
|
|
12635
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/sepolia_ethereum-erc20-avail-0xb1c3cb9b5e598d4e95a85870e7812b99f350982d.png"
|
|
12604
12636
|
}
|
|
12605
12637
|
}
|
|
@@ -844,5 +844,23 @@
|
|
|
844
844
|
"priceId": null,
|
|
845
845
|
"hasValue": true,
|
|
846
846
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/buns-buns.png"
|
|
847
|
+
},
|
|
848
|
+
"POL-Polygon": {
|
|
849
|
+
"slug": "POL-Polygon",
|
|
850
|
+
"originChainAsset": null,
|
|
851
|
+
"name": "Polygon",
|
|
852
|
+
"symbol": "POL",
|
|
853
|
+
"priceId": "polygon-ecosystem-token",
|
|
854
|
+
"hasValue": true,
|
|
855
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/pol-polygon.png"
|
|
856
|
+
},
|
|
857
|
+
"AVAIL-AvailTuringTestnet": {
|
|
858
|
+
"slug": "AVAIL-AvailTuringTestnet",
|
|
859
|
+
"originChainAsset": null,
|
|
860
|
+
"name": "Avail Turing Testnet",
|
|
861
|
+
"symbol": "AVAIL",
|
|
862
|
+
"priceId": null,
|
|
863
|
+
"hasValue": false,
|
|
864
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/avail-availturingtestnet.png"
|
|
847
865
|
}
|
|
848
866
|
}
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -755,6 +755,8 @@
|
|
|
755
755
|
"scroll-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/scroll-native-eth.png",
|
|
756
756
|
"arbitrum_one-erc20-dai-0xda10009cbd5d07dd0cecc66161fc93d7c9000da1": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/arbitrum_one-erc20-dai-0xda10009cbd5d07dd0cecc66161fc93d7c9000da1.png",
|
|
757
757
|
"optimism-erc20-dai-0xda10009cbd5d07dd0cecc66161fc93d7c9000da1": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/optimism-erc20-dai-0xda10009cbd5d07dd0cecc66161fc93d7c9000da1.png",
|
|
758
|
+
"base_mainnet-erc20-dai-0x50c5725949a6f0c72e6c4a641f24049a917db0cb": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/base_mainnet-erc20-dai-0x50c5725949a6f0c72e6c4a641f24049a917db0cb.png",
|
|
759
|
+
"sepolia_ethereum-erc20-avail-0xb1c3cb9b5e598d4e95a85870e7812b99f350982d": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/sepolia_ethereum-erc20-avail-0xb1c3cb9b5e598d4e95a85870e7812b99f350982d.png",
|
|
758
760
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
759
761
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
760
762
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -849,8 +851,10 @@
|
|
|
849
851
|
"cpcoin-cypresscoin": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/cpcoin-cypresscoin.png",
|
|
850
852
|
"mill-million": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/mill-million.png",
|
|
851
853
|
"buns-buns": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/buns-buns.png",
|
|
854
|
+
"pol-polygon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/pol-polygon.png",
|
|
855
|
+
"avail-availturingtestnet": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/avail-availturingtestnet.png",
|
|
852
856
|
"custom-moonbeam-erc20-cp-0x6021d2c27b6fbd6e7608d1f39b41398caee2f824": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/cp_77d5363018.png",
|
|
853
857
|
"custom-aleph-psp22-zpf-5eskjbkpva1ppucmrkcmazdhqm9shihws9uqqsoi4vrdcdle": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/zpf_2f06de3f07.png",
|
|
854
858
|
"custom-custom-substrate-gosnetwork-native-gos": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png",
|
|
855
859
|
"custom-custom-substrate-gosspectral-native-gost": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png"
|
|
856
|
-
}
|
|
860
|
+
}
|
package/data/AssetRef.json
CHANGED
|
@@ -2159,6 +2159,13 @@
|
|
|
2159
2159
|
"destChain": "statemint",
|
|
2160
2160
|
"path": "XCM"
|
|
2161
2161
|
},
|
|
2162
|
+
"availTuringTest-NATIVE-AVAIL___sepolia_ethereum-ERC20-AVAIL-0xb1C3Cb9b5e598d4E95a85870e7812B99f350982d": {
|
|
2163
|
+
"srcAsset": "availTuringTest-NATIVE-AVAIL",
|
|
2164
|
+
"destAsset": "sepolia_ethereum-ERC20-AVAIL-0xb1C3Cb9b5e598d4E95a85870e7812B99f350982d",
|
|
2165
|
+
"srcChain": "availTuringTest",
|
|
2166
|
+
"destChain": "sepolia_ethereum",
|
|
2167
|
+
"path": "XCM"
|
|
2168
|
+
},
|
|
2162
2169
|
"avail_mainnet-NATIVE-AVAIL___ethereum-ERC20-AVAIL-0xEeB4d8400AEefafC1B2953e0094134A887C76Bd8": {
|
|
2163
2170
|
"srcAsset": "avail_mainnet-NATIVE-AVAIL",
|
|
2164
2171
|
"destAsset": "ethereum-ERC20-AVAIL-0xEeB4d8400AEefafC1B2953e0094134A887C76Bd8",
|
|
@@ -4812,6 +4819,13 @@
|
|
|
4812
4819
|
"destChain": "arbitrum_one",
|
|
4813
4820
|
"path": "XCM"
|
|
4814
4821
|
},
|
|
4822
|
+
"base_mainnet-ERC20-USDC-0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913___optimism-ERC20-DAI-0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1": {
|
|
4823
|
+
"srcAsset": "base_mainnet-ERC20-USDC-0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
|
|
4824
|
+
"destAsset": "optimism-ERC20-DAI-0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1",
|
|
4825
|
+
"srcChain": "base_mainnet",
|
|
4826
|
+
"destChain": "optimism",
|
|
4827
|
+
"path": "SWAP"
|
|
4828
|
+
},
|
|
4815
4829
|
"base_mainnet-ERC20-WETH-0x4200000000000000000000000000000000000006___arbitrum_one-ERC20-USDC-0xaf88d065e77c8cC2239327C5EDb3A432268e5831": {
|
|
4816
4830
|
"srcAsset": "base_mainnet-ERC20-WETH-0x4200000000000000000000000000000000000006",
|
|
4817
4831
|
"destAsset": "arbitrum_one-ERC20-USDC-0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
|
|
@@ -4825,5 +4839,12 @@
|
|
|
4825
4839
|
"srcChain": "arbitrum_one",
|
|
4826
4840
|
"destChain": "optimism",
|
|
4827
4841
|
"path": "XCM"
|
|
4842
|
+
},
|
|
4843
|
+
"sepolia_ethereum-ERC20-AVAIL-0xb1C3Cb9b5e598d4E95a85870e7812B99f350982d___availTuringTest-NATIVE-AVAIL": {
|
|
4844
|
+
"srcAsset": "sepolia_ethereum-ERC20-AVAIL-0xb1C3Cb9b5e598d4E95a85870e7812B99f350982d",
|
|
4845
|
+
"destAsset": "availTuringTest-NATIVE-AVAIL",
|
|
4846
|
+
"srcChain": "sepolia_ethereum",
|
|
4847
|
+
"destChain": "availTuringTest",
|
|
4848
|
+
"path": "XCM"
|
|
4828
4849
|
}
|
|
4829
4850
|
}
|
package/data/ChainAsset.json
CHANGED
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
"minAmount": "0",
|
|
191
191
|
"assetType": "NATIVE",
|
|
192
192
|
"metadata": null,
|
|
193
|
-
"multiChainAsset":
|
|
193
|
+
"multiChainAsset": "POL-Polygon",
|
|
194
194
|
"hasValue": true,
|
|
195
195
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/polygon-native-pol.png"
|
|
196
196
|
},
|
|
@@ -9011,7 +9011,7 @@
|
|
|
9011
9011
|
"minAmount": "1000000000000",
|
|
9012
9012
|
"assetType": "NATIVE",
|
|
9013
9013
|
"metadata": null,
|
|
9014
|
-
"multiChainAsset":
|
|
9014
|
+
"multiChainAsset": "AVAIL-AvailTuringTestnet",
|
|
9015
9015
|
"hasValue": false,
|
|
9016
9016
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/availturingtest-native-avail.png"
|
|
9017
9017
|
},
|
|
@@ -12524,7 +12524,7 @@
|
|
|
12524
12524
|
"metadata": {
|
|
12525
12525
|
"contractAddress": "0x455e53CBB86018Ac2B8092FdCd39d8444aFFC3F6"
|
|
12526
12526
|
},
|
|
12527
|
-
"multiChainAsset":
|
|
12527
|
+
"multiChainAsset": "POL-Polygon",
|
|
12528
12528
|
"hasValue": true,
|
|
12529
12529
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-pol-0x455e53cbb86018ac2b8092fdcd39d8444affc3f6.png"
|
|
12530
12530
|
},
|
|
@@ -12545,28 +12545,28 @@
|
|
|
12545
12545
|
"rari-NATIVE-ETH": {
|
|
12546
12546
|
"originChain": "rari",
|
|
12547
12547
|
"slug": "rari-NATIVE-ETH",
|
|
12548
|
-
"name": "
|
|
12548
|
+
"name": "Ethereum",
|
|
12549
12549
|
"symbol": "ETH",
|
|
12550
12550
|
"decimals": 18,
|
|
12551
|
-
"priceId":
|
|
12551
|
+
"priceId": "ethereum",
|
|
12552
12552
|
"minAmount": "0",
|
|
12553
12553
|
"assetType": "NATIVE",
|
|
12554
12554
|
"metadata": null,
|
|
12555
|
-
"multiChainAsset":
|
|
12555
|
+
"multiChainAsset": "ETH-Ethereum",
|
|
12556
12556
|
"hasValue": true,
|
|
12557
12557
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/rari-native-eth.png"
|
|
12558
12558
|
},
|
|
12559
12559
|
"scroll-NATIVE-ETH": {
|
|
12560
12560
|
"originChain": "scroll",
|
|
12561
12561
|
"slug": "scroll-NATIVE-ETH",
|
|
12562
|
-
"name": "
|
|
12562
|
+
"name": "Ethereum",
|
|
12563
12563
|
"symbol": "ETH",
|
|
12564
12564
|
"decimals": 18,
|
|
12565
|
-
"priceId":
|
|
12565
|
+
"priceId": "ethereum",
|
|
12566
12566
|
"minAmount": "0",
|
|
12567
12567
|
"assetType": "NATIVE",
|
|
12568
12568
|
"metadata": null,
|
|
12569
|
-
"multiChainAsset":
|
|
12569
|
+
"multiChainAsset": "ETH-Ethereum",
|
|
12570
12570
|
"hasValue": true,
|
|
12571
12571
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/scroll-native-eth.png"
|
|
12572
12572
|
},
|
|
@@ -12601,5 +12601,37 @@
|
|
|
12601
12601
|
"multiChainAsset": "DAI-DaiStablecoin",
|
|
12602
12602
|
"hasValue": true,
|
|
12603
12603
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/optimism-erc20-dai-0xda10009cbd5d07dd0cecc66161fc93d7c9000da1.png"
|
|
12604
|
+
},
|
|
12605
|
+
"base_mainnet-ERC20-DAI-0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb": {
|
|
12606
|
+
"originChain": "base_mainnet",
|
|
12607
|
+
"slug": "base_mainnet-ERC20-DAI-0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb",
|
|
12608
|
+
"name": "Dai Stablecoin",
|
|
12609
|
+
"symbol": "DAI",
|
|
12610
|
+
"decimals": 18,
|
|
12611
|
+
"priceId": "dai",
|
|
12612
|
+
"minAmount": "0",
|
|
12613
|
+
"assetType": "ERC20",
|
|
12614
|
+
"metadata": {
|
|
12615
|
+
"contractAddress": "0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb"
|
|
12616
|
+
},
|
|
12617
|
+
"multiChainAsset": "DAI-DaiStablecoin",
|
|
12618
|
+
"hasValue": true,
|
|
12619
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/base_mainnet-erc20-dai-0x50c5725949a6f0c72e6c4a641f24049a917db0cb.png"
|
|
12620
|
+
},
|
|
12621
|
+
"sepolia_ethereum-ERC20-AVAIL-0xb1C3Cb9b5e598d4E95a85870e7812B99f350982d": {
|
|
12622
|
+
"originChain": "sepolia_ethereum",
|
|
12623
|
+
"slug": "sepolia_ethereum-ERC20-AVAIL-0xb1C3Cb9b5e598d4E95a85870e7812B99f350982d",
|
|
12624
|
+
"name": "Avail Turing Testnet",
|
|
12625
|
+
"symbol": "AVAIL",
|
|
12626
|
+
"decimals": 18,
|
|
12627
|
+
"priceId": null,
|
|
12628
|
+
"minAmount": "0",
|
|
12629
|
+
"assetType": "ERC20",
|
|
12630
|
+
"metadata": {
|
|
12631
|
+
"contractAddress": "0xb1C3Cb9b5e598d4E95a85870e7812B99f350982d"
|
|
12632
|
+
},
|
|
12633
|
+
"multiChainAsset": "AVAIL-AvailTuringTestnet",
|
|
12634
|
+
"hasValue": false,
|
|
12635
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/sepolia_ethereum-erc20-avail-0xb1c3cb9b5e598d4e95a85870e7812b99f350982d.png"
|
|
12604
12636
|
}
|
|
12605
12637
|
}
|
|
@@ -844,5 +844,23 @@
|
|
|
844
844
|
"priceId": null,
|
|
845
845
|
"hasValue": true,
|
|
846
846
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/buns-buns.png"
|
|
847
|
+
},
|
|
848
|
+
"POL-Polygon": {
|
|
849
|
+
"slug": "POL-Polygon",
|
|
850
|
+
"originChainAsset": null,
|
|
851
|
+
"name": "Polygon",
|
|
852
|
+
"symbol": "POL",
|
|
853
|
+
"priceId": "polygon-ecosystem-token",
|
|
854
|
+
"hasValue": true,
|
|
855
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/pol-polygon.png"
|
|
856
|
+
},
|
|
857
|
+
"AVAIL-AvailTuringTestnet": {
|
|
858
|
+
"slug": "AVAIL-AvailTuringTestnet",
|
|
859
|
+
"originChainAsset": null,
|
|
860
|
+
"name": "Avail Turing Testnet",
|
|
861
|
+
"symbol": "AVAIL",
|
|
862
|
+
"priceId": null,
|
|
863
|
+
"hasValue": false,
|
|
864
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/avail-availturingtestnet.png"
|
|
847
865
|
}
|
|
848
866
|
}
|
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.89-beta.
|
|
10
|
+
version: '0.2.89-beta.6'
|
|
11
11
|
};
|