@pendle/sdk-boros 1.6.3-allowlist-performactions-20260727095911 → 1.6.3
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/CHANGELOG.md +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# @pendle/sdk-boros
|
|
2
2
|
|
|
3
|
-
## 1.6.3
|
|
3
|
+
## 1.6.3
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- 9b8ead3: fix(deposit): allowlist the OpenRouter `performActions` entrypoint
|
|
8
8
|
|
|
9
9
|
Socket v3 routes served by the Across provider use `performActions`, which was not in the
|
|
10
10
|
calldata validator's entrypoint allowlist. Those deposits failed client-side with
|
package/package.json
CHANGED