@subwallet/chain-list 0.1.10-beta.4 → 0.1.11-beta.0

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.
@@ -42,6 +42,9 @@
42
42
  var movr = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/moonriver.png";
43
43
  var tur = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/turing-network.png";
44
44
  var bnc = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/bifrost.png";
45
+ var vdot = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/vdot.png";
46
+ var vsdot = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/vsdot.png";
47
+ var vglmr = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/vglmr.png";
45
48
  var kma = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/calamarinetwork.png";
46
49
  var ampe = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/amplitude.png";
47
50
  var boba$2 = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/boba-network.png";
@@ -143,6 +146,10 @@
143
146
  var joy = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/joystream.png";
144
147
  var xcksm = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/kusama.png";
145
148
  var tksm = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/taiksm.png";
149
+ var vksm = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/vksm.png";
150
+ var vsksm = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/vsksm.png";
151
+ var vmovr = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/vmovr.png";
152
+ var vbnc = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/vbnc.png";
146
153
  var xcusdt = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/usdt.png";
147
154
  var xceq = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/eq.png";
148
155
  var xceqd = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/eqd.png";
@@ -210,6 +217,7 @@
210
217
  var btcb = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/btc.png";
211
218
  var ada = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/cardano.png";
212
219
  var xrp = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/xrp.png";
220
+ var verse = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/verse.png";
213
221
  var ldo = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/ldo.png";
214
222
  var wsteth = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/wsteth.png";
215
223
  var steth = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/wsteth.png";
@@ -253,6 +261,7 @@
253
261
  var moonpets = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png";
254
262
  var vara = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/vara.png";
255
263
  var serpenators = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png";
264
+ var usagii = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png";
256
265
  const _AssetLogoMap = {
257
266
  "default": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png",
258
267
  dot: dot,
@@ -291,6 +300,9 @@
291
300
  movr: movr,
292
301
  tur: tur,
293
302
  bnc: bnc,
303
+ vdot: vdot,
304
+ vsdot: vsdot,
305
+ vglmr: vglmr,
294
306
  kma: kma,
295
307
  ampe: ampe,
296
308
  boba: boba$2,
@@ -392,6 +404,10 @@
392
404
  joy: joy,
393
405
  xcksm: xcksm,
394
406
  tksm: tksm,
407
+ vksm: vksm,
408
+ vsksm: vsksm,
409
+ vmovr: vmovr,
410
+ vbnc: vbnc,
395
411
  xcusdt: xcusdt,
396
412
  xceq: xceq,
397
413
  xceqd: xceqd,
@@ -459,6 +475,7 @@
459
475
  btcb: btcb,
460
476
  ada: ada,
461
477
  xrp: xrp,
478
+ verse: verse,
462
479
  ldo: ldo,
463
480
  wsteth: wsteth,
464
481
  steth: steth,
@@ -502,7 +519,8 @@
502
519
  exrp: exrp,
503
520
  moonpets: moonpets,
504
521
  vara: vara,
505
- serpenators: serpenators
522
+ serpenators: serpenators,
523
+ usagii: usagii
506
524
  };
507
525
 
508
526
  const _AssetRefMap = {
@@ -743,13 +761,6 @@
743
761
  srcChain: "parallel",
744
762
  destChain: "statemint",
745
763
  path: "XCM"
746
- },
747
- "equilibrium_parachain-LOCAL-USDT___statemint-LOCAL-USDt": {
748
- srcAsset: "equilibrium_parachain-LOCAL-USDT",
749
- destAsset: "statemint-LOCAL-USDt",
750
- srcChain: "equilibrium_parachain",
751
- destChain: "statemint",
752
- path: "XCM"
753
764
  },
