create-mantle-facilitator 0.3.0 → 0.3.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-mantle-facilitator",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "bin": {
@@ -6,4 +6,5 @@
6
6
  * Set to a valid URL when the official analytics backend is ready.
7
7
  * If undefined, telemetry will only be sent if TELEMETRY_ENDPOINT env var is set.
8
8
  */
9
- export const DEFAULT_TELEMETRY_ENDPOINT: string | undefined = undefined;
9
+ export const DEFAULT_TELEMETRY_ENDPOINT: string | undefined =
10
+ "https://x402mantlesdk.xyz/api/telemetry/settled";