Skip to content
This repository has been archived by the owner on Dec 26, 2024. It is now read-only.

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
imduchuyyy committed Jul 25, 2024
1 parent 033fda0 commit 058f7c1
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/provider.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,4 @@ describe("Provider", () => {

console.log(transaction)
})

it("Get call status", async () => {
const provider: IProvider = createAbstractionProvider();
const callStatus = await provider.request({
method: "wallet_getCallsStatus",
params: ["0x6b4f1165bfee4d6164ab44f52bd9e5bfa40da28491a33960ad9952aa3f202799"]
})

console.log(callStatus)
})
})

0 comments on commit 058f7c1

Please sign in to comment.