754
765
  "bifrost_dot-LOCAL-USDT___statemint-LOCAL-USDt": {
755
766
  srcAsset: "bifrost_dot-LOCAL-USDT",
@@ -1626,6 +1637,60 @@
1626
1637
  multiChainAsset: "USDT-Tether",
1627
1638
  hasValue: true,
1628
1639
  icon: "usdt.png"
1640
+ },
1641
+ "bifrost_dot-LOCAL-vDOT": {
1642
+ originChain: "bifrost_dot",
1643
+ slug: "bifrost_dot-LOCAL-vDOT",
1644
+ name: "Voucher DOT",
1645
+ symbol: "vDOT",
1646
+ decimals: 10,
1647
+ priceId: "voucher-dot",
1648
+ minAmount: "1000000",
1649
+ assetType: "LOCAL",
1650
+ metadata: {
1651
+ onChainInfo: {
1652
+ VToken2: "0"
1653
+ }
1654
+ },
1655
+ multiChainAsset: null,
1656
+ hasValue: true,
1657
+ icon: "vdot.png"
1658
+ },
1659
+ "bifrost_dot-LOCAL-vsDOT": {
1660
+ originChain: "bifrost_dot",
1661
+ slug: "bifrost_dot-LOCAL-vsDOT",
1662
+ name: "Voucher Slot DOT",
1663
+ symbol: "vsDOT",
1664
+ decimals: 10,
1665
+ priceId: null,
1666
+ minAmount: "1000000",
1667
+ assetType: "LOCAL",
1668
+ metadata: {
1669
+ onChainInfo: {
1670
+ VSToken2: "0"
1671
+ }
1672
+ },
1673
+ multiChainAsset: null,
1674
+ hasValue: true,
1675
+ icon: "vsdot.png"
1676
+ },
1677
+ "bifrost_dot-LOCAL-vGLMR": {
1678
+ originChain: "bifrost_dot",
1679
+ slug: "bifrost_dot-LOCAL-vGLMR",
1680
+ name: "Voucher GLMR",
1681
+ symbol: "vGLMR",
1682
+ decimals: 18,
1683
+ priceId: "voucher-glmr",
1684
+ minAmount: "1000000000000",
1685
+ assetType: "LOCAL",
1686
+ metadata: {
1687
+ onChainInfo: {
1688
+ VToken2: "1"
1689
+ }
1690
+ },
1691
+ multiChainAsset: null,
1692
+ hasValue: true,
1693
+ icon: "vglmr.png"
1629
1694
  },
1630
1695
  "bifrost_testnet-NATIVE-BNC": {
1631
1696
  originChain: "bifrost_testnet",
@@ -3770,6 +3835,78 @@
3770
3835
  multiChainAsset: "KSM-Kusama",
3771
3836
  hasValue: true,
3772
3837
  icon: "kusama.png"
3838
+ },
3839
+ "bifrost-LOCAL-vKSM": {
3840
+ originChain: "bifrost",
3841
+ slug: "bifrost-LOCAL-vKSM",
3842
+ name: "Voucher KSM",
3843
+ symbol: "vKSM",
3844
+ decimals: 12,
3845
+ priceId: "voucher-ksm",
3846
+ minAmount: "100000000",
3847
+ assetType: "LOCAL",
3848
+ metadata: {
3849
+ onChainInfo: {
3850
+ VToken: "KSM"
3851
+ }
3852
+ },
3853
+ multiChainAsset: null,
3854
+ hasValue: true,
3855
+ icon: "vksm.png"
3856
+ },
3857
+ "bifrost-LOCAL-vsKSM": {
3858
+ originChain: "bifrost",
3859
+ slug: "bifrost-LOCAL-vsKSM",
3860
+ name: "Voucher Slot KSM",
3861
+ symbol: "vsKSM",
3862
+ decimals: 12,
3863
+ priceId: null,
3864
+ minAmount: "100000000",
3865
+ assetType: "LOCAL",
3866
+ metadata: {
3867
+ onChainInfo: {
3868
+ VSToken: "KSM"
3869
+ }
3870
+ },
3871
+ multiChainAsset: null,
3872
+ hasValue: true,
3873
+ icon: "vsksm.png"
3874
+ },
3875
+ "bifrost-LOCAL-vMOVR": {
3876
+ originChain: "bifrost",
3877
+ slug: "bifrost-LOCAL-vMOVR",
3878
+ name: "Voucher MOVR",
3879
+ symbol: "vMOVR",
3880
+ decimals: 18,
3881
+ priceId: "voucher-movr",
3882
+ minAmount: "1000000000000",
3883
+ assetType: "LOCAL",
3884
+ metadata: {
3885
+ onChainInfo: {
3886
+ VToken: "MOVR"
3887
+ }
3888
+ },
3889
+ multiChainAsset: null,
3890
+ hasValue: true,
3891
+ icon: "vmovr.png"
3892
+ },
3893
+ "bifrost-LOCAL-vBNC": {
3894
+ originChain: "bifrost",
3895
+ slug: "bifrost-LOCAL-vBNC",
3896
+ name: "Voucher BNC",
3897
+ symbol: "vBNC",
3898
+ decimals: 12,
3899
+ priceId: "bifrost-native-coin",
3900
+ minAmount: "10000000000",
3901
+ assetType: "LOCAL",
3902
+ metadata: {
3903
+ onChainInfo: {
3904
+ VToken: "BNC"
3905
+ }
3906
+ },
3907
+ multiChainAsset: null,
3908
+ hasValue: true,
3909
+ icon: "vbnc.png"
3773
3910
  },
