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 {