You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Medium Risk
Introduces a new SignatureType enum value that may affect downstream logic that assumes only types 0–2, potentially impacting order signing/validation flows for clients upgrading.
Overview
Adds a new signature mode, SignatureType.POLY_DEPOSIT_WALLET = 3, documented as ERC-1271 isValidSignature() validation with ERC-7739 nested domain wrapping.
Updates examples/signatureTypes.ts to show how to initialize a ClobClient for a Polymarket Deposit Wallet using the new signature type and wallet address.
Reviewed by Cursor Bugbot for commit ab376cd. Bugbot is set up for automated code reviews on this repo. Configure here.
Note
Medium Risk
Introduces a new
SignatureTypeenum value that may affect downstream logic that assumes only types 0–2, potentially impacting order signing/validation flows for clients upgrading.Overview
Adds a new signature mode,
SignatureType.POLY_DEPOSIT_WALLET = 3, documented as ERC-1271isValidSignature()validation with ERC-7739 nested domain wrapping.Updates
examples/signatureTypes.tsto show how to initialize aClobClientfor a Polymarket Deposit Wallet using the new signature type and wallet address.Reviewed by Cursor Bugbot for commit ab376cd. Bugbot is set up for automated code reviews on this repo. Configure here.
Originally posted by @arun-poly in #346
Originally posted by @garlobrian52 in #353