mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-11 14:09:15 +00:00
Format code
This commit is contained in:
parent
2ffe5b1d5a
commit
41fe29a8cb
@ -229,10 +229,7 @@ export class SigningCosmWasmClient extends CosmWasmClient {
|
|||||||
) {
|
) {
|
||||||
super(tmClient);
|
super(tmClient);
|
||||||
const {
|
const {
|
||||||
registry = new Registry([
|
registry = new Registry([...defaultStargateTypes, ...wasmTypes]),
|
||||||
...defaultStargateTypes,
|
|
||||||
...wasmTypes,
|
|
||||||
]),
|
|
||||||
aminoTypes = new AminoTypes({
|
aminoTypes = new AminoTypes({
|
||||||
...createDefaultAminoConverters(),
|
...createDefaultAminoConverters(),
|
||||||
...createWasmAminoConverters(),
|
...createWasmAminoConverters(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user