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

feat: mainnet deployment #78

Merged
merged 40 commits into from
Oct 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
4a5c6e2
feat: temp mainnet deployment
rishabhkeshan Oct 23, 2024
4d22780
feat: vercel config
rishabhkeshan Oct 23, 2024
c6adeaf
feat: vercel config
rishabhkeshan Oct 23, 2024
cfa8ca6
feat: vercel config
rishabhkeshan Oct 23, 2024
1a860f4
feat: vercel config
rishabhkeshan Oct 23, 2024
1adf3e0
feat: vercel config
rishabhkeshan Oct 23, 2024
6d3d918
feat: dependency changes
rishabhkeshan Oct 23, 2024
f323c6e
feat: dependency changes
rishabhkeshan Oct 23, 2024
23c8887
feat: dependency changes
rishabhkeshan Oct 23, 2024
e8d95cf
feat: dependency changes
rishabhkeshan Oct 23, 2024
7ae9993
feat: dependency changes
rishabhkeshan Oct 23, 2024
e112e1b
feat: dependency changes
rishabhkeshan Oct 23, 2024
45c7298
feat: dependency changes
rishabhkeshan Oct 23, 2024
1405bd0
feat: migrated to vite
rishabhkeshan Oct 27, 2024
296d062
feat: added three.js dependencies
rishabhkeshan Oct 27, 2024
a73e8a8
feat: allow unused variables
rishabhkeshan Oct 27, 2024
a64104d
feat: removed eslist
rishabhkeshan Oct 27, 2024
4b47610
feat: removed build info
rishabhkeshan Oct 27, 2024
b5518cc
feat: added wallet dislay UI, EVM/SVM connectors
rishabhkeshan Oct 27, 2024
84fc0fe
feat: fixed null wallet value
rishabhkeshan Oct 27, 2024
0b2e752
feat: fixed null wallet value
rishabhkeshan Oct 27, 2024
349dc24
feat: fetch graphql data twice post transaction
rishabhkeshan Oct 28, 2024
9f44514
feat: fixed multiple wallet popups, decreased graphql UI update interval
rishabhkeshan Oct 28, 2024
effc57b
feat: removed reinitialize post loading state
rishabhkeshan Oct 29, 2024
8b7d755
feat: change status post seed buying
rishabhkeshan Oct 30, 2024
30a1540
feat: change status for harvest
rishabhkeshan Oct 30, 2024
d30dfdc
feat: added console log for tx calls
rishabhkeshan Oct 30, 2024
9ba4104
feat: added burner wallet
rishabhkeshan Oct 30, 2024
2721b33
feat: added local state changes
rishabhkeshan Oct 30, 2024
bfc55d8
feat: increased time before query call
rishabhkeshan Oct 30, 2024
d5b84a3
feat: changed loader state update for market modal
rishabhkeshan Oct 30, 2024
4119dd8
feat: removed unused imports and console logs
rishabhkeshan Oct 30, 2024
ac27690
feat: changed loader state update for market modal
rishabhkeshan Oct 30, 2024
b908a69
feat: added wagmi core
rishabhkeshan Oct 30, 2024
62438bd
feat: added prettier check
rishabhkeshan Oct 30, 2024
4e500d4
feat: added prettier check
rishabhkeshan Oct 30, 2024
6ba0891
feat: prettier fixes
rishabhkeshan Oct 30, 2024
b6b3891
feat: added prettier check
rishabhkeshan Oct 30, 2024
aa55c04
feat: removed unused files
rishabhkeshan Oct 30, 2024
17f338f
feat: update frontend README
rishabhkeshan Oct 30, 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
12 changes: 6 additions & 6 deletions contract/Forc.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[[package]]
name = "contract"
source = "member"
dependencies = ["std"]
name = "core"
source = "path+from-root-7053AAA90CC5E690"

[[package]]
name = "core"
source = "path+from-root-148AAAB4460F1A9D"
name = "farm-contract"
source = "member"
dependencies = ["std"]

[[package]]
name = "std"
source = "git+https://github.com/fuellabs/sway?tag=v0.59.0#d9985d8111f94235edba9a08fc71a9513ec2a95c"
source = "git+https://github.com/fuellabs/sway?tag=v0.66.2#31486c0b47669612acb7c64d66ecb50aea281282"
dependencies = ["core"]
2 changes: 1 addition & 1 deletion contract/Forc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
authors = ["Sarah Schwartz"]
entry = "main.sw"
license = "Apache-2.0"
name = "contract"
name = "farm-contract"

[dependencies]
254 changes: 0 additions & 254 deletions contract/tests/harness.rs

This file was deleted.

4 changes: 0 additions & 4 deletions frontend/.eslintignore

This file was deleted.

53 changes: 0 additions & 53 deletions frontend/.eslintrc.js

This file was deleted.

42 changes: 21 additions & 21 deletions frontend/.gitignore
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
.fuels

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
5 changes: 0 additions & 5 deletions frontend/.prettierignore

This file was deleted.

Loading
Loading