File tree Expand file tree Collapse file tree
snapshot-legacy-exporter/source
snapshot-legacy-importer/source Expand file tree Collapse file tree Original file line number Diff line number Diff 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 } ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments