Skip to content

Commit

Permalink
Add github links and Basescan links
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan-Ouyang committed Apr 17, 2024
1 parent 0f3a2ac commit 676fb1b
Showing 1 changed file with 25 additions and 3 deletions.
28 changes: 25 additions & 3 deletions web/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,36 @@ export const App = () => {
assets.
</p>
<p>
View the{' '}
View the source code of this{' '}
<a
href="https://github.com/v3xlabs/CTGVault"
target="_blank"
>
website
</a>{' '}
as well as the{' '}
<a
href="https://github.com/Ryan-Ouyang/6551-ctg-vault"
target="_blank"
>
source code of the contract
contract
</a>
. <br />
View the contract on Basescan (
<a
href="https://basescan.org/address/0x50351173a9338e2741a747b78db6b1101f70ec3c#readProxyContract"
target="_blank"
>
proxy
</a>
,{' '}
<a
href="https://basescan.org/address/0xc3d7bbb4a7acfbfb002c8817026f515364bb2d01#code"
target="_blank"
>
implementation
</a>
.
) directly.
</p>
<h2>Countdown</h2>
<p>
Expand Down

0 comments on commit 676fb1b

Please sign in to comment.