mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 21:49: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);
|
||||
const {
|
||||
registry = new Registry([
|
||||
...defaultStargateTypes,
|
||||
...wasmTypes,
|
||||
]),
|
||||
registry = new Registry([...defaultStargateTypes, ...wasmTypes]),
|
||||
aminoTypes = new AminoTypes({
|
||||
...createDefaultAminoConverters(),
|
||||
...createWasmAminoConverters(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user