3774
3911
  "moonbeam-LOCAL-xcUSDT": {
3775
3912
  originChain: "moonbeam",
@@ -4037,7 +4174,7 @@
4037
4174
  decimals: 12,
4038
4175
  priceId: "acala-dollar",
4039
4176
  minAmount: null,
4040
- assetType: "LOCAL",
4177
+ assetType: "ERC20",
4041
4178
  metadata: {
4042
4179
  contractAddress: "0xfFFfFFfF00000000000000010000000000000000"
4043
4180
  },
@@ -5719,6 +5856,22 @@
5719
5856
  multiChainAsset: "USDC-USDCoin",
5720
5857
  hasValue: true,
5721
5858
  icon: "usdc.png"
5859
+ },
5860
+ "ethereum-ERC20-VERSE-0x249cA82617eC3DfB2589c4c17ab7EC9765350a18": {
5861
+ originChain: "ethereum",
5862
+ slug: "ethereum-ERC20-VERSE-0x249cA82617eC3DfB2589c4c17ab7EC9765350a18",
5863
+ name: "Verse token",
5864
+ symbol: "VERSE",
5865
+ decimals: 18,
5866
+ priceId: "verse-bitcoin",
5867
+ minAmount: null,
5868
+ assetType: "ERC20",
5869
+ metadata: {
5870
+ contractAddress: "0x249cA82617eC3DfB2589c4c17ab7EC9765350a18"
5871
+ },
5872
+ multiChainAsset: null,
5873
+ hasValue: true,
5874
+ icon: "verse.png"
5722
5875
  },
5723
5876
  "ethereum-ERC20-BUSD-0x4Fabb145d64652a948d72533023f6E7A623C7C53": {
5724
5877
  originChain: "ethereum",
@@ -6616,7 +6769,7 @@
6616
6769
  originChain: "astar",
6617
6770
  slug: "astar-PSP34-SERPENATORS-WCX5y1WsgPBxQqtn75jXNtHey9w4EZSEKCdjg2jX3gcA97D",
6618
6771
  name: "AI SERPENATORS",
6619
- decimals: 6,
6772
+ decimals: null,
6620
6773
  symbol: "SERPENATORS",
6621
6774
  priceId: null,
6622
6775
  minAmount: null,
@@ -6627,6 +6780,22 @@
6627
6780
  hasValue: true,
6628
6781
  multiChainAsset: null,
6629
6782
  icon: "default.png"
6783
+ },
6784
+ "astar-PSP34-USAGII-WvyVtR9Ktvxa9fRRFJPXvEgYTU5K5Lf491xzFhMQL3haDN6": {
6785
+ originChain: "astar",
6786
+ slug: "astar-PSP34-USAGII-WvyVtR9Ktvxa9fRRFJPXvEgYTU5K5Lf491xzFhMQL3haDN6",
6787
+ name: "USAGII",
6788
+ decimals: null,
6789
+ symbol: "USAGII",
6790
+ priceId: null,
6791
+ minAmount: null,
6792
+ assetType: "PSP34",
6793
+ metadata: {
6794
+ contractAddress: "WvyVtR9Ktvxa9fRRFJPXvEgYTU5K5Lf491xzFhMQL3haDN6"
6795
+ },
6796
+ hasValue: true,
6797
+ multiChainAsset: null,
6798
+ icon: "default.png"
6630
6799
  }
6631
6800
  };
6632
6801
 
@@ -36,6 +36,9 @@
36
36
  "movr": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/moonriver.png",
37
37
  "tur": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/turing-network.png",
38
38
  "bnc": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/bifrost.png",
39
+ "vdot": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/vdot.png",
40
+ "vsdot": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/vsdot.png",
41
+ "vglmr": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/vglmr.png",
39
42
  "kma": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/calamarinetwork.png",
40
43
  "ampe": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/amplitude.png",
41
44
  "boba": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/boba-network.png",
@@ -137,6 +140,10 @@
137
140
  "joy": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/joystream.png",
138
141
  "xcksm": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/kusama.png",
139
142
  "tksm": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/taiksm.png",
143
+ "vksm": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/vksm.png",
144
+ "vsksm": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/vsksm.png",
145
+ "vmovr": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/vmovr.png",
146
+ "vbnc": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/vbnc.png",
140
147
  "xcusdt": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/usdt.png",
141
148
  "xceq": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/eq.png",
142
149
  "xceqd": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/eqd.png",
@@ -204,6 +211,7 @@
204
211
  "btcb": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/btc.png",
205
212
  "ada": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/cardano.png",
206
213
  "xrp": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/xrp.png",
214
+ "verse": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/verse.png",
207
215
  "ldo": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/ldo.png",
208
216
  "wsteth": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/wsteth.png",
209
217
  "steth": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/wsteth.png",
@@ -247,5 +255,6 @@
247
255
  "exrp": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png",
248
256
  "moonpets": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png",
249
257
  "vara": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/vara.png",
250
- "serpenators": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png"
258
+ "serpenators": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png",
259
+ "usagii": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png"
251
260
  }
