@exodus/assets
Advanced tools
Comparing version 8.0.84 to 8.0.85
@@ -24,3 +24,3 @@ "use strict"; | ||
exports.assetType = assetType; | ||
const combinedAssetNames = ['chainlink', 'chainlink_solana', 'link_matic_0fc0671d']; | ||
const combinedAssetNames = ['chainlink', 'chainlink_solana', 'link_matic_0fc0671d', 'link_ethereumarbone_63f7deae']; | ||
exports.combinedAssetNames = combinedAssetNames; | ||
@@ -27,0 +27,0 @@ const info = { |
@@ -24,3 +24,3 @@ "use strict"; | ||
exports.assetType = assetType; | ||
const combinedAssetNames = ['tetherusd', 'tetherusd_tron', 'tetherusd_algorand', 'tetherusd_solana', 'usdt_avalanchec_d80c1afa', 'usdt_matic_86e249c1', 'usdt_bsc_ddedf0f8', 'tetherusd_goerli', 'tetherusd_tezos']; | ||
const combinedAssetNames = ['tetherusd', 'tetherusd_tron', 'tetherusd_algorand', 'tetherusd_solana', 'usdt_avalanchec_d80c1afa', 'usdt_matic_86e249c1', 'usdt_bsc_ddedf0f8', 'tetherusd_goerli', 'tetherusd_tezos', 'usdt_ethereumarbone_efa95268']; | ||
exports.combinedAssetNames = combinedAssetNames; | ||
@@ -27,0 +27,0 @@ const info = { |
@@ -24,3 +24,3 @@ "use strict"; | ||
exports.assetType = assetType; | ||
const combinedAssetNames = ['usdcoin', 'usdcoin_algorand', 'usdcoin_solana', 'usdcoin_matic', 'usdcoin_bsc', 'usdcoin_tron', 'usdc_avalanchec_185c8bd7', 'usdc_fantommainnet_a32ec2ec']; | ||
const combinedAssetNames = ['usdcoin', 'usdcoin_algorand', 'usdcoin_solana', 'usdcoin_matic', 'usdcoin_bsc', 'usdcoin_tron', 'usdc_avalanchec_185c8bd7', 'usdc_fantommainnet_a32ec2ec', 'usdc_ethereumarbone_16358596']; | ||
exports.combinedAssetNames = combinedAssetNames; | ||
@@ -27,0 +27,0 @@ const info = { |
@@ -24,3 +24,3 @@ "use strict"; | ||
exports.assetType = assetType; | ||
const combinedAssetNames = ['weth', 'weth_matic', 'weth_goerli']; | ||
const combinedAssetNames = ['weth', 'weth_matic', 'weth_goerli', 'weth_ethereumarbone_c53d6bd0']; | ||
exports.combinedAssetNames = combinedAssetNames; | ||
@@ -27,0 +27,0 @@ const info = { |
{ | ||
"name": "@exodus/assets", | ||
"version": "8.0.84", | ||
"version": "8.0.85", | ||
"description": "Exodus assets", | ||
@@ -13,3 +13,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@exodus/assets-base": "^8.0.176", | ||
"@exodus/assets-base": "^8.1.3", | ||
"@exodus/currency": "^2.1.2", | ||
@@ -28,3 +28,3 @@ "lodash": "^4.17.11" | ||
}, | ||
"gitHead": "5bec74638cad0bdfc122938a9e37cfe70251426a" | ||
"gitHead": "6f7b3ded9636faecc225cbc49d4ad57b6c003f90" | ||
} |
@@ -14,7 +14,10 @@ # Exodus Assets | ||
```js | ||
import assets from '@exodus/assets' | ||
import { connectAssets } from '@exodus/assets' | ||
import assetsBase from '@exodus/assets-base' | ||
const assets = connectAssets(assetsBase) | ||
for (const [key, val] of Object.entries(assets)) { | ||
console.log(`${key}: ${val.properName}`) // bitcoin: Bitcoin | ||
console.log(`${key}: ${val.displayName}`) // bitcoin: Bitcoin | ||
} | ||
``` |
43075
23
Updated@exodus/assets-base@^8.1.3