@subwallet/chain-list 0.2.66-beta.5 → 0.2.66-beta.6
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 +23 -15
- package/cjs/data/AssetLogoMap.json +2 -1
- package/cjs/data/ChainAsset.json +13 -13
- package/cjs/data/ChainInfo.json +1 -3
- package/cjs/data/MultiChainAsset.json +9 -0
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +2 -1
- package/data/ChainAsset.json +13 -13
- package/data/ChainInfo.json +1 -3
- package/data/MultiChainAsset.json +9 -0
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -676,6 +676,7 @@
|
|
|
676
676
|
"ngnc.s-stellarngnc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ngnc.s-stellarngnc.png",
|
|
677
677
|
"wud-gavunwud": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/wud-gavunwud.png",
|
|
678
678
|
"wifd-dogwifdots": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/wifd-dogwifdots.png",
|
|
679
|
+
"btc-bitcoin": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/btc-bitcoin.png",
|
|
679
680
|
"custom-moonbeam-erc20-cp-0x6021d2c27b6fbd6e7608d1f39b41398caee2f824": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/cp_77d5363018.png",
|
|
680
681
|
"custom-aleph-psp22-zpf-5eskjbkpva1ppucmrkcmazdhqm9shihws9uqqsoi4vrdcdle": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/zpf_2f06de3f07.png",
|
|
681
682
|
"custom-custom-substrate-gosnetwork-native-gos": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png",
|
|
@@ -11343,11 +11344,11 @@
|
|
|
11343
11344
|
name: "Bitcoin",
|
|
11344
11345
|
symbol: "BTC",
|
|
11345
11346
|
decimals: 18,
|
|
11346
|
-
priceId:
|
|
11347
|
+
priceId: "bitcoin",
|
|
11347
11348
|
minAmount: "0",
|
|
11348
11349
|
assetType: "NATIVE",
|
|
11349
11350
|
metadata: null,
|
|
11350
|
-
multiChainAsset:
|
|
11351
|
+
multiChainAsset: "BTC-Bitcoin",
|
|
11351
11352
|
hasValue: true,
|
|
11352
11353
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bitlayer-native-btc.png"
|
|
11353
11354
|
},
|
|
@@ -11399,11 +11400,11 @@
|
|
|
11399
11400
|
name: "Bitcoin",
|
|
11400
11401
|
symbol: "BTC",
|
|
11401
11402
|
decimals: 18,
|
|
11402
|
-
priceId:
|
|
11403
|
+
priceId: "bitcoin",
|
|
11403
11404
|
minAmount: "0",
|
|
11404
11405
|
assetType: "NATIVE",
|
|
11405
11406
|
metadata: null,
|
|
11406
|
-
multiChainAsset:
|
|
11407
|
+
multiChainAsset: "BTC-Bitcoin",
|
|
11407
11408
|
hasValue: true,
|
|
11408
11409
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/b2-native-btc.png"
|
|
11409
11410
|
},
|
|
@@ -11413,13 +11414,13 @@
|
|
|
11413
11414
|
name: "Bitlayer-Peg USDT",
|
|
11414
11415
|
symbol: "USDT",
|
|
11415
11416
|
decimals: 6,
|
|
11416
|
-
priceId:
|
|
11417
|
+
priceId: "tether",
|
|
11417
11418
|
minAmount: "0",
|
|
11418
11419
|
assetType: "ERC20",
|
|
11419
11420
|
metadata: {
|
|
11420
11421
|
contractAddress: "0xfe9f969faf8ad72a83b761138bf25de87eff9dd2"
|
|
11421
11422
|
},
|
|
11422
|
-
multiChainAsset:
|
|
11423
|
+
multiChainAsset: "USDT-Tether",
|
|
11423
11424
|
hasValue: true,
|
|
11424
11425
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bitlayer-erc20-usdt-0xfe9f969faf8ad72a83b761138bf25de87eff9dd2.png"
|
|
11425
11426
|
},
|
|
@@ -11429,13 +11430,13 @@
|
|
|
11429
11430
|
name: "Bitlayer-Peg USDC",
|
|
11430
11431
|
symbol: "USDC",
|
|
11431
11432
|
decimals: 6,
|
|
11432
|
-
priceId:
|
|
11433
|
+
priceId: "usd-coin",
|
|
11433
11434
|
minAmount: "0",
|
|
11434
11435
|
assetType: "ERC20",
|
|
11435
11436
|
metadata: {
|
|
11436
11437
|
contractAddress: "0x9827431e8b77e87c9894bd50b055d6be56be0030"
|
|
11437
11438
|
},
|
|
11438
|
-
multiChainAsset:
|
|
11439
|
+
multiChainAsset: "USDC-USDCoin",
|
|
11439
11440
|
hasValue: true,
|
|
11440
11441
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bitlayer-erc20-usdc-0x9827431e8b77e87c9894bd50b055d6be56be0030.png"
|
|
11441
11442
|
},
|
|
@@ -11445,13 +11446,13 @@
|
|
|
11445
11446
|
name: "Bitlayer-Peg ETH",
|
|
11446
11447
|
symbol: "ETH",
|
|
11447
11448
|
decimals: 18,
|
|
11448
|
-
priceId:
|
|
11449
|
+
priceId: "ethereum",
|
|
11449
11450
|
minAmount: "0",
|
|
11450
11451
|
assetType: "ERC20",
|
|
11451
11452
|
metadata: {
|
|
11452
11453
|
contractAddress: "0xef63d4e178b3180beec9b0e143e0f37f4c93f4c2"
|
|
11453
11454
|
},
|
|
11454
|
-
multiChainAsset:
|
|
11455
|
+
multiChainAsset: "ETH-Ethereum",
|
|
11455
11456
|
hasValue: true,
|
|
11456
11457
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bitlayer-erc20-eth-0xef63d4e178b3180beec9b0e143e0f37f4c93f4c2.png"
|
|
11457
11458
|
},
|
|
@@ -12040,7 +12041,7 @@
|
|
|
12040
12041
|
minAmount: "0",
|
|
12041
12042
|
assetType: "NATIVE",
|
|
12042
12043
|
metadata: null,
|
|
12043
|
-
multiChainAsset:
|
|
12044
|
+
multiChainAsset: "BTC-Bitcoin",
|
|
12044
12045
|
hasValue: true,
|
|
12045
12046
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bitcoin-native-btc.png"
|
|
12046
12047
|
},
|
|
@@ -12543,7 +12544,7 @@
|
|
|
12543
12544
|
"aleph-PSP22-INW2-5EA7h2xCP9TkAwEQ8Km2b7aQChPKVCqcS2BJWqYavoXiEsfx": {
|
|
12544
12545
|
originChain: "aleph",
|
|
12545
12546
|
slug: "aleph-PSP22-INW2-5EA7h2xCP9TkAwEQ8Km2b7aQChPKVCqcS2BJWqYavoXiEsfx",
|
|
12546
|
-
name: "Ink Whale Token
|
|
12547
|
+
name: "Ink Whale Token V2",
|
|
12547
12548
|
symbol: "INW2",
|
|
12548
12549
|
decimals: 12,
|
|
12549
12550
|
priceId: null,
|
|
@@ -12600,7 +12601,6 @@
|
|
|
12600
12601
|
"IBP-GeoDNS1": "wss://rpc.ibp.network/polkadot",
|
|
12601
12602
|
"Light Client": "light://substrate-connect/polkadot",
|
|
12602
12603
|
BlockOps: "wss://polkadot-public-rpc.blockops.network/ws",
|
|
12603
|
-
RockX: "wss://rockx-dot.w3node.com/polka-public-dot/ws",
|
|
12604
12604
|
Allnodes: "wss://polkadot-rpc.publicnode.com"
|
|
12605
12605
|
},
|
|
12606
12606
|
evmInfo: null,
|
|
@@ -12640,8 +12640,7 @@
|
|
|
12640
12640
|
Stakeworld: "wss://ksm-rpc.stakeworld.io",
|
|
12641
12641
|
"IBP-GeoDNS1": "wss://rpc.ibp.network/kusama",
|
|
12642
12642
|
"Light Client": "light://substrate-connect/kusama",
|
|
12643
|
-
Allnodes: "wss://kusama-rpc.publicnode.com"
|
|
12644
|
-
RockX: "wss://rockx-ksm.w3node.com/polka-public-ksm/ws"
|
|
12643
|
+
Allnodes: "wss://kusama-rpc.publicnode.com"
|
|
12645
12644
|
},
|
|
12646
12645
|
evmInfo: null,
|
|
12647
12646
|
substrateInfo: {
|
|
@@ -22891,6 +22890,15 @@
|
|
|
22891
22890
|
priceId: null,
|
|
22892
22891
|
hasValue: true,
|
|
22893
22892
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/wifd-dogwifdots.png"
|
|
22893
|
+
},
|
|
22894
|
+
"BTC-Bitcoin": {
|
|
22895
|
+
slug: "BTC-Bitcoin",
|
|
22896
|
+
originChainAsset: "bitcoin-NATIVE-BTC",
|
|
22897
|
+
name: "Bitcoin",
|
|
22898
|
+
symbol: "BTC",
|
|
22899
|
+
priceId: "bitcoin",
|
|
22900
|
+
hasValue: true,
|
|
22901
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/btc-bitcoin.png"
|
|
22894
22902
|
}
|
|
22895
22903
|
};
|
|
22896
22904
|
|
|
@@ -668,8 +668,9 @@
|
|
|
668
668
|
"ngnc.s-stellarngnc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ngnc.s-stellarngnc.png",
|
|
669
669
|
"wud-gavunwud": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/wud-gavunwud.png",
|
|
670
670
|
"wifd-dogwifdots": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/wifd-dogwifdots.png",
|
|
671
|
+
"btc-bitcoin": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/btc-bitcoin.png",
|
|
671
672
|
"custom-moonbeam-erc20-cp-0x6021d2c27b6fbd6e7608d1f39b41398caee2f824": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/cp_77d5363018.png",
|
|
672
673
|
"custom-aleph-psp22-zpf-5eskjbkpva1ppucmrkcmazdhqm9shihws9uqqsoi4vrdcdle": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/zpf_2f06de3f07.png",
|
|
673
674
|
"custom-custom-substrate-gosnetwork-native-gos": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png",
|
|
674
675
|
"custom-custom-substrate-gosspectral-native-gost": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png"
|
|
675
|
-
}
|
|
676
|
+
}
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -9016,11 +9016,11 @@
|
|
|
9016
9016
|
"name": "Bitcoin",
|
|
9017
9017
|
"symbol": "BTC",
|
|
9018
9018
|
"decimals": 18,
|
|
9019
|
-
"priceId":
|
|
9019
|
+
"priceId": "bitcoin",
|
|
9020
9020
|
"minAmount": "0",
|
|
9021
9021
|
"assetType": "NATIVE",
|
|
9022
9022
|
"metadata": null,
|
|
9023
|
-
"multiChainAsset":
|
|
9023
|
+
"multiChainAsset": "BTC-Bitcoin",
|
|
9024
9024
|
"hasValue": true,
|
|
9025
9025
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bitlayer-native-btc.png"
|
|
9026
9026
|
},
|
|
@@ -9072,11 +9072,11 @@
|
|
|
9072
9072
|
"name": "Bitcoin",
|
|
9073
9073
|
"symbol": "BTC",
|
|
9074
9074
|
"decimals": 18,
|
|
9075
|
-
"priceId":
|
|
9075
|
+
"priceId": "bitcoin",
|
|
9076
9076
|
"minAmount": "0",
|
|
9077
9077
|
"assetType": "NATIVE",
|
|
9078
9078
|
"metadata": null,
|
|
9079
|
-
"multiChainAsset":
|
|
9079
|
+
"multiChainAsset": "BTC-Bitcoin",
|
|
9080
9080
|
"hasValue": true,
|
|
9081
9081
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/b2-native-btc.png"
|
|
9082
9082
|
},
|
|
@@ -9086,13 +9086,13 @@
|
|
|
9086
9086
|
"name": "Bitlayer-Peg USDT",
|
|
9087
9087
|
"symbol": "USDT",
|
|
9088
9088
|
"decimals": 6,
|
|
9089
|
-
"priceId":
|
|
9089
|
+
"priceId": "tether",
|
|
9090
9090
|
"minAmount": "0",
|
|
9091
9091
|
"assetType": "ERC20",
|
|
9092
9092
|
"metadata": {
|
|
9093
9093
|
"contractAddress": "0xfe9f969faf8ad72a83b761138bf25de87eff9dd2"
|
|
9094
9094
|
},
|
|
9095
|
-
"multiChainAsset":
|
|
9095
|
+
"multiChainAsset": "USDT-Tether",
|
|
9096
9096
|
"hasValue": true,
|
|
9097
9097
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bitlayer-erc20-usdt-0xfe9f969faf8ad72a83b761138bf25de87eff9dd2.png"
|
|
9098
9098
|
},
|
|
@@ -9102,13 +9102,13 @@
|
|
|
9102
9102
|
"name": "Bitlayer-Peg USDC",
|
|
9103
9103
|
"symbol": "USDC",
|
|
9104
9104
|
"decimals": 6,
|
|
9105
|
-
"priceId":
|
|
9105
|
+
"priceId": "usd-coin",
|
|
9106
9106
|
"minAmount": "0",
|
|
9107
9107
|
"assetType": "ERC20",
|
|
9108
9108
|
"metadata": {
|
|
9109
9109
|
"contractAddress": "0x9827431e8b77e87c9894bd50b055d6be56be0030"
|
|
9110
9110
|
},
|
|
9111
|
-
"multiChainAsset":
|
|
9111
|
+
"multiChainAsset": "USDC-USDCoin",
|
|
9112
9112
|
"hasValue": true,
|
|
9113
9113
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bitlayer-erc20-usdc-0x9827431e8b77e87c9894bd50b055d6be56be0030.png"
|
|
9114
9114
|
},
|
|
@@ -9118,13 +9118,13 @@
|
|
|
9118
9118
|
"name": "Bitlayer-Peg ETH",
|
|
9119
9119
|
"symbol": "ETH",
|
|
9120
9120
|
"decimals": 18,
|
|
9121
|
-
"priceId":
|
|
9121
|
+
"priceId": "ethereum",
|
|
9122
9122
|
"minAmount": "0",
|
|
9123
9123
|
"assetType": "ERC20",
|
|
9124
9124
|
"metadata": {
|
|
9125
9125
|
"contractAddress": "0xef63d4e178b3180beec9b0e143e0f37f4c93f4c2"
|
|
9126
9126
|
},
|
|
9127
|
-
"multiChainAsset":
|
|
9127
|
+
"multiChainAsset": "ETH-Ethereum",
|
|
9128
9128
|
"hasValue": true,
|
|
9129
9129
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bitlayer-erc20-eth-0xef63d4e178b3180beec9b0e143e0f37f4c93f4c2.png"
|
|
9130
9130
|
},
|
|
@@ -9713,7 +9713,7 @@
|
|
|
9713
9713
|
"minAmount": "0",
|
|
9714
9714
|
"assetType": "NATIVE",
|
|
9715
9715
|
"metadata": null,
|
|
9716
|
-
"multiChainAsset":
|
|
9716
|
+
"multiChainAsset": "BTC-Bitcoin",
|
|
9717
9717
|
"hasValue": true,
|
|
9718
9718
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bitcoin-native-btc.png"
|
|
9719
9719
|
},
|
|
@@ -10216,7 +10216,7 @@
|
|
|
10216
10216
|
"aleph-PSP22-INW2-5EA7h2xCP9TkAwEQ8Km2b7aQChPKVCqcS2BJWqYavoXiEsfx": {
|
|
10217
10217
|
"originChain": "aleph",
|
|
10218
10218
|
"slug": "aleph-PSP22-INW2-5EA7h2xCP9TkAwEQ8Km2b7aQChPKVCqcS2BJWqYavoXiEsfx",
|
|
10219
|
-
"name": "Ink Whale Token
|
|
10219
|
+
"name": "Ink Whale Token V2",
|
|
10220
10220
|
"symbol": "INW2",
|
|
10221
10221
|
"decimals": 12,
|
|
10222
10222
|
"priceId": null,
|
|
@@ -10259,4 +10259,4 @@
|
|
|
10259
10259
|
"hasValue": false,
|
|
10260
10260
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/sepolia_ethereum-erc20-weth-0xfff9976782d46cc05630d1f6ebab18b2324d6b14.png"
|
|
10261
10261
|
}
|
|
10262
|
-
}
|
|
10262
|
+
}
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -11,7 +11,6 @@
|
|
|
11
11
|
"IBP-GeoDNS1": "wss://rpc.ibp.network/polkadot",
|
|
12
12
|
"Light Client": "light://substrate-connect/polkadot",
|
|
13
13
|
"BlockOps": "wss://polkadot-public-rpc.blockops.network/ws",
|
|
14
|
-
"RockX": "wss://rockx-dot.w3node.com/polka-public-dot/ws",
|
|
15
14
|
"Allnodes": "wss://polkadot-rpc.publicnode.com"
|
|
16
15
|
},
|
|
17
16
|
"evmInfo": null,
|
|
@@ -50,8 +49,7 @@
|
|
|
50
49
|
"Stakeworld": "wss://ksm-rpc.stakeworld.io",
|
|
51
50
|
"IBP-GeoDNS1": "wss://rpc.ibp.network/kusama",
|
|
52
51
|
"Light Client": "light://substrate-connect/kusama",
|
|
53
|
-
"Allnodes": "wss://kusama-rpc.publicnode.com"
|
|
54
|
-
"RockX": "wss://rockx-ksm.w3node.com/polka-public-ksm/ws"
|
|
52
|
+
"Allnodes": "wss://kusama-rpc.publicnode.com"
|
|
55
53
|
},
|
|
56
54
|
"evmInfo": null,
|
|
57
55
|
"substrateInfo": {
|
|
@@ -556,5 +556,14 @@
|
|
|
556
556
|
"priceId": null,
|
|
557
557
|
"hasValue": true,
|
|
558
558
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/wifd-dogwifdots.png"
|
|
559
|
+
},
|
|
560
|
+
"BTC-Bitcoin": {
|
|
561
|
+
"slug": "BTC-Bitcoin",
|
|
562
|
+
"originChainAsset": "bitcoin-NATIVE-BTC",
|
|
563
|
+
"name": "Bitcoin",
|
|
564
|
+
"symbol": "BTC",
|
|
565
|
+
"priceId": "bitcoin",
|
|
566
|
+
"hasValue": true,
|
|
567
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/btc-bitcoin.png"
|
|
559
568
|
}
|
|
560
569
|
}
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -668,8 +668,9 @@
|
|
|
668
668
|
"ngnc.s-stellarngnc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ngnc.s-stellarngnc.png",
|
|
669
669
|
"wud-gavunwud": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/wud-gavunwud.png",
|
|
670
670
|
"wifd-dogwifdots": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/wifd-dogwifdots.png",
|
|
671
|
+
"btc-bitcoin": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/btc-bitcoin.png",
|
|
671
672
|
"custom-moonbeam-erc20-cp-0x6021d2c27b6fbd6e7608d1f39b41398caee2f824": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/cp_77d5363018.png",
|
|
672
673
|
"custom-aleph-psp22-zpf-5eskjbkpva1ppucmrkcmazdhqm9shihws9uqqsoi4vrdcdle": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/zpf_2f06de3f07.png",
|
|
673
674
|
"custom-custom-substrate-gosnetwork-native-gos": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png",
|
|
674
675
|
"custom-custom-substrate-gosspectral-native-gost": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png"
|
|
675
|
-
}
|
|
676
|
+
}
|
package/data/ChainAsset.json
CHANGED
|
@@ -9016,11 +9016,11 @@
|
|
|
9016
9016
|
"name": "Bitcoin",
|
|
9017
9017
|
"symbol": "BTC",
|
|
9018
9018
|
"decimals": 18,
|
|
9019
|
-
"priceId":
|
|
9019
|
+
"priceId": "bitcoin",
|
|
9020
9020
|
"minAmount": "0",
|
|
9021
9021
|
"assetType": "NATIVE",
|
|
9022
9022
|
"metadata": null,
|
|
9023
|
-
"multiChainAsset":
|
|
9023
|
+
"multiChainAsset": "BTC-Bitcoin",
|
|
9024
9024
|
"hasValue": true,
|
|
9025
9025
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bitlayer-native-btc.png"
|
|
9026
9026
|
},
|
|
@@ -9072,11 +9072,11 @@
|
|
|
9072
9072
|
"name": "Bitcoin",
|
|
9073
9073
|
"symbol": "BTC",
|
|
9074
9074
|
"decimals": 18,
|
|
9075
|
-
"priceId":
|
|
9075
|
+
"priceId": "bitcoin",
|
|
9076
9076
|
"minAmount": "0",
|
|
9077
9077
|
"assetType": "NATIVE",
|
|
9078
9078
|
"metadata": null,
|
|
9079
|
-
"multiChainAsset":
|
|
9079
|
+
"multiChainAsset": "BTC-Bitcoin",
|
|
9080
9080
|
"hasValue": true,
|
|
9081
9081
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/b2-native-btc.png"
|
|
9082
9082
|
},
|
|
@@ -9086,13 +9086,13 @@
|
|
|
9086
9086
|
"name": "Bitlayer-Peg USDT",
|
|
9087
9087
|
"symbol": "USDT",
|
|
9088
9088
|
"decimals": 6,
|
|
9089
|
-
"priceId":
|
|
9089
|
+
"priceId": "tether",
|
|
9090
9090
|
"minAmount": "0",
|
|
9091
9091
|
"assetType": "ERC20",
|
|
9092
9092
|
"metadata": {
|
|
9093
9093
|
"contractAddress": "0xfe9f969faf8ad72a83b761138bf25de87eff9dd2"
|
|
9094
9094
|
},
|
|
9095
|
-
"multiChainAsset":
|
|
9095
|
+
"multiChainAsset": "USDT-Tether",
|
|
9096
9096
|
"hasValue": true,
|
|
9097
9097
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bitlayer-erc20-usdt-0xfe9f969faf8ad72a83b761138bf25de87eff9dd2.png"
|
|
9098
9098
|
},
|
|
@@ -9102,13 +9102,13 @@
|
|
|
9102
9102
|
"name": "Bitlayer-Peg USDC",
|
|
9103
9103
|
"symbol": "USDC",
|
|
9104
9104
|
"decimals": 6,
|
|
9105
|
-
"priceId":
|
|
9105
|
+
"priceId": "usd-coin",
|
|
9106
9106
|
"minAmount": "0",
|
|
9107
9107
|
"assetType": "ERC20",
|
|
9108
9108
|
"metadata": {
|
|
9109
9109
|
"contractAddress": "0x9827431e8b77e87c9894bd50b055d6be56be0030"
|
|
9110
9110
|
},
|
|
9111
|
-
"multiChainAsset":
|
|
9111
|
+
"multiChainAsset": "USDC-USDCoin",
|
|
9112
9112
|
"hasValue": true,
|
|
9113
9113
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bitlayer-erc20-usdc-0x9827431e8b77e87c9894bd50b055d6be56be0030.png"
|
|
9114
9114
|
},
|
|
@@ -9118,13 +9118,13 @@
|
|
|
9118
9118
|
"name": "Bitlayer-Peg ETH",
|
|
9119
9119
|
"symbol": "ETH",
|
|
9120
9120
|
"decimals": 18,
|
|
9121
|
-
"priceId":
|
|
9121
|
+
"priceId": "ethereum",
|
|
9122
9122
|
"minAmount": "0",
|
|
9123
9123
|
"assetType": "ERC20",
|
|
9124
9124
|
"metadata": {
|
|
9125
9125
|
"contractAddress": "0xef63d4e178b3180beec9b0e143e0f37f4c93f4c2"
|
|
9126
9126
|
},
|
|
9127
|
-
"multiChainAsset":
|
|
9127
|
+
"multiChainAsset": "ETH-Ethereum",
|
|
9128
9128
|
"hasValue": true,
|
|
9129
9129
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bitlayer-erc20-eth-0xef63d4e178b3180beec9b0e143e0f37f4c93f4c2.png"
|
|
9130
9130
|
},
|
|
@@ -9713,7 +9713,7 @@
|
|
|
9713
9713
|
"minAmount": "0",
|
|
9714
9714
|
"assetType": "NATIVE",
|
|
9715
9715
|
"metadata": null,
|
|
9716
|
-
"multiChainAsset":
|
|
9716
|
+
"multiChainAsset": "BTC-Bitcoin",
|
|
9717
9717
|
"hasValue": true,
|
|
9718
9718
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bitcoin-native-btc.png"
|
|
9719
9719
|
},
|
|
@@ -10216,7 +10216,7 @@
|
|
|
10216
10216
|
"aleph-PSP22-INW2-5EA7h2xCP9TkAwEQ8Km2b7aQChPKVCqcS2BJWqYavoXiEsfx": {
|
|
10217
10217
|
"originChain": "aleph",
|
|
10218
10218
|
"slug": "aleph-PSP22-INW2-5EA7h2xCP9TkAwEQ8Km2b7aQChPKVCqcS2BJWqYavoXiEsfx",
|
|
10219
|
-
"name": "Ink Whale Token
|
|
10219
|
+
"name": "Ink Whale Token V2",
|
|
10220
10220
|
"symbol": "INW2",
|
|
10221
10221
|
"decimals": 12,
|
|
10222
10222
|
"priceId": null,
|
|
@@ -10259,4 +10259,4 @@
|
|
|
10259
10259
|
"hasValue": false,
|
|
10260
10260
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/sepolia_ethereum-erc20-weth-0xfff9976782d46cc05630d1f6ebab18b2324d6b14.png"
|
|
10261
10261
|
}
|
|
10262
|
-
}
|
|
10262
|
+
}
|
package/data/ChainInfo.json
CHANGED
|
@@ -11,7 +11,6 @@
|
|
|
11
11
|
"IBP-GeoDNS1": "wss://rpc.ibp.network/polkadot",
|
|
12
12
|
"Light Client": "light://substrate-connect/polkadot",
|
|
13
13
|
"BlockOps": "wss://polkadot-public-rpc.blockops.network/ws",
|
|
14
|
-
"RockX": "wss://rockx-dot.w3node.com/polka-public-dot/ws",
|
|
15
14
|
"Allnodes": "wss://polkadot-rpc.publicnode.com"
|
|
16
15
|
},
|
|
17
16
|
"evmInfo": null,
|
|
@@ -50,8 +49,7 @@
|
|
|
50
49
|
"Stakeworld": "wss://ksm-rpc.stakeworld.io",
|
|
51
50
|
"IBP-GeoDNS1": "wss://rpc.ibp.network/kusama",
|
|
52
51
|
"Light Client": "light://substrate-connect/kusama",
|
|
53
|
-
"Allnodes": "wss://kusama-rpc.publicnode.com"
|
|
54
|
-
"RockX": "wss://rockx-ksm.w3node.com/polka-public-ksm/ws"
|
|
52
|
+
"Allnodes": "wss://kusama-rpc.publicnode.com"
|
|
55
53
|
},
|
|
56
54
|
"evmInfo": null,
|
|
57
55
|
"substrateInfo": {
|
|
@@ -556,5 +556,14 @@
|
|
|
556
556
|
"priceId": null,
|
|
557
557
|
"hasValue": true,
|
|
558
558
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/wifd-dogwifdots.png"
|
|
559
|
+
},
|
|
560
|
+
"BTC-Bitcoin": {
|
|
561
|
+
"slug": "BTC-Bitcoin",
|
|
562
|
+
"originChainAsset": "bitcoin-NATIVE-BTC",
|
|
563
|
+
"name": "Bitcoin",
|
|
564
|
+
"symbol": "BTC",
|
|
565
|
+
"priceId": "bitcoin",
|
|
566
|
+
"hasValue": true,
|
|
567
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/btc-bitcoin.png"
|
|
559
568
|
}
|
|
560
569
|
}
|
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.66-beta.
|
|
10
|
+
version: '0.2.66-beta.6'
|
|
11
11
|
};
|