@sage-protocol/cli 0.8.13 → 0.8.15

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.
@@ -17,7 +17,7 @@ module.exports = {
17
17
  CHAIN_ID: 84532,
18
18
 
19
19
  // Default subgraph URL
20
- SAGE_SUBGRAPH_URL: 'https://api.goldsky.com/api/public/project_cmhxp0fppsbdd01q56xp2gqw9/subgraphs/sxxx-protocol/1.0.5/gn',
20
+ SAGE_SUBGRAPH_URL: 'https://api.goldsky.com/api/public/project_cmhxp0fppsbdd01q56xp2gqw9/subgraphs/sage-protocol/1.0.5/gn',
21
21
 
22
22
  // IPFS Gateway
23
23
  SAGE_IPFS_GATEWAY: 'https://ipfs.dev.sageprotocol.io',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sage-protocol/cli",
3
- "version": "0.8.13",
3
+ "version": "0.8.15",
4
4
  "description": "Sage Protocol CLI for managing AI prompt libraries",
5
5
  "bin": {
6
6
  "sage": "./bin/sage.js"
package/src/defaults.js CHANGED
@@ -17,7 +17,7 @@ module.exports = {
17
17
  CHAIN_ID: 84532,
18
18
 
19
19
  // Default subgraph URL
20
- SAGE_SUBGRAPH_URL: 'https://api.goldsky.com/api/public/project_cmhxp0fppsbdd01q56xp2gqw9/subgraphs/sxxx-protocol/1.0.5/gn',
20
+ SAGE_SUBGRAPH_URL: 'https://api.goldsky.com/api/public/project_cmhxp0fppsbdd01q56xp2gqw9/subgraphs/sage-protocol/1.0.5/gn',
21
21
 
22
22
  // IPFS Gateway
23
23
  SAGE_IPFS_GATEWAY: 'https://ipfs.dev.sageprotocol.io',