Skip to content

Commit d706520

Browse files
authored
feat: add RocketPool Shield validator with STAKE and APPROVAL validation (#13)
* feat: rocketpool stake + approval * feat: thorough validation of swapTo params * fix: lint * fix: bump version * feat: add LI.FI SWAP validation, APPROVAL spender whitelist, and comprehensive tests for RocketPool validator (#14) * feat: rocketpool exit validation * fix: remove unreachable lifi swap selectors * fix: lint
1 parent 086c3c5 commit d706520

5 files changed

Lines changed: 1737 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yieldxyz/shield",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "Zero-trust transaction validation library for Yield.xyz integrations.",
55
"packageManager": "pnpm@10.12.2",
66
"main": "./dist/index.js",

src/validators/evm/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
export { BaseEVMValidator } from './base.validator';
22
export type { EVMTransaction } from './base.validator';
33
export { LidoValidator } from './lido/lido.validator';
4+
export { RocketPoolValidator } from './rocketpool/rocketpool.validator';

0 commit comments

Comments
 (0)