@lifi/data-types 4.3.0 → 4.4.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.
@@ -108,6 +108,10 @@ exports.basicCoins = [
108
108
  address: '0x0000000000000000000000000000000000000000',
109
109
  decimals: 18,
110
110
  },
111
+ [types_1.ChainId.BLS]: {
112
+ address: '0x0000000000000000000000000000000000000000',
113
+ decimals: 18,
114
+ },
111
115
  // Testnets
112
116
  [types_1.ChainId.ONET]: {
113
117
  address: '0x268d6ff391b41b36a13b1693bd25f87fb4e4b392',
@@ -105,6 +105,10 @@ export const basicCoins = [
105
105
  address: '0x0000000000000000000000000000000000000000',
106
106
  decimals: 18,
107
107
  },
108
+ [ChainId.BLS]: {
109
+ address: '0x0000000000000000000000000000000000000000',
110
+ decimals: 18,
111
+ },
108
112
  // Testnets
109
113
  [ChainId.ONET]: {
110
114
  address: '0x268d6ff391b41b36a13b1693bd25f87fb4e4b392',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifi/data-types",
3
- "version": "4.3.0",
3
+ "version": "4.4.0",
4
4
  "description": "Data types for the LI.FI stack",
5
5
  "keywords": [
6
6
  "sdk",