@steerprotocol/curator-tools 1.3.0 → 1.4.0
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 +5 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -58,8 +58,10 @@ Canonical overrides are stored on **Arbitrum One**, and the payload’s `chainId
|
|
|
58
58
|
- **Schema string**: `address vault,uint256 chainId,uint256 strategyTokenId,string manifestCid`
|
|
59
59
|
- **Semantics**: `chainId` is `targetChainId` (it may differ from `block.chainid`)
|
|
60
60
|
- **SchemaRegistry (Arbitrum One)**: `0xA310da9c5B885E7fb3fbA9D66E9Ba6Df512b78eB`
|
|
61
|
+
- **Resolver (Arbitrum One)**: `0xD36E3f33c6f1814F6923835Ae7dC508FEDA14b62`
|
|
61
62
|
- **Schema revocable**: `true`
|
|
62
|
-
- **Schema UID**:
|
|
63
|
+
- **Schema UID**: `0x2a8ed2dea14b650384d87e1a9fdcd56ab7489fac437134f594f518d9538cbab9`
|
|
64
|
+
- **Deprecated schema (no resolver)**: `0x62b656756a16bd3d2ef501cd9493c603fd90b050d6e9cfffc8e450639ce30a27` (registered with resolver `address(0)`, so it enforces no on-chain curator checks)
|
|
63
65
|
|
|
64
66
|
## User Flows
|
|
65
67
|
|
|
@@ -220,5 +222,6 @@ Automated versioning and NPM publishing are handled via **Semantic Release**.
|
|
|
220
222
|
|
|
221
223
|
## Security
|
|
222
224
|
- All administrative actions are restricted to the `owner`.
|
|
223
|
-
- Resolver validation enforces curator authorization per vault
|
|
225
|
+
- Resolver validation enforces curator authorization per vault on both attestation and revocation (removing a curator prevents them from attesting *and* revoking prior attestations).
|
|
226
|
+
- The payload includes a `targetChainId` for cross-chain overrides stored on Arbitrum One.
|
|
224
227
|
- Input validation is enforced on both smart contract and client-side levels.
|