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 #29

Merged
merged 28 commits into from
Jan 16, 2024
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
7bd27bb
removed unnused imports
Rodriguespn Jan 9, 2024
0fd1139
resolve merge conflicty
Rodriguespn Jan 11, 2024
e2be491
resolve merge conflict
Rodriguespn Jan 11, 2024
1d65048
fixed spell errors on README
Rodriguespn Jan 11, 2024
01d4474
searchbar with logo and footer v1.0
Rodriguespn Jan 11, 2024
2d8b999
aligned logo with search buttons and minor styling fixes
Rodriguespn Jan 11, 2024
c8e59ba
changed analyze text, added icons to the buttons and text to footer
Rodriguespn Jan 11, 2024
b9643e4
fixed footer margins
Rodriguespn Jan 11, 2024
a1d4e26
solved conflict issues
Rodriguespn Jan 14, 2024
aee2967
removed unused imports and comments unused variables
Rodriguespn Jan 14, 2024
cb2a438
Merge branch 'main' of github.com:WardAnalytics/WardGraph
Rodriguespn Jan 14, 2024
6fe29df
removed unused imports and comments unused variables
Rodriguespn Jan 14, 2024
da0d19b
Merge branch 'main' of github.com:WardAnalytics/WardGraph
Rodriguespn Jan 15, 2024
82c44ef
resolved merge conflicts and firebase hosting setup
Rodriguespn Jan 15, 2024
c0fbb4d
Feature/landing page (#5)
Rodriguespn Jan 15, 2024
3bee18f
Merge branch 'development' of github.com:WardAnalytics/WardGraph into…
Rodriguespn Jan 15, 2024
63ab775
Merge branch 'main' of github.com:WardAnalytics/WardGraph
Rodriguespn Jan 15, 2024
d928bc3
resolved merge conflicts
Rodriguespn Jan 15, 2024
b66255e
Initial deployment graph app (#7)
Rodriguespn Jan 15, 2024
9d365a4
Merge branch 'development' of github.com:WardAnalytics/WardGraph into…
Rodriguespn Jan 15, 2024
8f856e9
Feature/firebase (#9)
Rodriguespn Jan 15, 2024
f121d1b
Configure github actions to PR and main merge (#13)
Rodriguespn Jan 15, 2024
920dc76
Feature/firebase (#15)
Rodriguespn Jan 15, 2024
6a89337
New hotbar and bug fixing (#22)
Rodriguespn Jan 15, 2024
11cad36
Merge branch 'main' into development
Rodriguespn Jan 15, 2024
fc9a1d1
Merge/update development (#24)
Rodriguespn Jan 15, 2024
9d7e765
Merge branch 'main' into development
Rodriguespn Jan 16, 2024
c7b54a4
New default addresses for I'm feeling lucky feature (#28)
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