Skip to content

Commit e9b83d9

Browse files
committed
Release v0.4.0
Origin-SHA: a70ce16f42ed43c58a0896d59f2df7c042515b56
1 parent 42c94dd commit e9b83d9

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- 0c28091: Add `TraitGatedPredicate` for ERC-7496 dynamic trait gating. The predicate combines ERC-721 ownership with an on-chain trait value match, supports a separate traits contract (e.g. a renderer), and allows a configurable trait key with up to 32 allowed values per tool. It ships in `script/Deploy.s.sol` and a standalone `script/DeployTraitGatedPredicate.s.sol`, and is deployed deterministically via the Arachnid CREATE2 factory at the canonical address `0x10abF07CfA34Bf22372C57f27e8bd9C2DCF93fA1` on Ethereum mainnet and Base.
8+
39
## 0.3.0
410

511
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "@opensea/tool-registry",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"private": true
55
}

0 commit comments

Comments
 (0)