From 3cd00249a37b748078ec17013a0b6cee3a9b1785 Mon Sep 17 00:00:00 2001 From: Lucemans Date: Sun, 17 Mar 2024 15:59:48 +0000 Subject: [PATCH] Bump --- web/src/App.tsx | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/web/src/App.tsx b/web/src/App.tsx index 788722c..43b278e 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -1,5 +1,7 @@ import { TransactionHistory } from './txHistory/TransactionHistory'; +const resolverAddress = '0xFC0a4A934410F34A9bb8b4F28bEd6b960C943a7E'; + export const App = () => { return (
@@ -12,13 +14,25 @@ export const App = () => { registrations and renewals. With as much flexibility as you might need.

+
+ + View on Etherscan + +
Commit Fee
Registration Fee
Renewal Fee
- + );