@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.
- package/dist/cjs/coins/coins.js +1 -1
- package/dist/coins/coins.js +1 -1
- package/package.json +1 -1
package/dist/cjs/coins/coins.js
CHANGED
|
@@ -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
|
|
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),
|
package/dist/coins/coins.js
CHANGED
|
@@ -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
|
|
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),
|