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

refactor: AO migration #30

Merged
merged 7 commits into from
Jul 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,3 @@ git remote add origin proland://YOUR_PROTOCOL_LAND_REPO_ID
```

Replace `YOUR_PROTOCOL_LAND_REPO_ID` with the specific ID of the Protocol Land repository you wish to associate with your project. This establishes a connection to the remote repository, allowing you to fetch, pull, and push changes seamlessly.

## Fix Remote Helper Issues

If you're facing problems with the remote helper that is related to corrupted warp cache, try deleting the Warp cache directory shown while running Git commands. After deleting it, run your Git commands again to check if the issues are resolved.

For example, this is the directory where the warp cache is stored. It varies for every user.

![image](https://github.com/labscommunity/protocol-land-remote-helper/assets/11836100/640669bf-f196-4302-a5c2-3d1a95387b90)
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,12 @@
},
"dependencies": {
"@amplitude/analytics-node": "^1.3.4",
"@permaweb/aoconnect": "^0.0.52",
"arbundles": "^0.10.0",
"arweave": "^1.14.4",
"env-paths": "^3.0.0",
"jszip": "^3.10.1",
"node-machine-id": "^1.1.12",
"redstone-api": "^0.4.11",
"uuid": "^9.0.1",
"warp-contracts": "^1.4.25"
"uuid": "^9.0.1"
}
}
Loading
Loading