set etica explorer
@ -1,10 +1,10 @@
<tr>
<td>
{{#if block.uncle}}
<a href="https://expedition.dev/uncle/{{block.uncleHeight}}" rel="nofollow" target="_blank">{{format-number
<a href="https://eticascan.org/uncle/{{block.uncleHeight}}" rel="nofollow" target="_blank">{{format-number
block.uncleHeight}}</a>
{{else}}
<a href="https://expedition.dev/block/{{block.height}}" rel="nofollow" target="_blank">{{format-number
<a href="https://eticascan.org/block/{{block.height}}" rel="nofollow" target="_blank">{{format-number
block.height}}</a>
{{/if}}
</td>