@subwallet/chain-list 0.2.15-beta.0 → 0.2.15-beta.1
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 +16 -0
- package/cjs/data/ChainAsset.json +16 -2
- package/cjs/packageInfo.js +1 -1
- package/data/ChainAsset.json +16 -2
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -7899,6 +7899,22 @@
|
|
|
7899
7899
|
multiChainAsset: null,
|
|
7900
7900
|
hasValue: true,
|
|
7901
7901
|
icon: "default.png"
|
|
7902
|
+
},
|
|
7903
|
+
"hydradx_main-LOCAL-USDC": {
|
|
7904
|
+
originChain: "hydradx_main",
|
|
7905
|
+
slug: "hydradx_main-LOCAL-USDC",
|
|
7906
|
+
name: "USDC (Polkadot Asset Hub)",
|
|
7907
|
+
symbol: "USDC",
|
|
7908
|
+
decimals: 6,
|
|
7909
|
+
priceId: "usd-coin",
|
|
7910
|
+
minAmount: "10000",
|
|
7911
|
+
assetType: "LOCAL",
|
|
7912
|
+
metadata: {
|
|
7913
|
+
assetId: "22"
|
|
7914
|
+
},
|
|
7915
|
+
multiChainAsset: "USDC-USDCoin",
|
|
7916
|
+
hasValue: true,
|
|
7917
|
+
icon: "usdc.png"
|
|
7902
7918
|
}
|
|
7903
7919
|
};
|
|
7904
7920
|
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -926,7 +926,6 @@
|
|
|
926
926
|
"hasValue": false,
|
|
927
927
|
"icon": "bifrost.png"
|
|
928
928
|
},
|
|
929
|
-
|
|
930
929
|
"calamari-NATIVE-KMA": {
|
|
931
930
|
"originChain": "calamari",
|
|
932
931
|
"slug": "calamari-NATIVE-KMA",
|
|
@@ -1215,7 +1214,6 @@
|
|
|
1215
1214
|
"hasValue": true,
|
|
1216
1215
|
"icon": "moonriver.png"
|
|
1217
1216
|
},
|
|
1218
|
-
|
|
1219
1217
|
"amplitude-NATIVE-AMPE": {
|
|
1220
1218
|
"originChain": "amplitude",
|
|
1221
1219
|
"slug": "amplitude-NATIVE-AMPE",
|
|
@@ -7050,5 +7048,21 @@
|
|
|
7050
7048
|
"multiChainAsset": null,
|
|
7051
7049
|
"hasValue": true,
|
|
7052
7050
|
"icon": "default.png"
|
|
7051
|
+
},
|
|
7052
|
+
"hydradx_main-LOCAL-USDC": {
|
|
7053
|
+
"originChain": "hydradx_main",
|
|
7054
|
+
"slug": "hydradx_main-LOCAL-USDC",
|
|
7055
|
+
"name": "USDC (Polkadot Asset Hub)",
|
|
7056
|
+
"symbol": "USDC",
|
|
7057
|
+
"decimals": 6,
|
|
7058
|
+
"priceId": "usd-coin",
|
|
7059
|
+
"minAmount": "10000",
|
|
7060
|
+
"assetType": "LOCAL",
|
|
7061
|
+
"metadata": {
|
|
7062
|
+
"assetId": "22"
|
|
7063
|
+
},
|
|
7064
|
+
"multiChainAsset": "USDC-USDCoin",
|
|
7065
|
+
"hasValue": true,
|
|
7066
|
+
"icon": "usdc.png"
|
|
7053
7067
|
}
|
|
7054
7068
|
}
|
package/cjs/packageInfo.js
CHANGED
package/data/ChainAsset.json
CHANGED
|
@@ -926,7 +926,6 @@
|
|
|
926
926
|
"hasValue": false,
|
|
927
927
|
"icon": "bifrost.png"
|
|
928
928
|
},
|
|
929
|
-
|
|
930
929
|
"calamari-NATIVE-KMA": {
|
|
931
930
|
"originChain": "calamari",
|
|
932
931
|
"slug": "calamari-NATIVE-KMA",
|
|
@@ -1215,7 +1214,6 @@
|
|
|
1215
1214
|
"hasValue": true,
|
|
1216
1215
|
"icon": "moonriver.png"
|
|
1217
1216
|
},
|
|
1218
|
-
|
|
1219
1217
|
"amplitude-NATIVE-AMPE": {
|
|
1220
1218
|
"originChain": "amplitude",
|
|
1221
1219
|
"slug": "amplitude-NATIVE-AMPE",
|
|
@@ -7050,5 +7048,21 @@
|
|
|
7050
7048
|
"multiChainAsset": null,
|
|
7051
7049
|
"hasValue": true,
|
|
7052
7050
|
"icon": "default.png"
|
|
7051
|
+
},
|
|
7052
|
+
"hydradx_main-LOCAL-USDC": {
|
|
7053
|
+
"originChain": "hydradx_main",
|
|
7054
|
+
"slug": "hydradx_main-LOCAL-USDC",
|
|
7055
|
+
"name": "USDC (Polkadot Asset Hub)",
|
|
7056
|
+
"symbol": "USDC",
|
|
7057
|
+
"decimals": 6,
|
|
7058
|
+
"priceId": "usd-coin",
|
|
7059
|
+
"minAmount": "10000",
|
|
7060
|
+
"assetType": "LOCAL",
|
|
7061
|
+
"metadata": {
|
|
7062
|
+
"assetId": "22"
|
|
7063
|
+
},
|
|
7064
|
+
"multiChainAsset": "USDC-USDCoin",
|
|
7065
|
+
"hasValue": true,
|
|
7066
|
+
"icon": "usdc.png"
|
|
7053
7067
|
}
|
|
7054
7068
|
}
|
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.15-beta.
|
|
10
|
+
version: '0.2.15-beta.1'
|
|
11
11
|
};
|