We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 950bbae commit 1bb1523Copy full SHA for 1bb1523
packages/thirdweb/src/bridge/Status.test.ts
@@ -41,7 +41,7 @@ describe.runIf(process.env.TW_SECRET_KEY)("Bridge.status", () => {
41
`);
42
});
43
44
- it("should handle successfull status with chain", async () => {
+ it("should handle successful status with chain", async () => {
45
const result = await status({
46
transactionHash:
47
"0x7bedc4693e899fe81a22dac11301e77a12a6e772834bba5b698baf3ebcf86f7a",
0 commit comments