@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.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