diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 3bd68173..8d8cac9e 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -1,4 +1,8 @@ import Link from "next/link"; +import { STORY_FACTORY, EXPLORER_URL } from "../../lib/contracts/constants"; + +const CONTRACT_URL = `${EXPLORER_URL}/address/${STORY_FACTORY}`; +const GITHUB_URL = "https://github.com/realproject7/plotlink-contracts"; export function Footer() { return ( @@ -6,14 +10,20 @@ export function Footer() {
- - stories - - - create + + contract: {STORY_FACTORY.slice(0, 6)}...{STORY_FACTORY.slice(-4)} + + + $PLOT