cosmwasm-stargate: Remove old codec

This commit is contained in:
willclarktech
2021-02-09 10:48:41 +00:00
parent 110013c9b3
commit 3a6cf02c8b
5 changed files with 0 additions and 8108 deletions
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
@@ -1,9 +0,0 @@
import Long from "long";
import protobuf from "protobufjs/minimal";
// Ensure the protobuf module has a Long implementation, which otherwise only works
// in Node.js (see https://github.com/protobufjs/protobuf.js/issues/921#issuecomment-334925145)
protobuf.util.Long = Long;
protobuf.configure();
export { cosmwasm } from "./generated/codecimpl";
File diff suppressed because it is too large Load Diff
-1
View File
@@ -1 +0,0 @@
export { cosmwasm } from "./generated/codecimpl";