Skip to content

Commit 3a418ee

Browse files
committed
Release v0.11.0
Origin-SHA: a70ce16f42ed43c58a0896d59f2df7c042515b56
1 parent 5a278d9 commit 3a418ee

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @opensea/tool-sdk
22

3+
## 0.11.0
4+
5+
### Minor Changes
6+
7+
- 308e5f8: Add `configure-subscription` CLI command and wire SubscriptionPredicate support into `register --predicate-config`
8+
- a5992e3: `configure-trait-gating` and `get-trait-config` CLI commands now default to the canonical TraitGatedPredicate deployment. The `<predicateAddress>` positional argument is replaced with an optional `--predicate-address <address>` flag for overriding the canonical address.
9+
- ca8bd98: Add TraitGatedPredicate for ERC-7496 dynamic trait gating. New exports: `TraitGatedPredicateClient`, `TraitGatedPredicateABI`, `ERC7496_TRAIT_KIND`, `DecodedERC7496TraitRequirement`, `TRAIT_GATED_PREDICATE`.
10+
11+
Canonical deployment at `0x10abF07CfA34Bf22372C57f27e8bd9C2DCF93fA1` on Ethereum mainnet and Base — `TraitGatedPredicateClient` now defaults to this address when `predicateAddress` is omitted.
12+
313
## 0.10.0
414

515
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opensea/tool-sdk",
3-
"version": "0.10.0",
3+
"version": "0.11.0",
44
"type": "module",
55
"description": "SDK and CLI for building ERC-8257 compliant AI agent tools",
66
"repository": {

0 commit comments

Comments
 (0)