Skip to content

Commit

Permalink
Revert TransactionMessageData
Browse files Browse the repository at this point in the history
  • Loading branch information
Redm4x committed Nov 10, 2023
1 parent cd490fa commit 566ab40
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions deploy-web/src/utils/TransactionMessageData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@ export function setMessageTypes() {

export class TransactionMessageData {
static Types = {
MSG_CLOSE_DEPLOYMENT: "/akash.deployment.v1beta3.MsgCloseDeployment",
MSG_CREATE_DEPLOYMENT: "/akash.deployment.v1beta3.MsgCreateDeployment",
MSG_DEPOSIT_DEPLOYMENT: "/akash.deployment.v1beta3.MsgDepositDeployment",
MSG_DEPOSIT_DEPLOYMENT_AUTHZ: "/akash.deployment.v1beta3.DepositDeploymentAuthorization",
MSG_UPDATE_DEPLOYMENT: "/akash.deployment.v1beta3.MsgUpdateDeployment",
MSG_CLOSE_DEPLOYMENT: "",
MSG_CREATE_DEPLOYMENT: "",
MSG_DEPOSIT_DEPLOYMENT: "",
MSG_DEPOSIT_DEPLOYMENT_AUTHZ: "",
MSG_UPDATE_DEPLOYMENT: "",
// TODO MsgCloseGroup
// TODO MsgPauseGroup
// TODO MsgStartGroup
MSG_CREATE_LEASE: "/akash.market.v1beta3.MsgCreateLease",
MSG_REVOKE_CERTIFICATE: "/akash.cert.v1beta3.MsgRevokeCertificate",
MSG_CREATE_CERTIFICATE: "/akash.cert.v1beta3.MsgCreateCertificate",
MSG_UPDATE_PROVIDER: "/akash.provider.v1beta3.MsgUpdateProvider",
MSG_CREATE_LEASE: "",
MSG_REVOKE_CERTIFICATE: "",
MSG_CREATE_CERTIFICATE: "",
MSG_UPDATE_PROVIDER: "",

// Cosmos
MSG_SEND_TOKENS: "/cosmos.bank.v1beta1.MsgSend",
Expand Down

0 comments on commit 566ab40

Please sign in to comment.