@steerprotocol/curator-tools 1.6.0 → 1.7.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 +1 -0
- package/package.json +5 -1
package/README.md
CHANGED
|
@@ -226,3 +226,4 @@ Automated versioning and NPM publishing are handled via **Semantic Release**.
|
|
|
226
226
|
- Resolver validation enforces curator authorization per vault on both attestation and revocation (removing a curator prevents them from attesting *and* revoking prior attestations).
|
|
227
227
|
- The payload includes a `targetChainId` for cross-chain overrides stored on Arbitrum One.
|
|
228
228
|
- Input validation is enforced on both smart contract and client-side levels.
|
|
229
|
+
\n- **Multi-chain support**: Enhanced `StrategyStore` to handle multi-chain configurations and deterministic vault identifiers.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steerprotocol/curator-tools",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.7.0",
|
|
4
4
|
"description": "Steer Protocol Curator Override Tools",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -33,6 +33,7 @@
|
|
|
33
33
|
"author": "Derek Barrera",
|
|
34
34
|
"license": "ISC",
|
|
35
35
|
"dependencies": {
|
|
36
|
+
"@steerprotocol/data-connector-loader": "^2.1.1",
|
|
36
37
|
"@steerprotocol/sdk": "^1.22.4",
|
|
37
38
|
"ethers": "^6.16.0",
|
|
38
39
|
"viem": "^2.43.3",
|
|
@@ -43,11 +44,14 @@
|
|
|
43
44
|
"@semantic-release/git": "^10.0.1",
|
|
44
45
|
"@semantic-release/github": "^12.0.2",
|
|
45
46
|
"@semantic-release/npm": "^13.1.3",
|
|
47
|
+
"@types/dotenv": "^6.1.1",
|
|
46
48
|
"@types/jest": "^29.5.12",
|
|
47
49
|
"@types/node": "^20.11.24",
|
|
48
50
|
"@uniswap/sdk-core": "^7.10.0",
|
|
49
51
|
"@uniswap/v3-sdk": "^3.27.0",
|
|
52
|
+
"dotenv": "^17.2.3",
|
|
50
53
|
"jest": "^29.7.0",
|
|
54
|
+
"jest-util": "^30.2.0",
|
|
51
55
|
"semantic-release": "^25.0.2",
|
|
52
56
|
"ts-jest": "^29.1.2",
|
|
53
57
|
"ts-node": "^10.9.2",
|