@lifi/data-types 1.0.0-beta.5 → 2.1.0
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.
|
@@ -1175,7 +1175,7 @@ exports.supportedEVMChains = [
|
|
|
1175
1175
|
exports.supportedSolanaChains = [
|
|
1176
1176
|
{
|
|
1177
1177
|
key: types_1.ChainKey.SOL,
|
|
1178
|
-
chainType: types_1.ChainType.
|
|
1178
|
+
chainType: types_1.ChainType.SVM,
|
|
1179
1179
|
name: 'Solana',
|
|
1180
1180
|
coin: types_1.CoinKey.SOL,
|
|
1181
1181
|
id: types_1.ChainId.SOL,
|
package/dist/cjs/coins/coins.js
CHANGED
|
@@ -573,6 +573,11 @@ exports.basicCoins = [
|
|
|
573
573
|
decimals: 6,
|
|
574
574
|
name: 'USDT',
|
|
575
575
|
},
|
|
576
|
+
[types_1.ChainId.PZE]: {
|
|
577
|
+
address: '0x1E4a5963aBFD975d8c9021ce480b42188849D41d',
|
|
578
|
+
decimals: 6,
|
|
579
|
+
name: 'USDT',
|
|
580
|
+
},
|
|
576
581
|
// Testnets
|
|
577
582
|
[types_1.ChainId.GOR]: {
|
|
578
583
|
address: '0x509ee0d083ddf8ac028f2a56731412edd63223b9',
|
package/dist/coins/coins.js
CHANGED
|
@@ -570,6 +570,11 @@ export const basicCoins = [
|
|
|
570
570
|
decimals: 6,
|
|
571
571
|
name: 'USDT',
|
|
572
572
|
},
|
|
573
|
+
[ChainId.PZE]: {
|
|
574
|
+
address: '0x1E4a5963aBFD975d8c9021ce480b42188849D41d',
|
|
575
|
+
decimals: 6,
|
|
576
|
+
name: 'USDT',
|
|
577
|
+
},
|
|
573
578
|
// Testnets
|
|
574
579
|
[ChainId.GOR]: {
|
|
575
580
|
address: '0x509ee0d083ddf8ac028f2a56731412edd63223b9',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lifi/data-types",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "2.1.0",
|
|
4
4
|
"description": "Data types for the LI.FI stack",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sdk",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
]
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@lifi/types": "^
|
|
66
|
+
"@lifi/types": "^9.0.1"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
69
|
"@commitlint/cli": "^17.7.1",
|