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

Beanstalk deployment #40

Open
wants to merge 46 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
0150150
Po
KaalDhairya Jul 3, 2021
550670e
analytics update for testnet
devVasuki Jul 7, 2021
bee223f
updated analytics for mainnet
devVasuki Jul 8, 2021
3bcde66
Bury changes
KaalDhairya Jul 9, 2021
2968829
Bury changes
KaalDhairya Jul 9, 2021
ccb0b59
Merge branch 'devAnalytics'
KaalDhairya Jul 9, 2021
3df7fac
Bury changes
KaalDhairya Jul 9, 2021
a430e8a
Bury changes
KaalDhairya Jul 9, 2021
4c825d0
Bury changes
KaalDhairya Jul 9, 2021
e892f69
Bury changes
KaalDhairya Jul 10, 2021
1782a57
Bury changes
KaalDhairya Jul 10, 2021
528df8b
Bury changes
KaalDhairya Jul 11, 2021
8aa8596
Bury changes
KaalDhairya Jul 11, 2021
4ea8d7b
fixed the css and color of the dashboard
devpria96 Jul 13, 2021
7e272ab
Merge pull request #1 from KaalDhairya/sushi-Iss-dashboard
KaalDhairya Jul 13, 2021
f2c66fa
Merge remote-tracking branch 'origin/main'
KaalDhairya Jul 13, 2021
b6d9bed
Bury changes
KaalDhairya Jul 13, 2021
726622e
Bury changes
KaalDhairya Jul 13, 2021
9a0f4fb
fixed the css and color of the dashboard
devpria96 Jul 13, 2021
f516a79
fix conflicts
devpria96 Jul 13, 2021
221a197
Merge pull request #2 from KaalDhairya/sushi-Iss-dashboard
KaalDhairya Jul 13, 2021
b9d6966
removed the icons and added a pagination
devpria96 Jul 14, 2021
e50fbc7
Merge pull request #3 from KaalDhairya/sushi-Iss-dashboard
KaalDhairya Jul 14, 2021
8f6a04b
fixed the search bar
devpria96 Jul 15, 2021
3351375
Merge pull request #4 from KaalDhairya/sushi-Iss-dashboard
KaalDhairya Jul 15, 2021
7ce6811
fixed the icon colur
devpria96 Jul 15, 2021
a747099
Merge pull request #5 from KaalDhairya/sushi-Iss-dashboard
KaalDhairya Jul 15, 2021
1a48745
Bury changes
KaalDhairya Jul 15, 2021
6c4d36c
bury APRs
shadowHunter00121 Jul 15, 2021
e6402ab
Bury changes
KaalDhairya Jul 15, 2021
7028736
file updated with bury logic
devVasuki Jul 16, 2021
d749943
Bury changes
KaalDhairya Jul 16, 2021
ffcc8e4
Merge pull request #6 from KaalDhairya/dev/bugFix
KaalDhairya Jul 16, 2021
09a7cfb
fixed the icons
devpria96 Jul 16, 2021
356ba2c
fixed the woof issues
devpria96 Jul 16, 2021
47e9127
changed the woof icon
devpria96 Jul 16, 2021
f55b156
added woffed
devpria96 Jul 16, 2021
5772134
Merge pull request #7 from KaalDhairya/sushi-Iss-dashboard
KaalDhairya Jul 16, 2021
fe04ae2
apr and apy
shadowHunter00121 Jul 16, 2021
3284cc6
bury coming soon
shadowHunter00121 Jul 19, 2021
4677fda
90 bpb aprs
shadowHunter00121 Jul 26, 2021
0ce6fe6
label change
shadowHunter00121 Jul 27, 2021
e14b604
APYs
shadowHunter00121 Jul 27, 2021
becf916
buries fixed
shadowHunter00121 Aug 10, 2021
80c531d
Initial commit after beanstalk deployments
DevEIYSYS Sep 14, 2021
0445ea7
Merge branch 'main' into beanstalkDeployment
DevEIYSYS Oct 11, 2021
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
22 changes: 22 additions & 0 deletions .elasticbeanstalk/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
branch-defaults:
main:
environment: ShibaApp-dev
group_suffix: null
environment-defaults:
ShibaApp-dev:
branch: null
repository: null
global:
application_name: ShibaApp
branch: null
default_ec2_keyname: latest-kaal
default_platform: Node.js 14 running on 64bit Amazon Linux 2
default_region: us-east-1
include_git_submodules: true
instance_profile: null
platform_name: null
platform_version: null
profile: eb-cli
repository: null
sc: git
workspace_type: Application
10 changes: 5 additions & 5 deletions .env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NEXT_PUBLIC_APP_NAME="SushiSwap Analytics"
NEXT_PUBLIC_APP_URL="https://analytics.sushi.com"
NEXT_PUBLIC_APP_DESCRIPTION="Analytics for the SushiSwap protocol"
NEXT_PUBLIC_APP_KEYWORDS="sushiswap, uniswap"
NEXT_PUBLIC_GA_ID="UA-191094689-2"
NEXT_PUBLIC_APP_NAME="ShibaSwap Analytics"
NEXT_PUBLIC_APP_URL="https://analytics.shibaswap.com"
NEXT_PUBLIC_APP_DESCRIPTION="Analytics for the ShibaSwap protocol"
NEXT_PUBLIC_APP_KEYWORDS="shibaswap, uniswap"
NEXT_PUBLIC_GA_ID=""
8 changes: 4 additions & 4 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NEXT_PUBLIC_APP_NAME="SushiSwap Analytics"
NEXT_PUBLIC_APP_URL="https://sushiswapanalytics.com"
NEXT_PUBLIC_APP_DESCRIPTION="Analytics for the SushiSwap protocol"
NEXT_PUBLIC_APP_KEYWORDS="sushiswap, uniswap"
NEXT_PUBLIC_APP_NAME="ShibaSwap Analytics"
NEXT_PUBLIC_APP_URL="https://shibaswapanalytics.com"
NEXT_PUBLIC_APP_DESCRIPTION="Analytics for the ShibSwap protocol"
NEXT_PUBLIC_APP_KEYWORDS="shibaswap, uniswap"
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/analytics.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ module.exports = withPWA({
// scope: "/",
// sw: "service-worker.js",
},
ignoreBuildErrors: true,
});
Loading