@subwallet/chain-list 0.1.8-beta.2 → 0.1.8-beta.3
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 +20 -2
- package/cjs/data/AssetLogoMap.json +2 -1
- package/cjs/data/ChainAsset.json +17 -1
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +2 -1
- package/data/ChainAsset.json +17 -1
- package/logo/quartz.png +0 -0
- package/logo/unique-network.png +0 -0
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -254,6 +254,7 @@
|
|
|
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
256
|
var vara = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/vara.png";
|
|
257
|
+
var serpenators = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png";
|
|
257
258
|
const _AssetLogoMap = {
|
|
258
259
|
"default": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png",
|
|
259
260
|
dot: dot,
|
|
@@ -504,7 +505,8 @@
|
|
|
504
505
|
cat: cat,
|
|
505
506
|
exrp: exrp,
|
|
506
507
|
moonpets: moonpets,
|
|
507
|
-
vara: vara
|
|
508
|
+
vara: vara,
|
|
509
|
+
serpenators: serpenators
|
|
508
510
|
};
|
|
509
511
|
|
|
510
512
|
const _AssetRefMap = {
|
|
@@ -4291,7 +4293,7 @@
|
|
|
4291
4293
|
contractAddress: "0xE3F5a90F9cb311505cd691a46596599aA1A0AD7D"
|
|
4292
4294
|
},
|
|
4293
4295
|
hasValue: true,
|
|
4294
|
-
multiChainAsset:
|
|
4296
|
+
multiChainAsset: "USDC-USDCoin",
|
|
4295
4297
|
icon: "usdc.png"
|
|
4296
4298
|
},
|
|
4297
4299
|
"moonriver-ERC20-DAI-0x80A16016cC4A2E6a2CACA8a4a498b1699fF0f844": {
|
|
@@ -6502,6 +6504,22 @@
|
|
|
6502
6504
|
hasValue: true,
|
|
6503
6505
|
multiChainAsset: "USDC-USDCoin",
|
|
6504
6506
|
icon: "usdc.png"
|
|
6507
|
+
},
|
|
6508
|
+
"astar-PSP34-SERPENATORS-WCX5y1WsgPBxQqtn75jXNtHey9w4EZSEKCdjg2jX3gcA97D": {
|
|
6509
|
+
originChain: "astar",
|
|
6510
|
+
slug: "astar-PSP34-SERPENATORS-WCX5y1WsgPBxQqtn75jXNtHey9w4EZSEKCdjg2jX3gcA97D",
|
|
6511
|
+
name: "AI SERPENATORS",
|
|
6512
|
+
decimals: 6,
|
|
6513
|
+
symbol: "SERPENATORS",
|
|
6514
|
+
priceId: null,
|
|
6515
|
+
minAmount: null,
|
|
6516
|
+
assetType: "PSP34",
|
|
6517
|
+
metadata: {
|
|
6518
|
+
contractAddress: "WCX5y1WsgPBxQqtn75jXNtHey9w4EZSEKCdjg2jX3gcA97D"
|
|
6519
|
+
},
|
|
6520
|
+
hasValue: true,
|
|
6521
|
+
multiChainAsset: null,
|
|
6522
|
+
icon: "default.png"
|
|
6505
6523
|
}
|
|
6506
6524
|
};
|
|
6507
6525
|
|
|
@@ -248,5 +248,6 @@
|
|
|
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/vara.png"
|
|
251
|
+
"vara": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/vara.png",
|
|
252
|
+
"serpenators": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png"
|
|
252
253
|
}
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -3569,7 +3569,7 @@
|
|
|
3569
3569
|
"contractAddress": "0xE3F5a90F9cb311505cd691a46596599aA1A0AD7D"
|
|
3570
3570
|
},
|
|
3571
3571
|
"hasValue": true,
|
|
3572
|
-
"multiChainAsset":
|
|
3572
|
+
"multiChainAsset": "USDC-USDCoin",
|
|
3573
3573
|
"icon": "usdc.png"
|
|
3574
3574
|
},
|
|
3575
3575
|
"moonriver-ERC20-DAI-0x80A16016cC4A2E6a2CACA8a4a498b1699fF0f844": {
|
|
@@ -5780,5 +5780,21 @@
|
|
|
5780
5780
|
"hasValue": true,
|
|
5781
5781
|
"multiChainAsset": "USDC-USDCoin",
|
|
5782
5782
|
"icon": "usdc.png"
|
|
5783
|
+
},
|
|
5784
|
+
"astar-PSP34-SERPENATORS-WCX5y1WsgPBxQqtn75jXNtHey9w4EZSEKCdjg2jX3gcA97D": {
|
|
5785
|
+
"originChain": "astar",
|
|
5786
|
+
"slug": "astar-PSP34-SERPENATORS-WCX5y1WsgPBxQqtn75jXNtHey9w4EZSEKCdjg2jX3gcA97D",
|
|
5787
|
+
"name": "AI SERPENATORS",
|
|
5788
|
+
"decimals": 6,
|
|
5789
|
+
"symbol": "SERPENATORS",
|
|
5790
|
+
"priceId": null,
|
|
5791
|
+
"minAmount": null,
|
|
5792
|
+
"assetType": "PSP34",
|
|
5793
|
+
"metadata": {
|
|
5794
|
+
"contractAddress": "WCX5y1WsgPBxQqtn75jXNtHey9w4EZSEKCdjg2jX3gcA97D"
|
|
5795
|
+
},
|
|
5796
|
+
"hasValue": true,
|
|
5797
|
+
"multiChainAsset": null,
|
|
5798
|
+
"icon": "default.png"
|
|
5783
5799
|
}
|
|
5784
5800
|
}
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -248,5 +248,6 @@
|
|
|
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/vara.png"
|
|
251
|
+
"vara": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/vara.png",
|
|
252
|
+
"serpenators": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png"
|
|
252
253
|
}
|
package/data/ChainAsset.json
CHANGED
|
@@ -3569,7 +3569,7 @@
|
|
|
3569
3569
|
"contractAddress": "0xE3F5a90F9cb311505cd691a46596599aA1A0AD7D"
|
|
3570
3570
|
},
|
|
3571
3571
|
"hasValue": true,
|
|
3572
|
-
"multiChainAsset":
|
|
3572
|
+
"multiChainAsset": "USDC-USDCoin",
|
|
3573
3573
|
"icon": "usdc.png"
|
|
3574
3574
|
},
|
|
3575
3575
|
"moonriver-ERC20-DAI-0x80A16016cC4A2E6a2CACA8a4a498b1699fF0f844": {
|
|
@@ -5780,5 +5780,21 @@
|
|
|
5780
5780
|
"hasValue": true,
|
|
5781
5781
|
"multiChainAsset": "USDC-USDCoin",
|
|
5782
5782
|
"icon": "usdc.png"
|
|
5783
|
+
},
|
|
5784
|
+
"astar-PSP34-SERPENATORS-WCX5y1WsgPBxQqtn75jXNtHey9w4EZSEKCdjg2jX3gcA97D": {
|
|
5785
|
+
"originChain": "astar",
|
|
5786
|
+
"slug": "astar-PSP34-SERPENATORS-WCX5y1WsgPBxQqtn75jXNtHey9w4EZSEKCdjg2jX3gcA97D",
|
|
5787
|
+
"name": "AI SERPENATORS",
|
|
5788
|
+
"decimals": 6,
|
|
5789
|
+
"symbol": "SERPENATORS",
|
|
5790
|
+
"priceId": null,
|
|
5791
|
+
"minAmount": null,
|
|
5792
|
+
"assetType": "PSP34",
|
|
5793
|
+
"metadata": {
|
|
5794
|
+
"contractAddress": "WCX5y1WsgPBxQqtn75jXNtHey9w4EZSEKCdjg2jX3gcA97D"
|
|
5795
|
+
},
|
|
5796
|
+
"hasValue": true,
|
|
5797
|
+
"multiChainAsset": null,
|
|
5798
|
+
"icon": "default.png"
|
|
5783
5799
|
}
|
|
5784
5800
|
}
|
package/logo/quartz.png
CHANGED
|
Binary file
|
package/logo/unique-network.png
CHANGED
|
Binary file
|
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.1.8-beta.
|
|
10
|
+
version: '0.1.8-beta.3'
|
|
11
11
|
};
|