File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @auxo-dev/platform" ,
3
- "version" : " 0.1.4 " ,
3
+ "version" : " 0.1.5 " ,
4
4
"description" : " Auxo's On-chain Funding platform on Mina blockchain" ,
5
5
"author" : " " ,
6
6
"license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ import { FieldDynamicArray } from '@auxo-dev/auxo-libs';
24
24
25
25
import { ZkAppRef } from './SharedStorage.js' ;
26
26
27
+ import { Storage } from '@auxo-dev/dkg' ;
28
+
27
29
import {
28
30
EMPTY_LEVEL_1_TREE ,
29
31
Level1CWitness ,
Original file line number Diff line number Diff line change @@ -3,11 +3,13 @@ import * as ProjectStorage from './ProjectStorage.js';
3
3
import * as ParticipationStorage from './ParticipationStorage.js' ;
4
4
import * as FundingStorage from './FundingStorage.js' ;
5
5
import * as TreasuryStorage from './TreasuryStorage.js' ;
6
+ import * as SharedStorage from './SharedStorage.js' ;
6
7
7
8
export {
8
9
CampaignStorage ,
9
10
ProjectStorage ,
10
11
ParticipationStorage ,
11
12
FundingStorage ,
12
13
TreasuryStorage ,
14
+ SharedStorage ,
13
15
} ;
You can’t perform that action at this time.
0 commit comments