@xchainjs/xchain-thorchain 2.0.10 → 2.0.12
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/lib/index.esm.js +1 -0
- package/lib/index.esm.js.map +1 -1
- package/lib/index.js +1 -0
- package/lib/index.js.map +1 -1
- package/lib/utils.d.ts +1 -0
- package/package.json +5 -5
package/lib/index.esm.js
CHANGED
|
@@ -130779,6 +130779,7 @@ const parseAssetToTHORNodeAsset = (asset) => {
|
|
|
130779
130779
|
ticker: asset.ticker,
|
|
130780
130780
|
synth: asset.type === AssetType.SYNTH,
|
|
130781
130781
|
trade: asset.type === AssetType.TRADE,
|
|
130782
|
+
secured: asset.type === AssetType.SECURED,
|
|
130782
130783
|
};
|
|
130783
130784
|
};
|
|
130784
130785
|
|