@lifi/data-types 1.0.0-beta.3 → 1.0.0-beta.5

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.
@@ -1534,7 +1534,7 @@ exports.defaultCoins = exports.basicCoins.map((coin) => {
1534
1534
  };
1535
1535
  for (const [chainId, token] of Object.entries(coin.chains)) {
1536
1536
  defaultCoin.chains[chainId] = {
1537
- address: token.address.toLowerCase(),
1537
+ address: token.address,
1538
1538
  decimals: token.decimals,
1539
1539
  symbol: (_a = token.symbol) !== null && _a !== void 0 ? _a : coin.key,
1540
1540
  chainId: parseInt(chainId),
@@ -1531,7 +1531,7 @@ export const defaultCoins = basicCoins.map((coin) => {
1531
1531
  };
1532
1532
  for (const [chainId, token] of Object.entries(coin.chains)) {
1533
1533
  defaultCoin.chains[chainId] = {
1534
- address: token.address.toLowerCase(),
1534
+ address: token.address,
1535
1535
  decimals: token.decimals,
1536
1536
  symbol: (_a = token.symbol) !== null && _a !== void 0 ? _a : coin.key,
1537
1537
  chainId: parseInt(chainId),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifi/data-types",
3
- "version": "1.0.0-beta.3",
3
+ "version": "1.0.0-beta.5",
4
4
  "description": "Data types for the LI.FI stack",
5
5
  "keywords": [
6
6
  "sdk",