@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
|
@@ -811,7 +811,7 @@ function InvokeHostFunctionView({op, compact}) {
|
|
|
811
811
|
<CopyToClipboard text={wasmHash}/>
|
|
812
812
|
</>
|
|
813
813
|
break
|
|
814
|
-
case '
|
|
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:
|