Adding smart contract participation and price change

This commit is contained in:
sairaj mote 2023-04-25 03:34:48 +05:30
parent d73aafaae0
commit d5d2dddefa

View File

@ -414,7 +414,7 @@
<div class="grid gap-1"> <div class="grid gap-1">
<h4>Actions</h4> <h4>Actions</h4>
<ul id="smart_contract_actions" class="flex align-center flex-wrap gap-0-5"> <ul id="smart_contract_actions" class="flex align-center flex-wrap gap-0-5">
<li> <li class="hidden">
<a class="button smart-contract-action" href="#/smartcontracts/deposit"> <a class="button smart-contract-action" href="#/smartcontracts/deposit">
<svg class="icon" xmlns="http://www.w3.org/2000/svg" height="24px" <svg class="icon" xmlns="http://www.w3.org/2000/svg" height="24px"
viewBox="0 0 24 24" width="24px" fill="#000000"> viewBox="0 0 24 24" width="24px" fill="#000000">
@ -446,7 +446,7 @@
<span>Update price</span> <span>Update price</span>
</a> </a>
</li> </li>
<li> <li class="hidden">
<a class="button smart-contract-action" href="#/smartcontracts/trigger"> <a class="button smart-contract-action" href="#/smartcontracts/trigger">
<svg class="icon" xmlns="http://www.w3.org/2000/svg" <svg class="icon" xmlns="http://www.w3.org/2000/svg"
enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px"
@ -460,7 +460,7 @@
</li> </li>
</ul> </ul>
</div> </div>
<div class="grid gap-1"> <div class="grid gap-1 hidden">
<h4>Creation templates</h4> <h4>Creation templates</h4>
<ul id="smart_contract_creation_templates"> <ul id="smart_contract_creation_templates">
<li> <li>