Skip to content

Commit

Permalink
chore: update types to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
troykessler committed Oct 17, 2023
1 parent 6e4f0c5 commit d4a0e78
Show file tree
Hide file tree
Showing 186 changed files with 3,080 additions and 27,335 deletions.
4 changes: 2 additions & 2 deletions common/types/scripts/proto-gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ mkdir temp

# clone cosmos-sdk repo
COSMOS_SDK_REPO="git@github.com:KYVENetwork/cosmos-sdk.git"
COSMOS_SDK_VERSION="v0.47.5-kyve-rc0"
COSMOS_SDK_VERSION="v0.46.13-kyve"

git -C ./temp clone -b ${COSMOS_SDK_VERSION} --single-branch ${COSMOS_SDK_REPO}

# clone chain repo
KYVE_CHAIN_REPO="git@github.com:KYVENetwork/chain.git"
KYVE_CHAIN_VERSION="rapha/funders-module"
KYVE_CHAIN_VERSION="v1.3.0"

git -C ./temp clone -b ${KYVE_CHAIN_VERSION} --single-branch ${KYVE_CHAIN_REPO}

Expand Down
3 changes: 0 additions & 3 deletions common/types/src/client/amino/amino.ts

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/* eslint-disable */
import _m0 from "protobufjs/minimal";

export const protobufPackage = "cosmos.authz.module.v1";
export const protobufPackage = "cosmos.app.module.v1alpha1";

/** Module is the config object of the authz module. */
/** Module is the module config object for the cosmos.app v1 app module. */
export interface Module {
}

Expand Down
284 changes: 0 additions & 284 deletions common/types/src/client/cosmos/app/runtime/v1alpha1/module.ts

This file was deleted.

Loading

0 comments on commit d4a0e78

Please sign in to comment.