@@ -247,14 +247,6 @@
247
247
  "path": "XCM"
248
248
  },
249
249
 
250
- "equilibrium_parachain-LOCAL-USDT___statemint-LOCAL-USDt": {
251
- "srcAsset": "equilibrium_parachain-LOCAL-USDT",
252
- "destAsset": "statemint-LOCAL-USDt",
253
- "srcChain": "equilibrium_parachain",
254
- "destChain": "statemint",
255
- "path": "XCM"
256
- },
257
-
258
250
  "bifrost_dot-LOCAL-USDT___statemint-LOCAL-USDt": {
259
251
  "srcAsset": "bifrost_dot-LOCAL-USDT",
260
252
  "destAsset": "statemint-LOCAL-USDt",
@@ -858,6 +858,60 @@
858
858
  "hasValue": true,
859
859
  "icon": "usdt.png"
860
860
  },
861
+ "bifrost_dot-LOCAL-vDOT": {
862
+ "originChain": "bifrost_dot",
863
+ "slug": "bifrost_dot-LOCAL-vDOT",
864
+ "name": "Voucher DOT",
865
+ "symbol": "vDOT",
866
+ "decimals": 10,
867
+ "priceId": "voucher-dot",
868
+ "minAmount": "1000000",
869
+ "assetType": "LOCAL",
870
+ "metadata": {
871
+ "onChainInfo": {
872
+ "VToken2": "0"
873
+ }
874
+ },
875
+ "multiChainAsset": null,
876
+ "hasValue": true,
877
+ "icon": "vdot.png"
878
+ },
879
+ "bifrost_dot-LOCAL-vsDOT": {
880
+ "originChain": "bifrost_dot",
881
+ "slug": "bifrost_dot-LOCAL-vsDOT",
882
+ "name": "Voucher Slot DOT",
883
+ "symbol": "vsDOT",
884
+ "decimals": 10,
885
+ "priceId": null,
886
+ "minAmount": "1000000",
887
+ "assetType": "LOCAL",
888
+ "metadata": {
889
+ "onChainInfo": {
890
+ "VSToken2": "0"
891
+ }
892
+ },
893
+ "multiChainAsset": null,
894
+ "hasValue": true,
895
+ "icon": "vsdot.png"
896
+ },
897
+ "bifrost_dot-LOCAL-vGLMR": {
898
+ "originChain": "bifrost_dot",
899
+ "slug": "bifrost_dot-LOCAL-vGLMR",
900
+ "name": "Voucher GLMR",
901
+ "symbol": "vGLMR",
902
+ "decimals": 18,
903
+ "priceId": "voucher-glmr",
904
+ "minAmount": "1000000000000",
905
+ "assetType": "LOCAL",
906
+ "metadata": {
907
+ "onChainInfo": {
908
+ "VToken2": "1"
909
+ }
910
+ },
911
+ "multiChainAsset": null,
912
+ "hasValue": true,
913
+ "icon": "vglmr.png"
914
+ },
861
915
  "bifrost_testnet-NATIVE-BNC": {
862
916
  "originChain": "bifrost_testnet",
863
917
  "slug": "bifrost_testnet-NATIVE-BNC",
@@ -3002,6 +3056,78 @@
3002
3056
  "hasValue": true,
3003
3057
  "icon": "kusama.png"
3004
3058
  },
