Skip to content

Commit

Permalink
chore(examples): update get_lease_status.ts example
Browse files Browse the repository at this point in the history
refs #96
  • Loading branch information
ygrishajev committed Jun 18, 2024
1 parent 4934a5a commit 9e0b013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/get_lease_status.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { QueryClientImpl, QueryLeaseRequest, QueryLeaseResponse } from "@akashnetwork/akash-api/akash/market/v1beta3";
import { QueryClientImpl, QueryLeaseRequest, QueryLeaseResponse } from "@akashnetwork/akash-api/akash/market/v1beta4";
import { getRpc } from "@akashnetwork/akashjs/build/rpc";

async function main() {
Expand Down

0 comments on commit 9e0b013

Please sign in to comment.