-
Notifications
You must be signed in to change notification settings - Fork 3
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: Deploy to land #277
feat: Deploy to land #277
Conversation
4bccfdd
to
ca67780
Compare
dispatch(identify({ userId: wallet })); | ||
dispatch(fetchTiles({ chainId: ChainId.ETHEREUM_SEPOLIA })); | ||
dispatch(fetchLandList({ address: wallet, chainId: ChainId.ETHEREUM_SEPOLIA })); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are these sepolia chain ids meant to be here or were there for testing?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch, removed! were there for testing
d27ed5e
to
2f33bb9
Compare
@@ -278,15 +280,14 @@ export async function updateProject(project: Project): Promise<Project> { | |||
} | |||
} | |||
|
|||
if (updatedProject.updatedAt > project.updatedAt) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
validation was added to detect whether the method updateProject
was called by the sceneUpdate RPC
or manually.
Test this pull request on windows-latestDownload the correct version for your architecture: |
LGTM ✅ ! |
Test this pull request on macos-latestDownload the correct version for your architecture:Click here if you don't know which version to downloadFor running this unsigned version of the app, you will need to run the xattr command on it:
|
This PR Adds the publish to land logic
Depends on: decentraland/ui2#200