@subwallet/chain-list 0.2.68-beta.2 → 0.2.68-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 +24 -3
- package/cjs/data/AssetLogoMap.json +1 -0
- package/cjs/data/ChainAsset.json +23 -3
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +1 -0
- package/data/ChainAsset.json +23 -3
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -629,6 +629,7 @@
|
|
|
629
629
|
"statemint-local-bork": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-bork.png",
|
|
630
630
|
"hydradx_main-local-bork": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-bork.png",
|
|
631
631
|
"rococo_assethub-local-usdt": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/rococo_assethub-local-usdt.png",
|
|
632
|
+
"bifrost_dot-local-vastr": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_dot-local-vastr.png",
|
|
632
633
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
633
634
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
634
635
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -2559,7 +2560,8 @@
|
|
|
2559
2560
|
multilocation: {
|
|
2560
2561
|
parents: 1,
|
|
2561
2562
|
interior: "Here"
|
|
2562
|
-
}
|
|
2563
|
+
},
|
|
2564
|
+
alternativeSwapAsset: "polkadot-NATIVE-DOT"
|
|
2563
2565
|
},
|
|
2564
2566
|
multiChainAsset: "DOT-Polkadot",
|
|
2565
2567
|
hasValue: true,
|
|
@@ -8855,7 +8857,7 @@
|
|
|
8855
8857
|
name: "Voucher Ethereum 2.0",
|
|
8856
8858
|
symbol: "vETH",
|
|
8857
8859
|
decimals: 18,
|
|
8858
|
-
priceId:
|
|
8860
|
+
priceId: null,
|
|
8859
8861
|
minAmount: null,
|
|
8860
8862
|
assetType: "ERC20",
|
|
8861
8863
|
metadata: {
|
|
@@ -10200,7 +10202,8 @@
|
|
|
10200
10202
|
multilocation: {
|
|
10201
10203
|
parents: 1,
|
|
10202
10204
|
interior: "Here"
|
|
10203
|
-
}
|
|
10205
|
+
},
|
|
10206
|
+
alternativeSwapAsset: "rococo-NATIVE-ROC"
|
|
10204
10207
|
},
|
|
10205
10208
|
multiChainAsset: "ROC-Rococo",
|
|
10206
10209
|
hasValue: false,
|
|
@@ -12778,6 +12781,24 @@
|
|
|
12778
12781
|
multiChainAsset: null,
|
|
12779
12782
|
hasValue: false,
|
|
12780
12783
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/rococo_assethub-local-usdt.png"
|
|
12784
|
+
},
|
|
12785
|
+
"bifrost_dot-LOCAL-vASTR": {
|
|
12786
|
+
originChain: "bifrost_dot",
|
|
12787
|
+
slug: "bifrost_dot-LOCAL-vASTR",
|
|
12788
|
+
name: "Bifrost Voucher ASTR",
|
|
12789
|
+
symbol: "vASTR",
|
|
12790
|
+
decimals: 18,
|
|
12791
|
+
priceId: "bifrost-voucher-astr",
|
|
12792
|
+
minAmount: "10000000000000000",
|
|
12793
|
+
assetType: "LOCAL",
|
|
12794
|
+
metadata: {
|
|
12795
|
+
onChainInfo: {
|
|
12796
|
+
VToken2: "3"
|
|
12797
|
+
}
|
|
12798
|
+
},
|
|
12799
|
+
multiChainAsset: null,
|
|
12800
|
+
hasValue: true,
|
|
12801
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_dot-local-vastr.png"
|
|
12781
12802
|
}
|
|
12782
12803
|
};
|
|
12783
12804
|
|
|
@@ -621,6 +621,7 @@
|
|
|
621
621
|
"statemint-local-bork": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-bork.png",
|
|
622
622
|
"hydradx_main-local-bork": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-bork.png",
|
|
623
623
|
"rococo_assethub-local-usdt": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/rococo_assethub-local-usdt.png",
|
|
624
|
+
"bifrost_dot-local-vastr": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_dot-local-vastr.png",
|
|
624
625
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
625
626
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
626
627
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -149,7 +149,8 @@
|
|
|
149
149
|
"multilocation": {
|
|
150
150
|
"parents": 1,
|
|
151
151
|
"interior": "Here"
|
|
152
|
-
}
|
|
152
|
+
},
|
|
153
|
+
"alternativeSwapAsset": "polkadot-NATIVE-DOT"
|
|
153
154
|
},
|
|
154
155
|
"multiChainAsset": "DOT-Polkadot",
|
|
155
156
|
"hasValue": true,
|
|
@@ -6445,7 +6446,7 @@
|
|
|
6445
6446
|
"name": "Voucher Ethereum 2.0",
|
|
6446
6447
|
"symbol": "vETH",
|
|
6447
6448
|
"decimals": 18,
|
|
6448
|
-
"priceId":
|
|
6449
|
+
"priceId": null,
|
|
6449
6450
|
"minAmount": null,
|
|
6450
6451
|
"assetType": "ERC20",
|
|
6451
6452
|
"metadata": {
|
|
@@ -7790,7 +7791,8 @@
|
|
|
7790
7791
|
"multilocation": {
|
|
7791
7792
|
"parents": 1,
|
|
7792
7793
|
"interior": "Here"
|
|
7793
|
-
}
|
|
7794
|
+
},
|
|
7795
|
+
"alternativeSwapAsset": "rococo-NATIVE-ROC"
|
|
7794
7796
|
},
|
|
7795
7797
|
"multiChainAsset": "ROC-Rococo",
|
|
7796
7798
|
"hasValue": false,
|
|
@@ -10368,5 +10370,23 @@
|
|
|
10368
10370
|
"multiChainAsset": null,
|
|
10369
10371
|
"hasValue": false,
|
|
10370
10372
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/rococo_assethub-local-usdt.png"
|
|
10373
|
+
},
|
|
10374
|
+
"bifrost_dot-LOCAL-vASTR": {
|
|
10375
|
+
"originChain": "bifrost_dot",
|
|
10376
|
+
"slug": "bifrost_dot-LOCAL-vASTR",
|
|
10377
|
+
"name": "Bifrost Voucher ASTR",
|
|
10378
|
+
"symbol": "vASTR",
|
|
10379
|
+
"decimals": 18,
|
|
10380
|
+
"priceId": "bifrost-voucher-astr",
|
|
10381
|
+
"minAmount": "10000000000000000",
|
|
10382
|
+
"assetType": "LOCAL",
|
|
10383
|
+
"metadata": {
|
|
10384
|
+
"onChainInfo": {
|
|
10385
|
+
"VToken2": "3"
|
|
10386
|
+
}
|
|
10387
|
+
},
|
|
10388
|
+
"multiChainAsset": null,
|
|
10389
|
+
"hasValue": true,
|
|
10390
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_dot-local-vastr.png"
|
|
10371
10391
|
}
|
|
10372
10392
|
}
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -621,6 +621,7 @@
|
|
|
621
621
|
"statemint-local-bork": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-bork.png",
|
|
622
622
|
"hydradx_main-local-bork": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-bork.png",
|
|
623
623
|
"rococo_assethub-local-usdt": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/rococo_assethub-local-usdt.png",
|
|
624
|
+
"bifrost_dot-local-vastr": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_dot-local-vastr.png",
|
|
624
625
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
625
626
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
626
627
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
package/data/ChainAsset.json
CHANGED
|
@@ -149,7 +149,8 @@
|
|
|
149
149
|
"multilocation": {
|
|
150
150
|
"parents": 1,
|
|
151
151
|
"interior": "Here"
|
|
152
|
-
}
|
|
152
|
+
},
|
|
153
|
+
"alternativeSwapAsset": "polkadot-NATIVE-DOT"
|
|
153
154
|
},
|
|
154
155
|
"multiChainAsset": "DOT-Polkadot",
|
|
155
156
|
"hasValue": true,
|
|
@@ -6445,7 +6446,7 @@
|
|
|
6445
6446
|
"name": "Voucher Ethereum 2.0",
|
|
6446
6447
|
"symbol": "vETH",
|
|
6447
6448
|
"decimals": 18,
|
|
6448
|
-
"priceId":
|
|
6449
|
+
"priceId": null,
|
|
6449
6450
|
"minAmount": null,
|
|
6450
6451
|
"assetType": "ERC20",
|
|
6451
6452
|
"metadata": {
|
|
@@ -7790,7 +7791,8 @@
|
|
|
7790
7791
|
"multilocation": {
|
|
7791
7792
|
"parents": 1,
|
|
7792
7793
|
"interior": "Here"
|
|
7793
|
-
}
|
|
7794
|
+
},
|
|
7795
|
+
"alternativeSwapAsset": "rococo-NATIVE-ROC"
|
|
7794
7796
|
},
|
|
7795
7797
|
"multiChainAsset": "ROC-Rococo",
|
|
7796
7798
|
"hasValue": false,
|
|
@@ -10368,5 +10370,23 @@
|
|
|
10368
10370
|
"multiChainAsset": null,
|
|
10369
10371
|
"hasValue": false,
|
|
10370
10372
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/rococo_assethub-local-usdt.png"
|
|
10373
|
+
},
|
|
10374
|
+
"bifrost_dot-LOCAL-vASTR": {
|
|
10375
|
+
"originChain": "bifrost_dot",
|
|
10376
|
+
"slug": "bifrost_dot-LOCAL-vASTR",
|
|
10377
|
+
"name": "Bifrost Voucher ASTR",
|
|
10378
|
+
"symbol": "vASTR",
|
|
10379
|
+
"decimals": 18,
|
|
10380
|
+
"priceId": "bifrost-voucher-astr",
|
|
10381
|
+
"minAmount": "10000000000000000",
|
|
10382
|
+
"assetType": "LOCAL",
|
|
10383
|
+
"metadata": {
|
|
10384
|
+
"onChainInfo": {
|
|
10385
|
+
"VToken2": "3"
|
|
10386
|
+
}
|
|
10387
|
+
},
|
|
10388
|
+
"multiChainAsset": null,
|
|
10389
|
+
"hasValue": true,
|
|
10390
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_dot-local-vastr.png"
|
|
10371
10391
|
}
|
|
10372
10392
|
}
|
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.68-beta.
|
|
10
|
+
version: '0.2.68-beta.4'
|
|
11
11
|
};
|