Skip to content

Commit

Permalink
fix: remove cosmwasm package
Browse files Browse the repository at this point in the history
  • Loading branch information
baktun14 committed Nov 7, 2024
1 parent dc53ee1 commit fcf6b7c
Show file tree
Hide file tree
Showing 5 changed files with 92 additions and 771 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 fcf6b7c

Please sign in to comment.