Skip to content

Commit

Permalink
Merge pull request #30 from labscommunity/ao-migration
Browse files Browse the repository at this point in the history
refactor: AO migration
  • Loading branch information
kranthicodes authored Jul 25, 2024
2 parents 4d583c8 + 2947b86 commit 9229cde
Show file tree
Hide file tree
Showing 9 changed files with 213 additions and 526 deletions.
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

0 comments on commit 9229cde

Please sign in to comment.