3059
+ "bifrost-LOCAL-vKSM": {
3060
+ "originChain": "bifrost",
3061
+ "slug": "bifrost-LOCAL-vKSM",
3062
+ "name": "Voucher KSM",
3063
+ "symbol": "vKSM",
3064
+ "decimals": 12,
3065
+ "priceId": "voucher-ksm",
3066
+ "minAmount": "100000000",
3067
+ "assetType": "LOCAL",
3068
+ "metadata": {
3069
+ "onChainInfo": {
3070
+ "VToken": "KSM"
3071
+ }
3072
+ },
3073
+ "multiChainAsset": null,
3074
+ "hasValue": true,
3075
+ "icon": "vksm.png"
3076
+ },
3077
+ "bifrost-LOCAL-vsKSM": {
3078
+ "originChain": "bifrost",
3079
+ "slug": "bifrost-LOCAL-vsKSM",
3080
+ "name": "Voucher Slot KSM",
3081
+ "symbol": "vsKSM",
3082
+ "decimals": 12,
3083
+ "priceId": null,
3084
+ "minAmount": "100000000",
3085
+ "assetType": "LOCAL",
3086
+ "metadata": {
3087
+ "onChainInfo": {
3088
+ "VSToken": "KSM"
3089
+ }
3090
+ },
3091
+ "multiChainAsset": null,
3092
+ "hasValue": true,
3093
+ "icon": "vsksm.png"
3094
+ },
3095
+ "bifrost-LOCAL-vMOVR": {
3096
+ "originChain": "bifrost",
3097
+ "slug": "bifrost-LOCAL-vMOVR",
3098
+ "name": "Voucher MOVR",
3099
+ "symbol": "vMOVR",
3100
+ "decimals": 18,
3101
+ "priceId": "voucher-movr",
3102
+ "minAmount": "1000000000000",
3103
+ "assetType": "LOCAL",
3104
+ "metadata": {
3105
+ "onChainInfo": {
3106
+ "VToken": "MOVR"
3107
+ }
3108
+ },
3109
+ "multiChainAsset": null,
3110
+ "hasValue": true,
3111
+ "icon": "vmovr.png"
3112
+ },
3113
+ "bifrost-LOCAL-vBNC": {
3114
+ "originChain": "bifrost",
3115
+ "slug": "bifrost-LOCAL-vBNC",
3116
+ "name": "Voucher BNC",
3117
+ "symbol": "vBNC",
3118
+ "decimals": 12,
3119
+ "priceId": "bifrost-native-coin",
3120
+ "minAmount": "10000000000",
3121
+ "assetType": "LOCAL",
3122
+ "metadata": {
3123
+ "onChainInfo": {
3124
+ "VToken": "BNC"
3125
+ }
3126
+ },
3127
+ "multiChainAsset": null,
3128
+ "hasValue": true,
3129
+ "icon": "vbnc.png"
3130
+ },
3005
3131
  "moonbeam-LOCAL-xcUSDT": {
3006
3132
  "originChain": "moonbeam",
3007
3133
  "slug": "moonbeam-LOCAL-xcUSDT",
@@ -3268,7 +3394,7 @@
3268
3394
  "decimals": 12,
3269
3395
  "priceId": "acala-dollar",
3270
3396
  "minAmount": null,
3271
- "assetType": "LOCAL",
3397
+ "assetType": "ERC20",
3272
3398
  "metadata": {
3273
3399
  "contractAddress": "0xfFFfFFfF00000000000000010000000000000000"
3274
3400
  },
@@ -4951,6 +5077,22 @@
4951
5077
  "hasValue": true,
4952
5078
  "icon": "usdc.png"
4953
5079
  },
5080
+ "ethereum-ERC20-VERSE-0x249cA82617eC3DfB2589c4c17ab7EC9765350a18": {
5081
+ "originChain": "ethereum",
5082
+ "slug": "ethereum-ERC20-VERSE-0x249cA82617eC3DfB2589c4c17ab7EC9765350a18",
5083
+ "name": "Verse token",
5084
+ "symbol": "VERSE",
5085
+ "decimals": 18,
5086
+ "priceId": "verse-bitcoin",
5087
+ "minAmount": null,
5088
+ "assetType": "ERC20",
5089
+ "metadata": {
5090
+ "contractAddress": "0x249cA82617eC3DfB2589c4c17ab7EC9765350a18"
5091
+ },
5092
+ "multiChainAsset": null,
5093
+ "hasValue": true,
5094
+ "icon": "verse.png"
5095
+ },
4954
5096
  "ethereum-ERC20-BUSD-0x4Fabb145d64652a948d72533023f6E7A623C7C53": {
4955
5097
  "originChain": "ethereum",
4956
5098
  "slug": "ethereum-ERC20-BUSD-0x4Fabb145d64652a948d72533023f6E7A623C7C53",
@@ -5847,7 +5989,7 @@
5847
5989
  "originChain": "astar",
5848
5990
  "slug": "astar-PSP34-SERPENATORS-WCX5y1WsgPBxQqtn75jXNtHey9w4EZSEKCdjg2jX3gcA97D",
5849
5991
  "name": "AI SERPENATORS",
5850
- "decimals": 6,
5992
+ "decimals": null,
5851
5993
  "symbol": "SERPENATORS",
5852
5994
  "priceId": null,
5853
5995
  "minAmount": null,
@@ -5858,5 +6000,21 @@
5858
6000
  "hasValue": true,
5859
6001
  "multiChainAsset": null,
5860
6002
  "icon": "default.png"
6003
+ },
6004
+ "astar-PSP34-USAGII-WvyVtR9Ktvxa9fRRFJPXvEgYTU5K5Lf491xzFhMQL3haDN6": {
6005
+ "originChain": "astar",
6006
+ "slug": "astar-PSP34-USAGII-WvyVtR9Ktvxa9fRRFJPXvEgYTU5K5Lf491xzFhMQL3haDN6",
6007
+ "name": "USAGII",
6008
+ "decimals": null,
6009
+ "symbol": "USAGII",
6010
+ "priceId": null,
6011
+ "minAmount": null,
6012
+ "assetType": "PSP34",
6013
+ "metadata": {
6014
+ "contractAddress": "WvyVtR9Ktvxa9fRRFJPXvEgYTU5K5Lf491xzFhMQL3haDN6"
6015
+ },
6016
+ "hasValue": true,
6017
+ "multiChainAsset": null,
6018
+ "icon": "default.png"
5861
6019
  }
