Skip to content

Commit 33e0fe1

Browse files
committed
Update version 0.1.5
1 parent c61d919 commit 33e0fe1

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@auxo-dev/platform",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "Auxo's On-chain Funding platform on Mina blockchain",
55
"author": "",
66
"license": "Apache-2.0",

src/contracts/Treasury.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ import { FieldDynamicArray } from '@auxo-dev/auxo-libs';
2424

2525
import { ZkAppRef } from './SharedStorage.js';
2626

27+
import { Storage } from '@auxo-dev/dkg';
28+
2729
import {
2830
EMPTY_LEVEL_1_TREE,
2931
Level1CWitness,

src/contracts/storages.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ import * as ProjectStorage from './ProjectStorage.js';
33
import * as ParticipationStorage from './ParticipationStorage.js';
44
import * as FundingStorage from './FundingStorage.js';
55
import * as TreasuryStorage from './TreasuryStorage.js';
6+
import * as SharedStorage from './SharedStorage.js';
67

78
export {
89
CampaignStorage,
910
ProjectStorage,
1011
ParticipationStorage,
1112
FundingStorage,
1213
TreasuryStorage,
14+
SharedStorage,
1315
};

0 commit comments

Comments
 (0)