@subwallet/chain-list 0.2.68-beta.3 → 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 +20 -1
- package/cjs/data/AssetLogoMap.json +1 -0
- package/cjs/data/ChainAsset.json +19 -1
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +1 -0
- package/data/ChainAsset.json +19 -1
- 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",
|
|
@@ -8856,7 +8857,7 @@
|
|
|
8856
8857
|
name: "Voucher Ethereum 2.0",
|
|
8857
8858
|
symbol: "vETH",
|
|
8858
8859
|
decimals: 18,
|
|
8859
|
-
priceId:
|
|
8860
|
+
priceId: null,
|
|
8860
8861
|
minAmount: null,
|
|
8861
8862
|
assetType: "ERC20",
|
|
8862
8863
|
metadata: {
|
|
@@ -12780,6 +12781,24 @@
|
|
|
12780
12781
|
multiChainAsset: null,
|
|
12781
12782
|
hasValue: false,
|
|
12782
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"
|
|
12783
12802
|
}
|
|
12784
12803
|
};
|
|
12785
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
|
@@ -6446,7 +6446,7 @@
|
|
|
6446
6446
|
"name": "Voucher Ethereum 2.0",
|
|
6447
6447
|
"symbol": "vETH",
|
|
6448
6448
|
"decimals": 18,
|
|
6449
|
-
"priceId":
|
|
6449
|
+
"priceId": null,
|
|
6450
6450
|
"minAmount": null,
|
|
6451
6451
|
"assetType": "ERC20",
|
|
6452
6452
|
"metadata": {
|
|
@@ -10370,5 +10370,23 @@
|
|
|
10370
10370
|
"multiChainAsset": null,
|
|
10371
10371
|
"hasValue": false,
|
|
10372
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"
|
|
10373
10391
|
}
|
|
10374
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
|
@@ -6446,7 +6446,7 @@
|
|
|
6446
6446
|
"name": "Voucher Ethereum 2.0",
|
|
6447
6447
|
"symbol": "vETH",
|
|
6448
6448
|
"decimals": 18,
|
|
6449
|
-
"priceId":
|
|
6449
|
+
"priceId": null,
|
|
6450
6450
|
"minAmount": null,
|
|
6451
6451
|
"assetType": "ERC20",
|
|
6452
6452
|
"metadata": {
|
|
@@ -10370,5 +10370,23 @@
|
|
|
10370
10370
|
"multiChainAsset": null,
|
|
10371
10371
|
"hasValue": false,
|
|
10372
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"
|
|
10373
10391
|
}
|
|
10374
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
|
};
|