Skip to content

Commit

Permalink
fix: update cosmjs deps
Browse files Browse the repository at this point in the history
  • Loading branch information
baktun14 authored Nov 20, 2024
1 parent 5d716b8 commit 2cc50f0
Show file tree
Hide file tree
Showing 6 changed files with 268 additions and 608 deletions.
2 changes: 1 addition & 1 deletion examples/create_deployment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import fs from "fs";
import path from "path";
import https from "https";
import { SigningStargateClient } from "@cosmjs/stargate";
import { DirectSecp256k1HdWallet, Registry } from "cosmwasm";
import { MsgCreateDeployment } from "@akashnetwork/akash-api/akash/deployment/v1beta3";
import { QueryClientImpl as QueryProviderClient, QueryProviderRequest } from "@akashnetwork/akash-api/akash/provider/v1beta3";
import { QueryBidsRequest, QueryClientImpl as QueryMarketClient, MsgCreateLease, BidID } from "@akashnetwork/akash-api/akash/market/v1beta4";
Expand All @@ -12,6 +11,7 @@ import { SDL } from "@akashnetwork/akashjs/build/sdl";
import { getAkashTypeRegistry } from "@akashnetwork/akashjs/build/stargate";
import { CertificatePem } from "@akashnetwork/akashjs/build/certificates/certificate-manager/CertificateManager";
import { certificateManager } from "@akashnetwork/akashjs/build/certificates/certificate-manager";
import { DirectSecp256k1HdWallet, Registry } from "@cosmjs/proto-signing";

// update this with your wallet mnemonic
const rpcEndpoint = "https://rpc.sandbox-01.aksh.pw";
Expand Down
Loading

0 comments on commit 2cc50f0

Please sign in to comment.