@subwallet/chain-list 0.2.105-beta.19 → 0.2.105-beta.20
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.
|
@@ -6560,8 +6560,8 @@
|
|
|
6560
6560
|
]
|
|
6561
6561
|
}
|
|
6562
6562
|
},
|
|
6563
|
-
paraSpellValue: "
|
|
6564
|
-
paraSpellAssetType: "
|
|
6563
|
+
paraSpellValue: "1984",
|
|
6564
|
+
paraSpellAssetType: "id"
|
|
6565
6565
|
},
|
|
6566
6566
|
multiChainAsset: "USDT-Tether",
|
|
6567
6567
|
hasValue: true,
|
|
@@ -10359,8 +10359,8 @@
|
|
|
10359
10359
|
]
|
|
10360
10360
|
}
|
|
10361
10361
|
},
|
|
10362
|
-
paraSpellValue: "
|
|
10363
|
-
paraSpellAssetType: "
|
|
10362
|
+
paraSpellValue: "1337",
|
|
10363
|
+
paraSpellAssetType: "id"
|
|
10364
10364
|
},
|
|
10365
10365
|
multiChainAsset: "USDC-USDCoin",
|
|
10366
10366
|
hasValue: true,
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -3340,8 +3340,8 @@
|
|
|
3340
3340
|
]
|
|
3341
3341
|
}
|
|
3342
3342
|
},
|
|
3343
|
-
"paraSpellValue": "
|
|
3344
|
-
"paraSpellAssetType": "
|
|
3343
|
+
"paraSpellValue": "1984",
|
|
3344
|
+
"paraSpellAssetType": "id"
|
|
3345
3345
|
},
|
|
3346
3346
|
"multiChainAsset": "USDT-Tether",
|
|
3347
3347
|
"hasValue": true,
|
|
@@ -7139,8 +7139,8 @@
|
|
|
7139
7139
|
]
|
|
7140
7140
|
}
|
|
7141
7141
|
},
|
|
7142
|
-
"paraSpellValue": "
|
|
7143
|
-
"paraSpellAssetType": "
|
|
7142
|
+
"paraSpellValue": "1337",
|
|
7143
|
+
"paraSpellAssetType": "id"
|
|
7144
7144
|
},
|
|
7145
7145
|
"multiChainAsset": "USDC-USDCoin",
|
|
7146
7146
|
"hasValue": true,
|
package/cjs/packageInfo.js
CHANGED
package/data/ChainAsset.json
CHANGED
|
@@ -3340,8 +3340,8 @@
|
|
|
3340
3340
|
]
|
|
3341
3341
|
}
|
|
3342
3342
|
},
|
|
3343
|
-
"paraSpellValue": "
|
|
3344
|
-
"paraSpellAssetType": "
|
|
3343
|
+
"paraSpellValue": "1984",
|
|
3344
|
+
"paraSpellAssetType": "id"
|
|
3345
3345
|
},
|
|
3346
3346
|
"multiChainAsset": "USDT-Tether",
|
|
3347
3347
|
"hasValue": true,
|
|
@@ -7139,8 +7139,8 @@
|
|
|
7139
7139
|
]
|
|
7140
7140
|
}
|
|
7141
7141
|
},
|
|
7142
|
-
"paraSpellValue": "
|
|
7143
|
-
"paraSpellAssetType": "
|
|
7142
|
+
"paraSpellValue": "1337",
|
|
7143
|
+
"paraSpellAssetType": "id"
|
|
7144
7144
|
},
|
|
7145
7145
|
"multiChainAsset": "USDC-USDCoin",
|
|
7146
7146
|
"hasValue": true,
|
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.105-beta.
|
|
10
|
+
version: '0.2.105-beta.20'
|
|
11
11
|
};
|