@lifi/types 3.2.6 → 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,13 @@
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
+
5
12
  ### [3.2.6](https://github.com/lifinance/types/compare/v3.2.5...v3.2.6) (2023-04-18)
6
13
 
7
14
 
package/dist/cjs/coins.js CHANGED
@@ -759,6 +759,10 @@ const basicCoins = [
759
759
  decimals: 18,
760
760
  },
761
761
  // testnets
762
+ [base_1.ChainId.BSCT]: {
763
+ address: '0xeB3Eb991D39Dac92616da64b7c6D5af5cCFf1627',
764
+ decimals: 18,
765
+ },
762
766
  [base_1.ChainId.LNAT]: {
763
767
  address: '0x7d43AABC515C356145049227CeE54B608342c0ad',
764
768
  decimals: 18,
package/dist/coins.js CHANGED
@@ -756,6 +756,10 @@ const basicCoins = [
756
756
  decimals: 18,
757
757
  },
758
758
  // testnets
759
+ [ChainId.BSCT]: {
760
+ address: '0xeB3Eb991D39Dac92616da64b7c6D5af5cCFf1627',
761
+ decimals: 18,
762
+ },
759
763
  [ChainId.LNAT]: {
760
764
  address: '0x7d43AABC515C356145049227CeE54B608342c0ad',
761
765
  decimals: 18,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifi/types",
3
- "version": "3.2.6",
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",