Skip to content

Commit

Permalink
New default addresses for I'm feeling lucky feature (#28)
Browse files Browse the repository at this point in the history
* ignores .env.development and .env.production

* new default addresses for I'm feeling lucky feature
  • Loading branch information
Rodriguespn authored Jan 16, 2024
1 parent 9d7e765 commit c7b54a4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/Graph/LandingPage/LandingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit c7b54a4

Please sign in to comment.