File tree 3 files changed +4
-1
lines changed
3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change
1
+ # v0.4.6
2
+ - fix: add minor version to data source
1
3
# v0.4.5
2
4
3
5
- feat: add localhost to supported chains
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import {
14
14
} from './cli/mod.ts'
15
15
import 'https://deno.land/std@0.179.0/dotenv/load.ts'
16
16
17
- export const version = 'v0.4.5 '
17
+ export const version = 'v0.4.6 '
18
18
19
19
const command = new Command ( )
20
20
. name ( 'arkiver' )
Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ export class Arkiver extends EventTarget {
69
69
rpcUrl : rpcUrl ,
70
70
blockSources : source . blockHandlers ?? [ ] ,
71
71
noDb : this . mongoConnection === undefined ,
72
+ arkiveMinorVersion : this . arkiveData . deployment . minor_version ,
72
73
} )
73
74
await dataSource . run ( )
74
75
this . sources . push ( dataSource )
You can’t perform that action at this time.
0 commit comments