5862
6020
  }
@@ -13,6 +13,6 @@ const packageInfo = {
13
13
  name: '@subwallet/chain-list',
14
14
  path: typeof __dirname === 'string' ? __dirname : 'auto',
15
15
  type: 'cjs',
16
- version: '0.1.10-beta.4'
16
+ version: '0.1.11-beta.0'
17
17
  };
18
18
  exports.packageInfo = packageInfo;
@@ -36,6 +36,9 @@
36
36
  "movr": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/moonriver.png",
37
37
  "tur": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/turing-network.png",
38
38
  "bnc": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/bifrost.png",
39
+ "vdot": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/vdot.png",
40
+ "vsdot": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/vsdot.png",
41
+ "vglmr": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/vglmr.png",
39
42
  "kma": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/calamarinetwork.png",
40
43
  "ampe": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/amplitude.png",
41
44
  "boba": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/boba-network.png",
@@ -137,6 +140,10 @@
137
140
  "joy": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/joystream.png",
138
141
  "xcksm": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/kusama.png",
139
142
  "tksm": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/taiksm.png",
143
+ "vksm": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/vksm.png",
144
+ "vsksm": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/vsksm.png",
145
+ "vmovr": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/vmovr.png",
146
+ "vbnc": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/vbnc.png",
140
147
  "xcusdt": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/usdt.png",
141
148
  "xceq": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/eq.png",
142
149
  "xceqd": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/eqd.png",
@@ -204,6 +211,7 @@
204
211
  "btcb": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/btc.png",
205
212
  "ada": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/cardano.png",
206
213
  "xrp": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/xrp.png",
214
+ "verse": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/verse.png",
207
215
  "ldo": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/ldo.png",
208
216
  "wsteth": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/wsteth.png",
209
217
  "steth": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/wsteth.png",
@@ -247,5 +255,6 @@
247
255
  "exrp": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png",
248
256
  "moonpets": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png",
249
257
  "vara": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/vara.png",
250
- "serpenators": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png"
258
+ "serpenators": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png",
259
+ "usagii": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png"
251
260
  }
@@ -247,14 +247,6 @@
247
247
  "path": "XCM"
248
248
  },
249
249
 
250
- "equilibrium_parachain-LOCAL-USDT___statemint-LOCAL-USDt": {
251
- "srcAsset": "equilibrium_parachain-LOCAL-USDT",
252
- "destAsset": "statemint-LOCAL-USDt",
253
- "srcChain": "equilibrium_parachain",
254
- "destChain": "statemint",
255
- "path": "XCM"
256
- },
257
-
258
250
  "bifrost_dot-LOCAL-USDT___statemint-LOCAL-USDt": {
259
251
  "srcAsset": "bifrost_dot-LOCAL-USDT",
260
252
  "destAsset": "statemint-LOCAL-USDt",
@@ -858,6 +858,60 @@
858
858
  "hasValue": true,
859
859
  "icon": "usdt.png"
860
860
  },
861
+ "bifrost_dot-LOCAL-vDOT": {
862
+ "originChain": "bifrost_dot",
863
+ "slug": "bifrost_dot-LOCAL-vDOT",
864
+ "name": "Voucher DOT",
865
+ "symbol": "vDOT",
866
+ "decimals": 10,
867
+ "priceId": "voucher-dot",
868
+ "minAmount": "1000000",
869
+ "assetType": "LOCAL",
870
+ "metadata": {
871
+ "onChainInfo": {
872
+ "VToken2": "0"
873
+ }
874
+ },
875
+ "multiChainAsset": null,
876
+ "hasValue": true,
877
+ "icon": "vdot.png"
878
+ },
879
+ "bifrost_dot-LOCAL-vsDOT": {
880
+ "originChain": "bifrost_dot",
881
+ "slug": "bifrost_dot-LOCAL-vsDOT",
882
+ "name": "Voucher Slot DOT",
883
+ "symbol": "vsDOT",
884
+ "decimals": 10,
885
+ "priceId": null,
886
+ "minAmount": "1000000",
887
+ "assetType": "LOCAL",
888
+ "metadata": {
889
+ "onChainInfo": {
890
+ "VSToken2": "0"
891
+ }
892
+ },
893
+ "multiChainAsset": null,
894
+ "hasValue": true,
895
+ "icon": "vsdot.png"
896
+ },
897
+ "bifrost_dot-LOCAL-vGLMR": {
898
+ "originChain": "bifrost_dot",
899
+ "slug": "bifrost_dot-LOCAL-vGLMR",
900
+ "name": "Voucher GLMR",
901
+ "symbol": "vGLMR",
902
+ "decimals": 18,
903
+ "priceId": "voucher-glmr",
904
+ "minAmount": "1000000000000",
905
+ "assetType": "LOCAL",
906
+ "metadata": {
907
+ "onChainInfo": {
908
+ "VToken2": "1"
909
+ }
910
+ },
911
+ "multiChainAsset": null,
912
+ "hasValue": true,
913
+ "icon": "vglmr.png"
914
+ },
861
915
  "bifrost_testnet-NATIVE-BNC": {
862
916
  "originChain": "bifrost_testnet",
863
917
  "slug": "bifrost_testnet-NATIVE-BNC",
@@ -3002,6 +3056,78 @@
3002
3056
  "hasValue": true,
3003
3057
  "icon": "kusama.png"
3004
3058
  },
