@subwallet/chain-list 0.1.8-beta.0 → 0.1.8-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 +5 -5
- package/cjs/data/AssetLogoMap.json +2 -2
- package/cjs/data/ChainAsset.json +3 -3
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +2 -2
- package/data/ChainAsset.json +3 -3
- package/logo/arbitrum.png +0 -0
- package/logo/bifrost.png +0 -0
- package/logo/litentry.png +0 -0
- package/logo/pendulum.png +0 -0
- package/package.json +2 -1
- package/packageInfo.js +1 -1
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
var xcintr = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/interlay.png";
|
|
29
29
|
var xcibtc = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/ibtc.png";
|
|
30
30
|
var xcaca = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/acala.png";
|
|
31
|
-
var xcausd = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/
|
|
31
|
+
var xcausd = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/ausd.png";
|
|
32
32
|
var mfbb = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png";
|
|
33
33
|
var weth = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/ethereum.png";
|
|
34
34
|
var usdt = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/usdt.png";
|
|
@@ -253,7 +253,7 @@
|
|
|
253
253
|
var cat = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png";
|
|
254
254
|
var exrp = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png";
|
|
255
255
|
var moonpets = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png";
|
|
256
|
-
var vara = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/
|
|
256
|
+
var vara = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/vara.png";
|
|
257
257
|
const _AssetLogoMap = {
|
|
258
258
|
"default": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png",
|
|
259
259
|
dot: dot,
|
|
@@ -1204,7 +1204,7 @@
|
|
|
1204
1204
|
},
|
|
1205
1205
|
multiChainAsset: "aUSD-AcalaDollar",
|
|
1206
1206
|
hasValue: true,
|
|
1207
|
-
icon: "
|
|
1207
|
+
icon: "ausd.png"
|
|
1208
1208
|
},
|
|
1209
1209
|
"moonbeam-ERC721-MFBB-0x02a6dec99b2ca768d638fcd87a96f6069f91287c": {
|
|
1210
1210
|
originChain: "moonbeam",
|
|
@@ -3702,7 +3702,7 @@
|
|
|
3702
3702
|
},
|
|
3703
3703
|
multiChainAsset: "aUSD-KaruraDollar",
|
|
3704
3704
|
hasValue: true,
|
|
3705
|
-
icon: "
|
|
3705
|
+
icon: "ausd.png"
|
|
3706
3706
|
},
|
|
3707
3707
|
"moonriver-LOCAL-xcKINT": {
|
|
3708
3708
|
originChain: "moonriver",
|
|
@@ -6359,7 +6359,7 @@
|
|
|
6359
6359
|
metadata: null,
|
|
6360
6360
|
multiChainAsset: null,
|
|
6361
6361
|
hasValue: true,
|
|
6362
|
-
icon: "
|
|
6362
|
+
icon: "vara.png"
|
|
6363
6363
|
},
|
|
6364
6364
|
"snow_evm-NATIVE-ICZ": {
|
|
6365
6365
|
originChain: "snow_evm",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"xcintr": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/interlay.png",
|
|
23
23
|
"xcibtc": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/ibtc.png",
|
|
24
24
|
"xcaca": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/acala.png",
|
|
25
|
-
"xcausd": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/
|
|
25
|
+
"xcausd": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/ausd.png",
|
|
26
26
|
"mfbb": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png",
|
|
27
27
|
"weth": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/ethereum.png",
|
|
28
28
|
"usdt": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/usdt.png",
|
|
@@ -248,5 +248,5 @@
|
|
|
248
248
|
"cat": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png",
|
|
249
249
|
"exrp": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png",
|
|
250
250
|
"moonpets": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png",
|
|
251
|
-
"vara": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/
|
|
251
|
+
"vara": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/vara.png"
|
|
252
252
|
}
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -482,7 +482,7 @@
|
|
|
482
482
|
},
|
|
483
483
|
"multiChainAsset": "aUSD-AcalaDollar",
|
|
484
484
|
"hasValue": true,
|
|
485
|
-
"icon": "
|
|
485
|
+
"icon": "ausd.png"
|
|
486
486
|
},
|
|
487
487
|
"moonbeam-ERC721-MFBB-0x02a6dec99b2ca768d638fcd87a96f6069f91287c": {
|
|
488
488
|
"originChain": "moonbeam",
|
|
@@ -2980,7 +2980,7 @@
|
|
|
2980
2980
|
},
|
|
2981
2981
|
"multiChainAsset": "aUSD-KaruraDollar",
|
|
2982
2982
|
"hasValue": true,
|
|
2983
|
-
"icon": "
|
|
2983
|
+
"icon": "ausd.png"
|
|
2984
2984
|
},
|
|
2985
2985
|
"moonriver-LOCAL-xcKINT": {
|
|
2986
2986
|
"originChain": "moonriver",
|
|
@@ -5637,7 +5637,7 @@
|
|
|
5637
5637
|
"metadata": null,
|
|
5638
5638
|
"multiChainAsset": null,
|
|
5639
5639
|
"hasValue": true,
|
|
5640
|
-
"icon": "
|
|
5640
|
+
"icon": "vara.png"
|
|
5641
5641
|
},
|
|
5642
5642
|
"snow_evm-NATIVE-ICZ": {
|
|
5643
5643
|
"originChain": "snow_evm",
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"xcintr": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/interlay.png",
|
|
23
23
|
"xcibtc": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/ibtc.png",
|
|
24
24
|
"xcaca": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/acala.png",
|
|
25
|
-
"xcausd": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/
|
|
25
|
+
"xcausd": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/ausd.png",
|
|
26
26
|
"mfbb": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png",
|
|
27
27
|
"weth": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/ethereum.png",
|
|
28
28
|
"usdt": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/usdt.png",
|
|
@@ -248,5 +248,5 @@
|
|
|
248
248
|
"cat": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png",
|
|
249
249
|
"exrp": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png",
|
|
250
250
|
"moonpets": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png",
|
|
251
|
-
"vara": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/
|
|
251
|
+
"vara": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/vara.png"
|
|
252
252
|
}
|
package/data/ChainAsset.json
CHANGED
|
@@ -482,7 +482,7 @@
|
|
|
482
482
|
},
|
|
483
483
|
"multiChainAsset": "aUSD-AcalaDollar",
|
|
484
484
|
"hasValue": true,
|
|
485
|
-
"icon": "
|
|
485
|
+
"icon": "ausd.png"
|
|
486
486
|
},
|
|
487
487
|
"moonbeam-ERC721-MFBB-0x02a6dec99b2ca768d638fcd87a96f6069f91287c": {
|
|
488
488
|
"originChain": "moonbeam",
|
|
@@ -2980,7 +2980,7 @@
|
|
|
2980
2980
|
},
|
|
2981
2981
|
"multiChainAsset": "aUSD-KaruraDollar",
|
|
2982
2982
|
"hasValue": true,
|
|
2983
|
-
"icon": "
|
|
2983
|
+
"icon": "ausd.png"
|
|
2984
2984
|
},
|
|
2985
2985
|
"moonriver-LOCAL-xcKINT": {
|
|
2986
2986
|
"originChain": "moonriver",
|
|
@@ -5637,7 +5637,7 @@
|
|
|
5637
5637
|
"metadata": null,
|
|
5638
5638
|
"multiChainAsset": null,
|
|
5639
5639
|
"hasValue": true,
|
|
5640
|
-
"icon": "
|
|
5640
|
+
"icon": "vara.png"
|
|
5641
5641
|
},
|
|
5642
5642
|
"snow_evm-NATIVE-ICZ": {
|
|
5643
5643
|
"originChain": "snow_evm",
|
package/logo/arbitrum.png
CHANGED
|
Binary file
|
package/logo/bifrost.png
ADDED
|
Binary file
|
package/logo/litentry.png
CHANGED
|
Binary file
|
package/logo/pendulum.png
CHANGED
|
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.8-beta.
|
|
23
|
+
"version": "0.1.8-beta.2",
|
|
24
24
|
"main": "./cjs/index.js",
|
|
25
25
|
"module": "./index.js",
|
|
26
26
|
"types": "./index.d.ts",
|
|
@@ -123,6 +123,7 @@
|
|
|
123
123
|
"./logo/biconomy.png": "./logo/biconomy.png",
|
|
124
124
|
"./logo/bifrost-kusama.png": "./logo/bifrost-kusama.png",
|
|
125
125
|
"./logo/bifrost-polkadot.png": "./logo/bifrost-polkadot.png",
|
|
126
|
+
"./logo/bifrost.png": "./logo/bifrost.png",
|
|
126
127
|
"./logo/bill.png": "./logo/bill.png",
|
|
127
128
|
"./logo/bit-hote.png": "./logo/bit-hote.png",
|
|
128
129
|
"./logo/bit.country-continuum.png": "./logo/bit.country-continuum.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.8-beta.
|
|
10
|
+
version: '0.1.8-beta.2'
|
|
11
11
|
};
|