@subwallet/chain-list 0.2.40-beta.1 → 0.2.40-beta.2
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 +55 -1
- package/cjs/data/AssetLogoMap.json +2 -0
- package/cjs/data/AssetRef.json +14 -0
- package/cjs/data/ChainAsset.json +37 -1
- package/cjs/data/ChainInfo.json +2 -0
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +2 -0
- package/data/AssetRef.json +14 -0
- package/data/ChainAsset.json +37 -1
- package/data/ChainInfo.json +2 -0
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -485,6 +485,8 @@
|
|
|
485
485
|
"bittensor_testnet-native-tao": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bittensor_testnet-native-tao.png",
|
|
486
486
|
"statemint-local-pink": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-pink.png",
|
|
487
487
|
"moonbeam-local-xcpink": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-local-xcpink.png",
|
|
488
|
+
"bifrost_dot-local-vmanta": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_dot-local-vmanta.png",
|
|
489
|
+
"bifrost_dot-local-manta": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_dot-local-manta.png",
|
|
488
490
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
489
491
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
490
492
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -936,6 +938,13 @@
|
|
|
936
938
|
srcChain: "manta_network",
|
|
937
939
|
destChain: "moonbeam",
|
|
938
940
|
path: "XCM"
|
|
941
|
+
},
|
|
942
|
+
"manta_network-NATIVE-MANTA___bifrost_dot-LOCAL-MANTA": {
|
|
943
|
+
srcAsset: "manta_network-NATIVE-MANTA",
|
|
944
|
+
destAsset: "bifrost_dot-LOCAL-MANTA",
|
|
945
|
+
srcChain: "manta_network",
|
|
946
|
+
destChain: "bifrost_dot",
|
|
947
|
+
path: "XCM"
|
|
939
948
|
},
|
|
940
949
|
"manta_network-LOCAL-DOT___polkadot-NATIVE-DOT": {
|
|
941
950
|
srcAsset: "manta_network-LOCAL-DOT",
|
|
@@ -957,6 +966,13 @@
|
|
|
957
966
|
srcChain: "moonbeam",
|
|
958
967
|
destChain: "manta_network",
|
|
959
968
|
path: "XCM"
|
|
969
|
+
},
|
|
970
|
+
"bifrost_dot-LOCAL-MANTA___manta_network-NATIVE-MANTA": {
|
|
971
|
+
srcAsset: "bifrost_dot-LOCAL-MANTA",
|
|
972
|
+
destAsset: "manta_network-NATIVE-MANTA",
|
|
973
|
+
srcChain: "bifrost_dot",
|
|
974
|
+
destChain: "manta_network",
|
|
975
|
+
path: "XCM"
|
|
960
976
|
}
|
|
961
977
|
};
|
|
962
978
|
|
|
@@ -8602,7 +8618,7 @@
|
|
|
8602
8618
|
symbol: "PINK",
|
|
8603
8619
|
decimals: 10,
|
|
8604
8620
|
priceId: null,
|
|
8605
|
-
minAmount:
|
|
8621
|
+
minAmount: "1",
|
|
8606
8622
|
assetType: "LOCAL",
|
|
8607
8623
|
metadata: {
|
|
8608
8624
|
assetId: "23"
|
|
@@ -8628,6 +8644,42 @@
|
|
|
8628
8644
|
multiChainAsset: "PINK-Statemint",
|
|
8629
8645
|
hasValue: true,
|
|
8630
8646
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-local-xcpink.png"
|
|
8647
|
+
},
|
|
8648
|
+
"bifrost_dot-LOCAL-vMANTA": {
|
|
8649
|
+
originChain: "bifrost_dot",
|
|
8650
|
+
slug: "bifrost_dot-LOCAL-vMANTA",
|
|
8651
|
+
name: "Voucher MANTA",
|
|
8652
|
+
symbol: "vMANTA",
|
|
8653
|
+
decimals: 18,
|
|
8654
|
+
priceId: "bifrost-voucher-manta",
|
|
8655
|
+
minAmount: "10000000000000",
|
|
8656
|
+
assetType: "LOCAL",
|
|
8657
|
+
metadata: {
|
|
8658
|
+
onChainInfo: {
|
|
8659
|
+
VToken2: "8"
|
|
8660
|
+
}
|
|
8661
|
+
},
|
|
8662
|
+
multiChainAsset: null,
|
|
8663
|
+
hasValue: true,
|
|
8664
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_dot-local-vmanta.png"
|
|
8665
|
+
},
|
|
8666
|
+
"bifrost_dot-LOCAL-MANTA": {
|
|
8667
|
+
originChain: "bifrost_dot",
|
|
8668
|
+
slug: "bifrost_dot-LOCAL-MANTA",
|
|
8669
|
+
name: "Manta Network",
|
|
8670
|
+
symbol: "MANTA",
|
|
8671
|
+
decimals: 18,
|
|
8672
|
+
priceId: "manta-network",
|
|
8673
|
+
minAmount: "10000000000000",
|
|
8674
|
+
assetType: "LOCAL",
|
|
8675
|
+
metadata: {
|
|
8676
|
+
onChainInfo: {
|
|
8677
|
+
Token2: "8"
|
|
8678
|
+
}
|
|
8679
|
+
},
|
|
8680
|
+
multiChainAsset: "MANTA-MantaAtlantic",
|
|
8681
|
+
hasValue: true,
|
|
8682
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_dot-local-manta.png"
|
|
8631
8683
|
}
|
|
8632
8684
|
};
|
|
8633
8685
|
|
|
@@ -8639,7 +8691,9 @@
|
|
|
8639
8691
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot.png",
|
|
8640
8692
|
providers: {
|
|
8641
8693
|
RadiumBlock: "wss://polkadot.public.curie.radiumblock.co/ws",
|
|
8694
|
+
"1RPC": "wss://1rpc.io/dot",
|
|
8642
8695
|
Stakeworld: "wss://dot-rpc.stakeworld.io",
|
|
8696
|
+
LuckyFriday: "wss://rpc-polkadot.luckyfriday.io",
|
|
8643
8697
|
"Dwellir Tunisia": "wss://polkadot-rpc-tn.dwellir.com",
|
|
8644
8698
|
"IBP-GeoDNS1": "wss://rpc.ibp.network/polkadot",
|
|
8645
8699
|
"IBP-GeoDNS2": "wss://rpc.dotters.network/polkadot",
|
|
@@ -477,6 +477,8 @@
|
|
|
477
477
|
"bittensor_testnet-native-tao": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bittensor_testnet-native-tao.png",
|
|
478
478
|
"statemint-local-pink": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-pink.png",
|
|
479
479
|
"moonbeam-local-xcpink": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-local-xcpink.png",
|
|
480
|
+
"bifrost_dot-local-vmanta": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_dot-local-vmanta.png",
|
|
481
|
+
"bifrost_dot-local-manta": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_dot-local-manta.png",
|
|
480
482
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
481
483
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
482
484
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
package/cjs/data/AssetRef.json
CHANGED
|
@@ -398,6 +398,13 @@
|
|
|
398
398
|
"destChain": "moonbeam",
|
|
399
399
|
"path": "XCM"
|
|
400
400
|
},
|
|
401
|
+
"manta_network-NATIVE-MANTA___bifrost_dot-LOCAL-MANTA": {
|
|
402
|
+
"srcAsset": "manta_network-NATIVE-MANTA",
|
|
403
|
+
"destAsset": "bifrost_dot-LOCAL-MANTA",
|
|
404
|
+
"srcChain": "manta_network",
|
|
405
|
+
"destChain": "bifrost_dot",
|
|
406
|
+
"path": "XCM"
|
|
407
|
+
},
|
|
401
408
|
"manta_network-LOCAL-DOT___polkadot-NATIVE-DOT": {
|
|
402
409
|
"srcAsset": "manta_network-LOCAL-DOT",
|
|
403
410
|
"destAsset": "polkadot-NATIVE-DOT",
|
|
@@ -418,5 +425,12 @@
|
|
|
418
425
|
"srcChain": "moonbeam",
|
|
419
426
|
"destChain": "manta_network",
|
|
420
427
|
"path": "XCM"
|
|
428
|
+
},
|
|
429
|
+
"bifrost_dot-LOCAL-MANTA___manta_network-NATIVE-MANTA": {
|
|
430
|
+
"srcAsset": "bifrost_dot-LOCAL-MANTA",
|
|
431
|
+
"destAsset": "manta_network-NATIVE-MANTA",
|
|
432
|
+
"srcChain": "bifrost_dot",
|
|
433
|
+
"destChain": "manta_network",
|
|
434
|
+
"path": "XCM"
|
|
421
435
|
}
|
|
422
436
|
}
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -7640,7 +7640,7 @@
|
|
|
7640
7640
|
"symbol": "PINK",
|
|
7641
7641
|
"decimals": 10,
|
|
7642
7642
|
"priceId": null,
|
|
7643
|
-
"minAmount":
|
|
7643
|
+
"minAmount": "1",
|
|
7644
7644
|
"assetType": "LOCAL",
|
|
7645
7645
|
"metadata": {
|
|
7646
7646
|
"assetId": "23"
|
|
@@ -7666,5 +7666,41 @@
|
|
|
7666
7666
|
"multiChainAsset": "PINK-Statemint",
|
|
7667
7667
|
"hasValue": true,
|
|
7668
7668
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-local-xcpink.png"
|
|
7669
|
+
},
|
|
7670
|
+
"bifrost_dot-LOCAL-vMANTA": {
|
|
7671
|
+
"originChain": "bifrost_dot",
|
|
7672
|
+
"slug": "bifrost_dot-LOCAL-vMANTA",
|
|
7673
|
+
"name": "Voucher MANTA",
|
|
7674
|
+
"symbol": "vMANTA",
|
|
7675
|
+
"decimals": 18,
|
|
7676
|
+
"priceId": "bifrost-voucher-manta",
|
|
7677
|
+
"minAmount": "10000000000000",
|
|
7678
|
+
"assetType": "LOCAL",
|
|
7679
|
+
"metadata": {
|
|
7680
|
+
"onChainInfo": {
|
|
7681
|
+
"VToken2": "8"
|
|
7682
|
+
}
|
|
7683
|
+
},
|
|
7684
|
+
"multiChainAsset": null,
|
|
7685
|
+
"hasValue": true,
|
|
7686
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_dot-local-vmanta.png"
|
|
7687
|
+
},
|
|
7688
|
+
"bifrost_dot-LOCAL-MANTA": {
|
|
7689
|
+
"originChain": "bifrost_dot",
|
|
7690
|
+
"slug": "bifrost_dot-LOCAL-MANTA",
|
|
7691
|
+
"name": "Manta Network",
|
|
7692
|
+
"symbol": "MANTA",
|
|
7693
|
+
"decimals": 18,
|
|
7694
|
+
"priceId": "manta-network",
|
|
7695
|
+
"minAmount": "10000000000000",
|
|
7696
|
+
"assetType": "LOCAL",
|
|
7697
|
+
"metadata": {
|
|
7698
|
+
"onChainInfo": {
|
|
7699
|
+
"Token2": "8"
|
|
7700
|
+
}
|
|
7701
|
+
},
|
|
7702
|
+
"multiChainAsset": "MANTA-MantaAtlantic",
|
|
7703
|
+
"hasValue": true,
|
|
7704
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_dot-local-manta.png"
|
|
7669
7705
|
}
|
|
7670
7706
|
}
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -7,7 +7,9 @@
|
|
|
7
7
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot.png",
|
|
8
8
|
"providers": {
|
|
9
9
|
"RadiumBlock": "wss://polkadot.public.curie.radiumblock.co/ws",
|
|
10
|
+
"1RPC": "wss://1rpc.io/dot",
|
|
10
11
|
"Stakeworld": "wss://dot-rpc.stakeworld.io",
|
|
12
|
+
"LuckyFriday": "wss://rpc-polkadot.luckyfriday.io",
|
|
11
13
|
"Dwellir Tunisia": "wss://polkadot-rpc-tn.dwellir.com",
|
|
12
14
|
"IBP-GeoDNS1": "wss://rpc.ibp.network/polkadot",
|
|
13
15
|
"IBP-GeoDNS2": "wss://rpc.dotters.network/polkadot",
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -477,6 +477,8 @@
|
|
|
477
477
|
"bittensor_testnet-native-tao": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bittensor_testnet-native-tao.png",
|
|
478
478
|
"statemint-local-pink": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-pink.png",
|
|
479
479
|
"moonbeam-local-xcpink": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-local-xcpink.png",
|
|
480
|
+
"bifrost_dot-local-vmanta": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_dot-local-vmanta.png",
|
|
481
|
+
"bifrost_dot-local-manta": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_dot-local-manta.png",
|
|
480
482
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
481
483
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
482
484
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
package/data/AssetRef.json
CHANGED
|
@@ -398,6 +398,13 @@
|
|
|
398
398
|
"destChain": "moonbeam",
|
|
399
399
|
"path": "XCM"
|
|
400
400
|
},
|
|
401
|
+
"manta_network-NATIVE-MANTA___bifrost_dot-LOCAL-MANTA": {
|
|
402
|
+
"srcAsset": "manta_network-NATIVE-MANTA",
|
|
403
|
+
"destAsset": "bifrost_dot-LOCAL-MANTA",
|
|
404
|
+
"srcChain": "manta_network",
|
|
405
|
+
"destChain": "bifrost_dot",
|
|
406
|
+
"path": "XCM"
|
|
407
|
+
},
|
|
401
408
|
"manta_network-LOCAL-DOT___polkadot-NATIVE-DOT": {
|
|
402
409
|
"srcAsset": "manta_network-LOCAL-DOT",
|
|
403
410
|
"destAsset": "polkadot-NATIVE-DOT",
|
|
@@ -418,5 +425,12 @@
|
|
|
418
425
|
"srcChain": "moonbeam",
|
|
419
426
|
"destChain": "manta_network",
|
|
420
427
|
"path": "XCM"
|
|
428
|
+
},
|
|
429
|
+
"bifrost_dot-LOCAL-MANTA___manta_network-NATIVE-MANTA": {
|
|
430
|
+
"srcAsset": "bifrost_dot-LOCAL-MANTA",
|
|
431
|
+
"destAsset": "manta_network-NATIVE-MANTA",
|
|
432
|
+
"srcChain": "bifrost_dot",
|
|
433
|
+
"destChain": "manta_network",
|
|
434
|
+
"path": "XCM"
|
|
421
435
|
}
|
|
422
436
|
}
|
package/data/ChainAsset.json
CHANGED
|
@@ -7640,7 +7640,7 @@
|
|
|
7640
7640
|
"symbol": "PINK",
|
|
7641
7641
|
"decimals": 10,
|
|
7642
7642
|
"priceId": null,
|
|
7643
|
-
"minAmount":
|
|
7643
|
+
"minAmount": "1",
|
|
7644
7644
|
"assetType": "LOCAL",
|
|
7645
7645
|
"metadata": {
|
|
7646
7646
|
"assetId": "23"
|
|
@@ -7666,5 +7666,41 @@
|
|
|
7666
7666
|
"multiChainAsset": "PINK-Statemint",
|
|
7667
7667
|
"hasValue": true,
|
|
7668
7668
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-local-xcpink.png"
|
|
7669
|
+
},
|
|
7670
|
+
"bifrost_dot-LOCAL-vMANTA": {
|
|
7671
|
+
"originChain": "bifrost_dot",
|
|
7672
|
+
"slug": "bifrost_dot-LOCAL-vMANTA",
|
|
7673
|
+
"name": "Voucher MANTA",
|
|
7674
|
+
"symbol": "vMANTA",
|
|
7675
|
+
"decimals": 18,
|
|
7676
|
+
"priceId": "bifrost-voucher-manta",
|
|
7677
|
+
"minAmount": "10000000000000",
|
|
7678
|
+
"assetType": "LOCAL",
|
|
7679
|
+
"metadata": {
|
|
7680
|
+
"onChainInfo": {
|
|
7681
|
+
"VToken2": "8"
|
|
7682
|
+
}
|
|
7683
|
+
},
|
|
7684
|
+
"multiChainAsset": null,
|
|
7685
|
+
"hasValue": true,
|
|
7686
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_dot-local-vmanta.png"
|
|
7687
|
+
},
|
|
7688
|
+
"bifrost_dot-LOCAL-MANTA": {
|
|
7689
|
+
"originChain": "bifrost_dot",
|
|
7690
|
+
"slug": "bifrost_dot-LOCAL-MANTA",
|
|
7691
|
+
"name": "Manta Network",
|
|
7692
|
+
"symbol": "MANTA",
|
|
7693
|
+
"decimals": 18,
|
|
7694
|
+
"priceId": "manta-network",
|
|
7695
|
+
"minAmount": "10000000000000",
|
|
7696
|
+
"assetType": "LOCAL",
|
|
7697
|
+
"metadata": {
|
|
7698
|
+
"onChainInfo": {
|
|
7699
|
+
"Token2": "8"
|
|
7700
|
+
}
|
|
7701
|
+
},
|
|
7702
|
+
"multiChainAsset": "MANTA-MantaAtlantic",
|
|
7703
|
+
"hasValue": true,
|
|
7704
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_dot-local-manta.png"
|
|
7669
7705
|
}
|
|
7670
7706
|
}
|
package/data/ChainInfo.json
CHANGED
|
@@ -7,7 +7,9 @@
|
|
|
7
7
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot.png",
|
|
8
8
|
"providers": {
|
|
9
9
|
"RadiumBlock": "wss://polkadot.public.curie.radiumblock.co/ws",
|
|
10
|
+
"1RPC": "wss://1rpc.io/dot",
|
|
10
11
|
"Stakeworld": "wss://dot-rpc.stakeworld.io",
|
|
12
|
+
"LuckyFriday": "wss://rpc-polkadot.luckyfriday.io",
|
|
11
13
|
"Dwellir Tunisia": "wss://polkadot-rpc-tn.dwellir.com",
|
|
12
14
|
"IBP-GeoDNS1": "wss://rpc.ibp.network/polkadot",
|
|
13
15
|
"IBP-GeoDNS2": "wss://rpc.dotters.network/polkadot",
|
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.40-beta.
|
|
10
|
+
version: '0.2.40-beta.2'
|
|
11
11
|
};
|