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

9987 kill quadratic lands remove app #10138

Closed
wants to merge 4 commits into from

Conversation

tim-schultz
Copy link
Contributor

Description

This is a follow up to #10137. It removes the remaining files and reference to quadratic lands

Refers/Fixes

fixes: #9987

@@ -770,9 +771,9 @@
url(r'^blocknative', perftools.views.blocknative, name='blocknative'),

# quadratic lands
path('quadraticlands/', include('quadraticlands.urls', namespace='quadraticlands')),
re_path(r'^quadraticlands/?', include('quadraticlands.urls', namespace='ql_catchall_')),
re_path(r'^quadraticland/?', include('quadraticlands.urls', namespace='ql_catchall')),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is just a nightmare :P meh meh meh

@@ -24,7 +24,6 @@ WORKDIR /usr/src
RUN apt-get update && apt-get install -y wget
RUN wget "https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb"
RUN apt-get install -y $CHROME_DEPS
RUN dpkg -i google-chrome-stable_current_amd64.deb
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this supposed to be dropped here?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol that fails on the m1 :P but should be a in a seperate PR anyways

@thelostone-mc
Copy link
Member

@schultztimothy the other PR is rolled out ! When you're ready. -> we can update this PR and make sure only the new commits are present

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Kill centralized /quadraticlands and forward to DAO-owned page
3 participants