Skip to content

Commit

Permalink
Update version 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
huyminh1115 committed Jan 13, 2024
1 parent c61d919 commit 33e0fe1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auxo-dev/platform",
"version": "0.1.4",
"version": "0.1.5",
"description": "Auxo's On-chain Funding platform on Mina blockchain",
"author": "",
"license": "Apache-2.0",
Expand Down
2 changes: 2 additions & 0 deletions src/contracts/Treasury.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ import { FieldDynamicArray } from '@auxo-dev/auxo-libs';

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

import { Storage } from '@auxo-dev/dkg';

import {
EMPTY_LEVEL_1_TREE,
Level1CWitness,
Expand Down
2 changes: 2 additions & 0 deletions src/contracts/storages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ import * as ProjectStorage from './ProjectStorage.js';
import * as ParticipationStorage from './ParticipationStorage.js';
import * as FundingStorage from './FundingStorage.js';
import * as TreasuryStorage from './TreasuryStorage.js';
import * as SharedStorage from './SharedStorage.js';

export {
CampaignStorage,
ProjectStorage,
ParticipationStorage,
FundingStorage,
TreasuryStorage,
SharedStorage,
};

0 comments on commit 33e0fe1

Please sign in to comment.