@memfork/cli 0.1.13 → 0.1.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -71,7 +71,7 @@ export async function autoProvision(opts) {
71
71
  // All subsequent MemForks ops are covered by /sponsor, but those two calls
72
72
  // happen before the tree exists and must self-pay.
73
73
  step(2, "Requesting mainnet gas from MemForks sponsor");
74
- const sponsorUrl = process.env.MEMFORK_SPONSOR_URL ?? "https://sponsor.memforks.ai";
74
+ const sponsorUrl = process.env.MEMFORK_SPONSOR_URL ?? "https://memforks-sponsor-production.up.railway.app";
75
75
  try {
76
76
  const res = await fetch(`${sponsorUrl}/drip`, {
77
77
  method: "POST",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memfork/cli",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "description": "MemForks CLI — init, commit, recall, merge, install plugins",
5
5
  "repository": {
6
6
  "type": "git",