3059
+ "bifrost-LOCAL-vKSM": {
3060
+ "originChain": "bifrost",
3061
+ "slug": "bifrost-LOCAL-vKSM",
3062
+ "name": "Voucher KSM",
3063
+ "symbol": "vKSM",
3064
+ "decimals": 12,
3065
+ "priceId": "voucher-ksm",
3066
+ "minAmount": "100000000",
3067
+ "assetType": "LOCAL",
3068
+ "metadata": {
3069
+ "onChainInfo": {
3070
+ "VToken": "KSM"
3071
+ }
3072
+ },
3073
+ "multiChainAsset": null,
3074
+ "hasValue": true,
3075
+ "icon": "vksm.png"
3076
+ },
3077
+ "bifrost-LOCAL-vsKSM": {
3078
+ "originChain": "bifrost",
3079
+ "slug": "bifrost-LOCAL-vsKSM",
3080
+ "name": "Voucher Slot KSM",
3081
+ "symbol": "vsKSM",
3082
+ "decimals": 12,
3083
+ "priceId": null,
3084
+ "minAmount": "100000000",
3085
+ "assetType": "LOCAL",
3086
+ "metadata": {
3087
+ "onChainInfo": {
3088
+ "VSToken": "KSM"
3089
+ }
3090
+ },
3091
+ "multiChainAsset": null,
3092
+ "hasValue": true,
3093
+ "icon": "vsksm.png"
3094
+ },
3095
+ "bifrost-LOCAL-vMOVR": {
3096
+ "originChain": "bifrost",
3097
+ "slug": "bifrost-LOCAL-vMOVR",
3098
+ "name": "Voucher MOVR",
3099
+ "symbol": "vMOVR",
3100
+ "decimals": 18,
3101
+ "priceId": "voucher-movr",
3102
+ "minAmount": "1000000000000",
3103
+ "assetType": "LOCAL",
3104
+ "metadata": {
3105
+ "onChainInfo": {
3106
+ "VToken": "MOVR"
3107
+ }
3108
+ },
3109
+ "multiChainAsset": null,
3110
+ "hasValue": true,
3111
+ "icon": "vmovr.png"
3112
+ },
3113
+ "bifrost-LOCAL-vBNC": {
3114
+ "originChain": "bifrost",
3115
+ "slug": "bifrost-LOCAL-vBNC",
3116
+ "name": "Voucher BNC",
3117
+ "symbol": "vBNC",
3118
+ "decimals": 12,
3119
+ "priceId": "bifrost-native-coin",
3120
+ "minAmount": "10000000000",
3121
+ "assetType": "LOCAL",
3122
+ "metadata": {
3123
+ "onChainInfo": {
3124
+ "VToken": "BNC"
3125
+ }
3126
+ },
3127
+ "multiChainAsset": null,
3128
+ "hasValue": true,
3129
+ "icon": "vbnc.png"
3130
+ },
3005
3131
  "moonbeam-LOCAL-xcUSDT": {
3006
3132
  "originChain": "moonbeam",
3007
3133
  "slug": "moonbeam-LOCAL-xcUSDT",
@@ -3268,7 +3394,7 @@
3268
3394
  "decimals": 12,
3269
3395
  "priceId": "acala-dollar",
3270
3396
  "minAmount": null,
3271
- "assetType": "LOCAL",
3397
+ "assetType": "ERC20",
3272
3398
  "metadata": {
3273
3399
  "contractAddress": "0xfFFfFFfF00000000000000010000000000000000"
3274
3400
  },
@@ -4951,6 +5077,22 @@
4951
5077
  "hasValue": true,
4952
5078
  "icon": "usdc.png"
4953
5079
  },
