Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/weak-papayas-occur.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"thirdweb": patch
---

Fix etherlink transfers when too little funds
2 changes: 1 addition & 1 deletion packages/thirdweb/src/bridge/Status.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ describe.runIf(process.env.TW_SECRET_KEY)("Bridge.status", () => {
it("should handle successful status with chain", async () => {
const result = await status({
transactionHash:
"0x7bedc4693e899fe81a22dac11301e77a12a6e772834bba5b698baf3ebcf86f7a",
"0x06ac91479b3ea4c6507f9b7bff1f2d5f553253fa79af9a7db3755563b60f7dfb",
chain: defineChain(8453),
client: TEST_CLIENT,
});
Expand Down
172 changes: 0 additions & 172 deletions packages/thirdweb/src/react/core/hooks/useBridgeError.test.ts

This file was deleted.

Loading
Loading