@stellar-expert/ui-framework 1.9.6 → 1.9.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stellar-expert/ui-framework",
3
- "version": "1.9.6",
3
+ "version": "1.9.7",
4
4
  "description": "StellarExpert shared UI components library",
5
5
  "main": "index.js",
6
6
  "module": "./index.js",
@@ -811,7 +811,7 @@ function InvokeHostFunctionView({op, compact}) {
811
811
  <CopyToClipboard text={wasmHash}/>
812
812
  </>
813
813
  break
814
- case 'contractExecutableToken':
814
+ case 'contractExecutableStellarAsset':
815
815
  const preimageParams = preimage.value()
816
816
  switch (preimage.switch().name) {
817
817
  case 'contractIdPreimageFromAddress':
@@ -827,10 +827,10 @@ function InvokeHostFunctionView({op, compact}) {
827
827
  }
828
828
  if (op.isEphemeral)
829
829
  return <>
830
- <b>Create contract</b> from {contractProps}<OpSourceAccount op={op}/>
830
+ <b>Create contract</b> <AccountAddress account={contract}/> from {contractProps}<OpSourceAccount op={op}/>
831
831
  </>
832
832
  return <>
833
- <OpSourceAccount op={op}/> created contract from {contractProps}
833
+ <OpSourceAccount op={op}/> created contract <AccountAddress account={contract}/> from {contractProps}
834
834
  </>
835
835
  break
836
836
  default: