From c7b54a43c2f2472b650e024d9bb2f39d2ab449aa Mon Sep 17 00:00:00 2001 From: Pedro Rodrigues <44656907+Rodriguespn@users.noreply.github.com> Date: Tue, 16 Jan 2024 00:17:18 +0000 Subject: [PATCH] New default addresses for I'm feeling lucky feature (#28) * ignores .env.development and .env.production * new default addresses for I'm feeling lucky feature --- src/components/Graph/LandingPage/LandingPage.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/Graph/LandingPage/LandingPage.tsx b/src/components/Graph/LandingPage/LandingPage.tsx index eea84a67..d822a4a4 100644 --- a/src/components/Graph/LandingPage/LandingPage.tsx +++ b/src/components/Graph/LandingPage/LandingPage.tsx @@ -5,11 +5,11 @@ import logo from "../../../assets/ward-logo-blue-full.svg"; import Searchbar from "./SearchBar"; const PossibleAddresses: string[] = [ - "0x19aa5fe80d33a56d56c78e82ea5e50e5d80b4dff", - "0x74487eed1e67f4787e8c0570e8d5d168a05254d4", - "0xd1381f89b4feea63e9c6bc97dc9fc2b0c96bf12f", - "0x3f5ce5fbfe3e9af3971dd833d26ba9b5c936f0be", - "0x12d66f87a04a9e220743712ce6d9bb1b5616b8fc", + "0x1f9090aaE28b8a3dCeaDf281B0F12828e676c326", + "0x388C818CA8B9251b393131C08a736A67ccB19297", + "0x3fC91A3afd70395Cd496C647d5a6CC9D4B2b7FAD", + "0x4838b106fce9647bdf1e7877bf73ce8b0bad5f97", + "0xd24400ae8BfEBb18cA49Be86258a3C749cf46853" ]; interface LandingPageProps {