@xchainjs/xchain-thorchain 2.0.11 → 2.0.13
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 +4 -4
package/lib/index.js
CHANGED
|
@@ -130805,6 +130805,7 @@ const parseAssetToTHORNodeAsset = (asset) => {
|
|
|
130805
130805
|
ticker: asset.ticker,
|
|
130806
130806
|
synth: asset.type === xchainUtil.AssetType.SYNTH,
|
|
130807
130807
|
trade: asset.type === xchainUtil.AssetType.TRADE,
|
|
130808
|
+
secured: asset.type === xchainUtil.AssetType.SECURED,
|
|
130808
130809
|
};
|
|
130809
130810
|
};
|
|
130810
130811
|
|