@lifi/types 3.1.1 → 3.2.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.
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.0](https://github.com/lifinance/types/compare/v3.1.1...v3.2.0) (2023-04-05)
6
+
7
+
8
+ ### Features
9
+
10
+ * add BUSD tokens ([#152](https://github.com/lifinance/types/issues/152)) ([fb96b21](https://github.com/lifinance/types/commit/fb96b217809fab3627dd8ce9eb6c1374481a0f94))
11
+
5
12
  ### [3.1.1](https://github.com/lifinance/types/compare/v3.1.0...v3.1.1) (2023-03-24)
6
13
 
7
14
  ## [3.1.0](https://github.com/lifinance/types/compare/v3.0.0...v3.1.0) (2023-03-24)
package/dist/cjs/coins.js CHANGED
@@ -702,6 +702,51 @@ const basicCoins = [
702
702
  // 42, 0xb7a4f3e9097c08da09517b5ab877f7a917224ede, 6
703
703
  },
704
704
  },
705
+ // BUSD
706
+ {
707
+ key: base_1.CoinKey.BUSD,
708
+ name: base_1.CoinKey.BUSD,
709
+ logoURI: 'https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/binance/assets/BUSD-BD1/logo.png',
710
+ verified: true,
711
+ chains: {
712
+ [base_1.ChainId.ETH]: {
713
+ address: '0x4Fabb145d64652a948d72533023f6E7A623C7C53',
714
+ decimals: 18,
715
+ },
716
+ [base_1.ChainId.BSC]: {
717
+ address: '0xe9e7cea3dedca5984780bafc599bd69add087d56',
718
+ decimals: 18,
719
+ },
720
+ [base_1.ChainId.OPT]: {
721
+ address: '0x9C9e5fD8bbc25984B178FdCE6117Defa39d2db39',
722
+ decimals: 18,
723
+ },
724
+ [base_1.ChainId.POL]: {
725
+ address: '0x9C9e5fD8bbc25984B178FdCE6117Defa39d2db39',
726
+ decimals: 18,
727
+ },
728
+ [base_1.ChainId.AVA]: {
729
+ address: '0x9C9e5fD8bbc25984B178FdCE6117Defa39d2db39',
730
+ decimals: 18,
731
+ },
732
+ [base_1.ChainId.SOL]: {
733
+ address: '33fsBLA8djQm82RpHmE3SuVrPGtZBWNYExsEUeKX1HXX',
734
+ decimals: 18,
735
+ },
736
+ [base_1.ChainId.FUS]: {
737
+ address: '0x6a5F6A8121592BeCd6747a38d67451B310F7f156',
738
+ decimals: 18,
739
+ },
740
+ [base_1.ChainId.VEL]: {
741
+ address: '0xc111c29a988ae0c0087d97b33c6e6766808a3bd3',
742
+ decimals: 18,
743
+ },
744
+ [base_1.ChainId.ONE]: {
745
+ address: '0xe176ebe47d621b984a73036b9da5d834411ef734',
746
+ decimals: 18,
747
+ },
748
+ },
749
+ },
705
750
  // TEST COIN
706
751
  {
707
752
  key: base_1.CoinKey.TEST,
package/dist/coins.js CHANGED
@@ -699,6 +699,51 @@ const basicCoins = [
699
699
  // 42, 0xb7a4f3e9097c08da09517b5ab877f7a917224ede, 6
700
700
  },
701
701
  },
702
+ // BUSD
703
+ {
704
+ key: CoinKey.BUSD,
705
+ name: CoinKey.BUSD,
706
+ logoURI: 'https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/binance/assets/BUSD-BD1/logo.png',
707
+ verified: true,
708
+ chains: {
709
+ [ChainId.ETH]: {
710
+ address: '0x4Fabb145d64652a948d72533023f6E7A623C7C53',
711
+ decimals: 18,
712
+ },
713
+ [ChainId.BSC]: {
714
+ address: '0xe9e7cea3dedca5984780bafc599bd69add087d56',
715
+ decimals: 18,
716
+ },
717
+ [ChainId.OPT]: {
718
+ address: '0x9C9e5fD8bbc25984B178FdCE6117Defa39d2db39',
719
+ decimals: 18,
720
+ },
721
+ [ChainId.POL]: {
722
+ address: '0x9C9e5fD8bbc25984B178FdCE6117Defa39d2db39',
723
+ decimals: 18,
724
+ },
725
+ [ChainId.AVA]: {
726
+ address: '0x9C9e5fD8bbc25984B178FdCE6117Defa39d2db39',
727
+ decimals: 18,
728
+ },
729
+ [ChainId.SOL]: {
730
+ address: '33fsBLA8djQm82RpHmE3SuVrPGtZBWNYExsEUeKX1HXX',
731
+ decimals: 18,
732
+ },
733
+ [ChainId.FUS]: {
734
+ address: '0x6a5F6A8121592BeCd6747a38d67451B310F7f156',
735
+ decimals: 18,
736
+ },
737
+ [ChainId.VEL]: {
738
+ address: '0xc111c29a988ae0c0087d97b33c6e6766808a3bd3',
739
+ decimals: 18,
740
+ },
741
+ [ChainId.ONE]: {
742
+ address: '0xe176ebe47d621b984a73036b9da5d834411ef734',
743
+ decimals: 18,
744
+ },
745
+ },
746
+ },
702
747
  // TEST COIN
703
748
  {
704
749
  key: CoinKey.TEST,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifi/types",
3
- "version": "3.1.1",
3
+ "version": "3.2.0",
4
4
  "description": "Types for the LI.FI stack",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/index.js",