Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New default addresses for I'm feeling lucky feature #28

Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
50d2740
Merge branch 'main' of github.com:WardAnalytics/WardGraph
Rodriguespn Jan 15, 2024
938d8d2
Merge branch 'main' into development
Rodriguespn Jan 15, 2024
ecf392f
Merge branch 'development' of github.com:WardAnalytics/WardGraph into…
Rodriguespn Jan 15, 2024
9500da0
ignores .env.development and .env.production
Rodriguespn Jan 15, 2024
eafe7a6
merge conflicts resolved
Rodriguespn Jan 15, 2024
b7bdb8e
Merge branch 'development' of github.com:WardAnalytics/WardGraph into…
Rodriguespn Jan 15, 2024
22a2e9f
Merge branch 'main' of github.com:WardAnalytics/WardGraph
Rodriguespn Jan 15, 2024
7d1b958
resolved merge conflicts between main and development
Rodriguespn Jan 15, 2024
cda9e88
Merge branch 'main' of github.com:WardAnalytics/WardGraph
Rodriguespn Jan 15, 2024
9cee603
resolved pull conflicts
Rodriguespn Jan 15, 2024
7dff989
resolved merge conflicts
Rodriguespn Jan 15, 2024
b289f33
Merge branch 'development' of github.com:WardAnalytics/WardGraph into…
Rodriguespn Jan 16, 2024
2266176
new default addresses for I'm feeling lucky feature
Rodriguespn Jan 16, 2024
12172e6
Merge branch 'main' of github.com:WardAnalytics/WardGraph
Rodriguespn Jan 16, 2024
f014dc4
Merge branch 'main' into development
Rodriguespn Jan 16, 2024
2e3cbcb
Merge branch 'development' into feature/change-i-m-feeling-lucky-defa…
Rodriguespn Jan 16, 2024
eba6c57
Merge branch 'development' of github.com:WardAnalytics/WardGraph into…
Rodriguespn Jan 16, 2024
c6205f4
Merge branch 'development' into feature/change-i-m-feeling-lucky-defa…
Rodriguespn Jan 16, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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