arc402-cli 1.4.48 → 1.4.50

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/README.md CHANGED
@@ -232,8 +232,8 @@ Compute + Subscription contracts (Base Mainnet, chain 8453):
232
232
 
233
233
  | Contract | Address |
234
234
  |---|---|
235
- | ComputeAgreement | `0x0e06afE90aAD3e0D91e217C46d98F049C2528AF7` |
236
- | SubscriptionAgreement | `0xe1b6D3d0890E09582166EB450a78F6bff038CE5A` |
235
+ | ComputeAgreement | `0xf898A8A2cF9900A588B174d9f96349BBA95e57F3` |
236
+ | SubscriptionAgreement | `0x809c1D997Eab3531Eb2d01FCD5120Ac786D850D6` |
237
237
 
238
238
  These are set as defaults in the CLI — no manual config required. Override with `arc402 config set computeAgreementAddress <addr>` or `arc402 config set subscriptionAgreementAddress <addr>` if needed.
239
239
 
@@ -285,4 +285,4 @@ src/
285
285
 
286
286
  ---
287
287
 
288
- *ARC-402 is live on Base mainnet. See [docs/launch-scope.md](../docs/launch-scope.md) for what is and isn't supported at launch.*
288
+ *ARC-402 is live on Base mainnet.*
@@ -0,0 +1,5 @@
1
+ import { Command } from "commander";
2
+ export type GqlFn = (query: string) => Promise<Record<string, unknown>>;
3
+ export declare function getArenaAddresses(): Record<"arena.statusRegistry" | "arena.researchSquad" | "arena.squadBriefing" | "arena.agentNewsletter" | "arena.arenaPool" | "arena.intelligenceRegistry", string>;
4
+ export declare function registerArenaV2Commands(arena: Command, gql: GqlFn): void;
5
+ //# sourceMappingURL=arena-v2.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"arena-v2.d.ts","sourceRoot":"","sources":["../../src/commands/arena-v2.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AA0IpC,MAAM,MAAM,KAAK,GAAG,CAAC,KAAK,EAAE,MAAM,KAAK,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC;AAExE,wBAAgB,iBAAiB,wKAEhC;AA0ED,wBAAgB,uBAAuB,CAAC,KAAK,EAAE,OAAO,EAAE,GAAG,EAAE,KAAK,GAAG,IAAI,CA2pExE"}