Skip to content

Commit b7788c4

Browse files
committed
style: resolve style guide violations
1 parent 9b74533 commit b7788c4

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

packages/snapshot-legacy-exporter/source/defaults.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ export const defaults = {
2929
Environment.get(Constants.EnvironmentVariables.MAINSAIL_TOKEN),
3030

3131
v3: {
32+
database: "ark_devnet",
3233
// when using podman
3334
// host: "host.containers.internal",
3435
host: "localhost",
35-
port: 5432,
36-
database: "ark_devnet",
3736
password: "test_db",
37+
port: 5432,
3838
user: "test_db",
3939
},
4040
},

packages/snapshot-legacy-importer/source/importer.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -306,12 +306,12 @@ export class Importer implements Contracts.Snapshot.LegacyImporter {
306306
}
307307

308308
return {
309-
initialTotalSupply: totalSupply,
309+
importedUsernames,
310310
importedValidators,
311311
importedVoters,
312-
skippedVoters,
313-
importedUsernames,
312+
initialTotalSupply: totalSupply,
314313
skippedValidators,
314+
skippedVoters,
315315
};
316316
}
317317

0 commit comments

Comments
 (0)