5080
+ "ethereum-ERC20-VERSE-0x249cA82617eC3DfB2589c4c17ab7EC9765350a18": {
5081
+ "originChain": "ethereum",
5082
+ "slug": "ethereum-ERC20-VERSE-0x249cA82617eC3DfB2589c4c17ab7EC9765350a18",
5083
+ "name": "Verse token",
5084
+ "symbol": "VERSE",
5085
+ "decimals": 18,
5086
+ "priceId": "verse-bitcoin",
5087
+ "minAmount": null,
5088
+ "assetType": "ERC20",
5089
+ "metadata": {
5090
+ "contractAddress": "0x249cA82617eC3DfB2589c4c17ab7EC9765350a18"
5091
+ },
5092
+ "multiChainAsset": null,
5093
+ "hasValue": true,
5094
+ "icon": "verse.png"
5095
+ },
4954
5096
  "ethereum-ERC20-BUSD-0x4Fabb145d64652a948d72533023f6E7A623C7C53": {
4955
5097
  "originChain": "ethereum",
4956
5098
  "slug": "ethereum-ERC20-BUSD-0x4Fabb145d64652a948d72533023f6E7A623C7C53",
@@ -5847,7 +5989,7 @@
5847
5989
  "originChain": "astar",
5848
5990
  "slug": "astar-PSP34-SERPENATORS-WCX5y1WsgPBxQqtn75jXNtHey9w4EZSEKCdjg2jX3gcA97D",
5849
5991
  "name": "AI SERPENATORS",
5850
- "decimals": 6,
5992
+ "decimals": null,
5851
5993
  "symbol": "SERPENATORS",
5852
5994
  "priceId": null,
5853
5995
  "minAmount": null,
@@ -5858,5 +6000,21 @@
5858
6000
  "hasValue": true,
5859
6001
  "multiChainAsset": null,
5860
6002
  "icon": "default.png"
6003
+ },
6004
+ "astar-PSP34-USAGII-WvyVtR9Ktvxa9fRRFJPXvEgYTU5K5Lf491xzFhMQL3haDN6": {
6005
+ "originChain": "astar",
6006
+ "slug": "astar-PSP34-USAGII-WvyVtR9Ktvxa9fRRFJPXvEgYTU5K5Lf491xzFhMQL3haDN6",
6007
+ "name": "USAGII",
6008
+ "decimals": null,
6009
+ "symbol": "USAGII",
6010
+ "priceId": null,
6011
+ "minAmount": null,
6012
+ "assetType": "PSP34",
6013
+ "metadata": {
6014
+ "contractAddress": "WvyVtR9Ktvxa9fRRFJPXvEgYTU5K5Lf491xzFhMQL3haDN6"
6015
+ },
6016
+ "hasValue": true,
6017
+ "multiChainAsset": null,
6018
+ "icon": "default.png"
5861
6019
  }
5862
6020
  }
package/logo/vbnc.png ADDED
Binary file
package/logo/vdot.png ADDED
Binary file
package/logo/verse.png ADDED
Binary file
package/logo/vglmr.png ADDED
Binary file
package/logo/vksm.png ADDED
Binary file
package/logo/vmovr.png ADDED
Binary file
package/logo/vsdot.png ADDED
Binary file
package/logo/vsksm.png ADDED
Binary file
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "./cjs/detectPackage.js"
21
21
  ],
22
22
  "type": "module",
23
- "version": "0.1.10-beta.4",
23
+ "version": "0.1.11-beta.0",
24
24
  "main": "./cjs/index.js",
25
25
  "module": "./index.js",
26
26
  "types": "./index.d.ts",
@@ -670,9 +670,17 @@
670
670
  "./logo/usdt.png": "./logo/usdt.png",
671
671
  "./logo/utopia-_-tf-alpha.png": "./logo/utopia-_-tf-alpha.png",
672
672
  "./logo/vara.png": "./logo/vara.png",
673
+ "./logo/vbnc.png": "./logo/vbnc.png",
673
674
  "./logo/vbusd.png": "./logo/vbusd.png",
675
+ "./logo/vdot.png": "./logo/vdot.png",
676
+ "./logo/verse.png": "./logo/verse.png",
677
+ "./logo/vglmr.png": "./logo/vglmr.png",
674
678
  "./logo/virto-network.png": "./logo/virto-network.png",
679
+ "./logo/vksm.png": "./logo/vksm.png",
680
+ "./logo/vmovr.png": "./logo/vmovr.png",
675
681
  "./logo/voltswap.png": "./logo/voltswap.png",
682
+ "./logo/vsdot.png": "./logo/vsdot.png",
683
+ "./logo/vsksm.png": "./logo/vsksm.png",
676
684
  "./logo/vulture-finance.png": "./logo/vulture-finance.png",
677
685
  "./logo/vusdt.png": "./logo/vusdt.png",
678
686
  "./logo/waffle.png": "./logo/waffle.png",
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.1.10-beta.4'
10
+ version: '0.1.11-beta.0'
11
11
  };