Update index.html
This commit is contained in:
parent
060a33b5a3
commit
11c66d550d
11
index.html
11
index.html
@ -799,6 +799,7 @@
|
|||||||
</li>`;
|
</li>`;
|
||||||
},
|
},
|
||||||
contractTriggerCard(obj) {
|
contractTriggerCard(obj) {
|
||||||
|
// TODO: change committee address to actual committee address instead of contract address
|
||||||
const { hash, blockHeight, contractName, contractAddress, winningChoice, committeeAddress, time } = obj;
|
const { hash, blockHeight, contractName, contractAddress, winningChoice, committeeAddress, time } = obj;
|
||||||
return html`
|
return html`
|
||||||
<li id=${hash} class="transaction contract-trigger">
|
<li id=${hash} class="transaction contract-trigger">
|
||||||
@ -852,14 +853,8 @@
|
|||||||
<div class="contract-info">
|
<div class="contract-info">
|
||||||
<time>${getFormattedTime(time)}</time>
|
<time>${getFormattedTime(time)}</time>
|
||||||
<div class="flex flex-direction-column">
|
<div class="flex flex-direction-column">
|
||||||
<h5 class="label">Contract name</h5>
|
<h5 class="label">Contract ID</h5>
|
||||||
<h4>${contractName}</h4>
|
<a href=${`#/contract/${contractName}-${incAddress}`} class="address wrap-around">${contractName}-${incAddress}</a>
|
||||||
</div>
|
|
||||||
<div class="flex flex-direction-column">
|
|
||||||
<h5 class="label">Contract address</h5>
|
|
||||||
<sm-copy value=${incAddress}>
|
|
||||||
<a href=${`#/address/${incAddress}`} class="address wrap-around">${incAddress}</a>
|
|
||||||
</sm-copy>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="flex flex-direction-column">
|
<div class="flex flex-direction-column">
|
||||||
<h5 class="label">contract type</h5>
|
<h5 class="label">contract type</h5>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user