@lifi/types 3.2.5 → 3.2.7

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/CHANGELOG.md CHANGED
@@ -2,6 +2,21 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [3.2.7](https://github.com/lifinance/types/compare/v3.2.6...v3.2.7) (2023-04-19)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * add BUSD to BSCT ([#162](https://github.com/lifinance/types/issues/162)) ([08bb821](https://github.com/lifinance/types/commit/08bb821f4751633197d37bd97e1e5563e27d3f75))
11
+
12
+ ### [3.2.6](https://github.com/lifinance/types/compare/v3.2.5...v3.2.6) (2023-04-18)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * add cBridge supported coins to coins list ([#161](https://github.com/lifinance/types/issues/161)) ([3fe0558](https://github.com/lifinance/types/commit/3fe0558aceb15ed7831a05b7a43f4ee1a3e400c2))
18
+ * restore consensys zkevm testnet logo ([16bbaf6](https://github.com/lifinance/types/commit/16bbaf643961f48a1115ed47f6f0213e654275d8))
19
+
5
20
  ### [3.2.5](https://github.com/lifinance/types/compare/v3.2.4...v3.2.5) (2023-04-14)
6
21
 
7
22
 
@@ -1067,7 +1067,7 @@ export const supportedEVMChains = [
1067
1067
  coin: CoinKey.ETH,
1068
1068
  id: 59140,
1069
1069
  mainnet: false,
1070
- logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/consensys_zkevm_test.png',
1070
+ logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/linea.svg',
1071
1071
  // multicallAddress: multicallAddresses[ChainId.LNAT], // Not deployed yet
1072
1072
  faucetUrls: ['https://faucetlink.to/goerli'],
1073
1073
  metamask: {
@@ -1070,7 +1070,7 @@ exports.supportedEVMChains = [
1070
1070
  coin: base_1.CoinKey.ETH,
1071
1071
  id: 59140,
1072
1072
  mainnet: false,
1073
- logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/consensys_zkevm_test.png',
1073
+ logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/linea.svg',
1074
1074
  // multicallAddress: multicallAddresses[ChainId.LNAT], // Not deployed yet
1075
1075
  faucetUrls: ['https://faucetlink.to/goerli'],
1076
1076
  metamask: {
package/dist/cjs/coins.js CHANGED
@@ -177,6 +177,10 @@ const basicCoins = [
177
177
  address: '0x0000000000000000000000000000000000000000',
178
178
  decimals: 18,
179
179
  },
180
+ [base_1.ChainId.LNAT]: {
181
+ address: '0xa55C7E1274bE5db2275a0BDd055f81e8263b7954',
182
+ decimals: 18,
183
+ },
180
184
  },
181
185
  },
182
186
  // > BNB
@@ -232,6 +236,10 @@ const basicCoins = [
232
236
  address: '0xbef55684b382bae72051813a898d17282066c007',
233
237
  decimals: 18,
234
238
  },
239
+ [base_1.ChainId.LNAT]: {
240
+ address: '0x5471ea8f739dd37E9B81Be9c5c77754D8AA953E4',
241
+ decimals: 18,
242
+ },
235
243
  },
236
244
  },
237
245
  // > DAI
@@ -397,6 +405,11 @@ const basicCoins = [
397
405
  address: '0x0000000000000000000000000000000000000000',
398
406
  decimals: 18,
399
407
  },
408
+ // Testnets
409
+ [base_1.ChainId.LNAT]: {
410
+ address: '0x265B25e22bcd7f10a5bD6E6410F10537Cc7567e8',
411
+ decimals: 18,
412
+ },
400
413
  },
401
414
  },
402
415
  // > HT
@@ -745,6 +758,15 @@ const basicCoins = [
745
758
  address: '0xe176ebe47d621b984a73036b9da5d834411ef734',
746
759
  decimals: 18,
747
760
  },
761
+ // testnets
762
+ [base_1.ChainId.BSCT]: {
763
+ address: '0xeB3Eb991D39Dac92616da64b7c6D5af5cCFf1627',
764
+ decimals: 18,
765
+ },
766
+ [base_1.ChainId.LNAT]: {
767
+ address: '0x7d43AABC515C356145049227CeE54B608342c0ad',
768
+ decimals: 18,
769
+ },
748
770
  },
749
771
  },
750
772
  // TEST COIN
@@ -784,7 +806,7 @@ const basicCoins = [
784
806
  },
785
807
  },
786
808
  },
787
- // LINEA TEST COIN
809
+ // Connext testnet coins
788
810
  {
789
811
  key: base_1.CoinKey.CXTT,
790
812
  name: base_1.CoinKey.CXTT,
package/dist/coins.js CHANGED
@@ -174,6 +174,10 @@ const basicCoins = [
174
174
  address: '0x0000000000000000000000000000000000000000',
175
175
  decimals: 18,
176
176
  },
177
+ [ChainId.LNAT]: {
178
+ address: '0xa55C7E1274bE5db2275a0BDd055f81e8263b7954',
179
+ decimals: 18,
180
+ },
177
181
  },
178
182
  },
179
183
  // > BNB
@@ -229,6 +233,10 @@ const basicCoins = [
229
233
  address: '0xbef55684b382bae72051813a898d17282066c007',
230
234
  decimals: 18,
231
235
  },
236
+ [ChainId.LNAT]: {
237
+ address: '0x5471ea8f739dd37E9B81Be9c5c77754D8AA953E4',
238
+ decimals: 18,
239
+ },
232
240
  },
233
241
  },
234
242
  // > DAI
@@ -394,6 +402,11 @@ const basicCoins = [
394
402
  address: '0x0000000000000000000000000000000000000000',
395
403
  decimals: 18,
396
404
  },
405
+ // Testnets
406
+ [ChainId.LNAT]: {
407
+ address: '0x265B25e22bcd7f10a5bD6E6410F10537Cc7567e8',
408
+ decimals: 18,
409
+ },
397
410
  },
398
411
  },
399
412
  // > HT
@@ -742,6 +755,15 @@ const basicCoins = [
742
755
  address: '0xe176ebe47d621b984a73036b9da5d834411ef734',
743
756
  decimals: 18,
744
757
  },
758
+ // testnets
759
+ [ChainId.BSCT]: {
760
+ address: '0xeB3Eb991D39Dac92616da64b7c6D5af5cCFf1627',
761
+ decimals: 18,
762
+ },
763
+ [ChainId.LNAT]: {
764
+ address: '0x7d43AABC515C356145049227CeE54B608342c0ad',
765
+ decimals: 18,
766
+ },
745
767
  },
746
768
  },
747
769
  // TEST COIN
@@ -781,7 +803,7 @@ const basicCoins = [
781
803
  },
782
804
  },
783
805
  },
784
- // LINEA TEST COIN
806
+ // Connext testnet coins
785
807
  {
786
808
  key: CoinKey.CXTT,
787
809
  name: CoinKey.CXTT,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifi/types",
3
- "version": "3.2.5",
3
+ "version": "3.2.7",
4
4
  "description": "Types for the LI.FI stack",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/index.js",