cosmwasm-stargate: Remove old codec
This commit is contained in:
parent
110013c9b3
commit
3a6cf02c8b
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 +0,0 @@
|
||||
export { cosmwasm } from "./generated/codecimpl";
|
||||
Loading…
Reference in New Issue
Block a user