@subwallet/chain-list 0.2.68-beta.3 → 0.2.68-beta.5
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 +21 -35
- package/cjs/data/AssetLogoMap.json +1 -0
- package/cjs/data/ChainAsset.json +19 -1
- package/cjs/data/ChainInfo.json +1 -29
- package/cjs/data/ChainLogoMap.json +0 -1
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +1 -0
- package/data/ChainAsset.json +19 -1
- package/data/ChainInfo.json +1 -29
- package/data/ChainLogoMap.json +0 -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
|
|
|
@@ -19730,36 +19749,6 @@
|
|
|
19730
19749
|
extraInfo: null,
|
|
19731
19750
|
bitcoinInfo: null
|
|
19732
19751
|
};
|
|
19733
|
-
var acurast_canary$1 = {
|
|
19734
|
-
slug: "acurast_canary",
|
|
19735
|
-
name: "Acurast Canary",
|
|
19736
|
-
isTestnet: false,
|
|
19737
|
-
chainStatus: "INACTIVE",
|
|
19738
|
-
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/acurast_canary.png",
|
|
19739
|
-
providers: {
|
|
19740
|
-
},
|
|
19741
|
-
evmInfo: null,
|
|
19742
|
-
substrateInfo: {
|
|
19743
|
-
relaySlug: "kusama",
|
|
19744
|
-
paraId: 2239,
|
|
19745
|
-
genesisHash: null,
|
|
19746
|
-
addressPrefix: null,
|
|
19747
|
-
chainType: null,
|
|
19748
|
-
crowdloanUrl: null,
|
|
19749
|
-
blockExplorer: null,
|
|
19750
|
-
existentialDeposit: null,
|
|
19751
|
-
symbol: null,
|
|
19752
|
-
decimals: null,
|
|
19753
|
-
hasNativeNft: null,
|
|
19754
|
-
supportStaking: null,
|
|
19755
|
-
supportSmartContract: null,
|
|
19756
|
-
crowdloanParaId: null,
|
|
19757
|
-
crowdloanFunds: [
|
|
19758
|
-
]
|
|
19759
|
-
},
|
|
19760
|
-
extraInfo: null,
|
|
19761
|
-
bitcoinInfo: null
|
|
19762
|
-
};
|
|
19763
19752
|
var alpha_network$1 = {
|
|
19764
19753
|
slug: "alpha_network",
|
|
19765
19754
|
name: "Alpha Network",
|
|
@@ -20962,7 +20951,7 @@
|
|
|
20962
20951
|
chainStatus: "ACTIVE",
|
|
20963
20952
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/acurast.png",
|
|
20964
20953
|
providers: {
|
|
20965
|
-
|
|
20954
|
+
Subwallet: "wss://subwallet-rpc.canary.acurast.com"
|
|
20966
20955
|
},
|
|
20967
20956
|
evmInfo: null,
|
|
20968
20957
|
substrateInfo: {
|
|
@@ -21947,7 +21936,6 @@
|
|
|
21947
21936
|
mars: mars$1,
|
|
21948
21937
|
snow: snow$1,
|
|
21949
21938
|
aband: aband$1,
|
|
21950
|
-
acurast_canary: acurast_canary$1,
|
|
21951
21939
|
alpha_network: alpha_network$1,
|
|
21952
21940
|
loom_network: loom_network$1,
|
|
21953
21941
|
subgame_gamma: subgame_gamma$1,
|
|
@@ -22200,7 +22188,6 @@
|
|
|
22200
22188
|
var mars = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/mars.png";
|
|
22201
22189
|
var snow = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/snow.png";
|
|
22202
22190
|
var aband = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/aband.png";
|
|
22203
|
-
var acurast_canary = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/acurast_canary.png";
|
|
22204
22191
|
var alpha_network = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/alpha_network.png";
|
|
22205
22192
|
var loom_network = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/loom_network.png";
|
|
22206
22193
|
var subgame_gamma = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/subgame_gamma.png";
|
|
@@ -22454,7 +22441,6 @@
|
|
|
22454
22441
|
mars: mars,
|
|
22455
22442
|
snow: snow,
|
|
22456
22443
|
aband: aband,
|
|
22457
|
-
acurast_canary: acurast_canary,
|
|
22458
22444
|
alpha_network: alpha_network,
|
|
22459
22445
|
loom_network: loom_network,
|
|
22460
22446
|
subgame_gamma: subgame_gamma,
|
|
@@ -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/data/ChainInfo.json
CHANGED
|
@@ -6852,34 +6852,6 @@
|
|
|
6852
6852
|
"extraInfo": null,
|
|
6853
6853
|
"bitcoinInfo": null
|
|
6854
6854
|
},
|
|
6855
|
-
"acurast_canary": {
|
|
6856
|
-
"slug": "acurast_canary",
|
|
6857
|
-
"name": "Acurast Canary",
|
|
6858
|
-
"isTestnet": false,
|
|
6859
|
-
"chainStatus": "INACTIVE",
|
|
6860
|
-
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/acurast_canary.png",
|
|
6861
|
-
"providers": {},
|
|
6862
|
-
"evmInfo": null,
|
|
6863
|
-
"substrateInfo": {
|
|
6864
|
-
"relaySlug": "kusama",
|
|
6865
|
-
"paraId": 2239,
|
|
6866
|
-
"genesisHash": null,
|
|
6867
|
-
"addressPrefix": null,
|
|
6868
|
-
"chainType": null,
|
|
6869
|
-
"crowdloanUrl": null,
|
|
6870
|
-
"blockExplorer": null,
|
|
6871
|
-
"existentialDeposit": null,
|
|
6872
|
-
"symbol": null,
|
|
6873
|
-
"decimals": null,
|
|
6874
|
-
"hasNativeNft": null,
|
|
6875
|
-
"supportStaking": null,
|
|
6876
|
-
"supportSmartContract": null,
|
|
6877
|
-
"crowdloanParaId": null,
|
|
6878
|
-
"crowdloanFunds": []
|
|
6879
|
-
},
|
|
6880
|
-
"extraInfo": null,
|
|
6881
|
-
"bitcoinInfo": null
|
|
6882
|
-
},
|
|
6883
6855
|
"alpha_network": {
|
|
6884
6856
|
"slug": "alpha_network",
|
|
6885
6857
|
"name": "Alpha Network",
|
|
@@ -8046,7 +8018,7 @@
|
|
|
8046
8018
|
"chainStatus": "ACTIVE",
|
|
8047
8019
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/acurast.png",
|
|
8048
8020
|
"providers": {
|
|
8049
|
-
"
|
|
8021
|
+
"Subwallet": "wss://subwallet-rpc.canary.acurast.com"
|
|
8050
8022
|
},
|
|
8051
8023
|
"evmInfo": null,
|
|
8052
8024
|
"substrateInfo": {
|
|
@@ -185,7 +185,6 @@
|
|
|
185
185
|
"mars": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/mars.png",
|
|
186
186
|
"snow": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/snow.png",
|
|
187
187
|
"aband": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/aband.png",
|
|
188
|
-
"acurast_canary": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/acurast_canary.png",
|
|
189
188
|
"alpha_network": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/alpha_network.png",
|
|
190
189
|
"loom_network": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/loom_network.png",
|
|
191
190
|
"subgame_gamma": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/subgame_gamma.png",
|
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/data/ChainInfo.json
CHANGED
|
@@ -6852,34 +6852,6 @@
|
|
|
6852
6852
|
"extraInfo": null,
|
|
6853
6853
|
"bitcoinInfo": null
|
|
6854
6854
|
},
|
|
6855
|
-
"acurast_canary": {
|
|
6856
|
-
"slug": "acurast_canary",
|
|
6857
|
-
"name": "Acurast Canary",
|
|
6858
|
-
"isTestnet": false,
|
|
6859
|
-
"chainStatus": "INACTIVE",
|
|
6860
|
-
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/acurast_canary.png",
|
|
6861
|
-
"providers": {},
|
|
6862
|
-
"evmInfo": null,
|
|
6863
|
-
"substrateInfo": {
|
|
6864
|
-
"relaySlug": "kusama",
|
|
6865
|
-
"paraId": 2239,
|
|
6866
|
-
"genesisHash": null,
|
|
6867
|
-
"addressPrefix": null,
|
|
6868
|
-
"chainType": null,
|
|
6869
|
-
"crowdloanUrl": null,
|
|
6870
|
-
"blockExplorer": null,
|
|
6871
|
-
"existentialDeposit": null,
|
|
6872
|
-
"symbol": null,
|
|
6873
|
-
"decimals": null,
|
|
6874
|
-
"hasNativeNft": null,
|
|
6875
|
-
"supportStaking": null,
|
|
6876
|
-
"supportSmartContract": null,
|
|
6877
|
-
"crowdloanParaId": null,
|
|
6878
|
-
"crowdloanFunds": []
|
|
6879
|
-
},
|
|
6880
|
-
"extraInfo": null,
|
|
6881
|
-
"bitcoinInfo": null
|
|
6882
|
-
},
|
|
6883
6855
|
"alpha_network": {
|
|
6884
6856
|
"slug": "alpha_network",
|
|
6885
6857
|
"name": "Alpha Network",
|
|
@@ -8046,7 +8018,7 @@
|
|
|
8046
8018
|
"chainStatus": "ACTIVE",
|
|
8047
8019
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/acurast.png",
|
|
8048
8020
|
"providers": {
|
|
8049
|
-
"
|
|
8021
|
+
"Subwallet": "wss://subwallet-rpc.canary.acurast.com"
|
|
8050
8022
|
},
|
|
8051
8023
|
"evmInfo": null,
|
|
8052
8024
|
"substrateInfo": {
|
package/data/ChainLogoMap.json
CHANGED
|
@@ -185,7 +185,6 @@
|
|
|
185
185
|
"mars": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/mars.png",
|
|
186
186
|
"snow": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/snow.png",
|
|
187
187
|
"aband": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/aband.png",
|
|
188
|
-
"acurast_canary": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/acurast_canary.png",
|
|
189
188
|
"alpha_network": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/alpha_network.png",
|
|
190
189
|
"loom_network": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/loom_network.png",
|
|
191
190
|
"subgame_gamma": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/subgame_gamma.png",
|
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.5'
|
|
11
11
|
};
|