Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lidangzzz committed Jun 3, 2023
1 parent 6a684af commit 9e75a5a
Show file tree
Hide file tree
Showing 36 changed files with 5 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: BUSL-1.1
pragma solidity ^0.8.9;
import "../../Runtime/VotingMachine/VotingMachine.sol";
import '../../protocol/Runtime/VotingMachine/VotingMachine.sol';


/**
Expand All @@ -10,5 +10,7 @@ import "../../Runtime/VotingMachine/VotingMachine.sol";
*/

contract VotingTestContract is VotingMachine{

function initializeVotingTest() public {
this.initialize();
}
}
2 changes: 1 addition & 1 deletion darc-protocol/test/ABITest/ABITest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { ethers } from "hardhat";
import { BigNumber } from "ethers";
import { deployDARC } from "../../scripts/deployDARC";

import * as darcjson from "../../../darc-protocol/artifacts/contracts/Darc.sol/Darc.json";
import * as darcjson from "../../../darc-protocol/artifacts/contracts/protocol/Darc.sol/Darc.json";

// test for batch mint token instruction on DARC
// transfer tokens to another 2 addresses
Expand Down

0 comments on commit 9e75a5a

Please sign in to comment.