@sage-protocol/cli 0.8.13 → 0.8.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.
- package/dist/cli/commands/dao.js +1 -0
- package/dist/cli/defaults.js +1 -1
- package/package.json +1 -1
- package/src/defaults.js +1 -1
package/dist/cli/commands/dao.js
CHANGED
|
@@ -817,6 +817,7 @@ function register(program) {
|
|
|
817
817
|
.addCommand(
|
|
818
818
|
new Command('identity-claim')
|
|
819
819
|
.description('Generate calldata to claim ERC-8004 identity for a DAO (timelock-only)')
|
|
820
|
+
.alias('claim-identity')
|
|
820
821
|
.argument('<addrOrAlias>', 'DAO address (0x...) or saved alias')
|
|
821
822
|
.option('--token-uri <uri>', 'Token URI to register (defaults to A2A agent card)')
|
|
822
823
|
.option('--salt <hex32>', 'Timelock salt (0x...32 bytes, default 0x00)')
|
package/dist/cli/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/
|
|
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
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/
|
|
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',
|