Skip to content
This repository has been archived by the owner on Dec 25, 2023. It is now read-only.

Commit

Permalink
Resort Exports
Browse files Browse the repository at this point in the history
  • Loading branch information
msteiner96 authored Apr 11, 2022
1 parent 32ac8f7 commit fb70b26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
* Exporting all the defined CosmJS symbols
*/

// CosmWasmJS Helpers
export { setupNodeLedger, setupNodeLocal, setupWebKeplr, setupWebLedger } from "./helpers/setup";

// @cosmjs/amino
export {
AccountData,
Expand Down Expand Up @@ -43,9 +46,6 @@ export {
StdTx,
} from "@cosmjs/amino";

// CosmWasmJS Helpers
export { setupNodeLedger, setupNodeLocal, setupWebKeplr, setupWebLedger } from "./helpers/setup";

// @cosmjs/cosmwasm-stargate
export {
ChangeAdminResult,
Expand Down

0 comments on commit fb70b26

Please sign in to comment.