·
18 commits
to main
since this release
Minor Changes
- #8403
d0bbbfdThanks @joaquim-verges! - Add all connected wallets in all onConnect callbacks
Patch Changes
-
#8402
e26d81cThanks @joaquim-verges! - Update useAuthToken() to find the auth token for any connected wallet instead of just the active one -
#8395
a54c1abThanks @MananTank! - Addverifyparameter toBridge.Webhook.parsefunction to validate the payloadExample
import { Bridge } from "thirdweb"; const payload = await Bridge.Webhook.parse( body, headers, process.env.WEBHOOK_SECRET, tolerance, { // throw an error if the `payload` doesn't have this receiver address set receiverAddress: "0x1234567890123456789012345678901234567890", }, );