Skip to content

Commit 545d0b5

Browse files
committedNov 17, 2024
add link to blockscout
1 parent eb97f33 commit 545d0b5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎ui/src/pages/WorldPage.vue

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
<template>
22
<q-page class="q-ma-md">
3+
Explore the world onchain via
4+
<a
5+
:href="'https://scroll-sepolia.blockscout.com/address/' + contract"
6+
target="_blank"
7+
>
8+
Blockscout
9+
</a>
310
<table class="island-table" v-if="mapWidth && mapHeight">
411
<thead>
512
<tr>

0 commit comments

Comments
 (0)