Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a63b58e741 |
@@ -11,7 +11,7 @@ pragma solidity ^0.8.19;
|
|||||||
import { OwnerSettings, ERC20, SafeTransferLib } from "contracts/core/OwnerSettings.sol";
|
import { OwnerSettings, ERC20, SafeTransferLib } from "contracts/core/OwnerSettings.sol";
|
||||||
import { BaseUtils } from "contracts/core/BaseUtils.sol";
|
import { BaseUtils } from "contracts/core/BaseUtils.sol";
|
||||||
import { DataTypes as DT } from "contracts/core/DataTypes.sol";
|
import { DataTypes as DT } from "contracts/core/DataTypes.sol";
|
||||||
|
import { IPrimusZKTLS, Attestation } from "@primuslabs/zktls-contracts/src/IPrimusZKTLS.sol";
|
||||||
|
|
||||||
contract P2PIX is BaseUtils {
|
contract P2PIX is BaseUtils {
|
||||||
// solhint-disable use-forbidden-name
|
// solhint-disable use-forbidden-name
|
||||||
@@ -33,7 +33,8 @@ contract P2PIX is BaseUtils {
|
|||||||
address[] memory validSigners,
|
address[] memory validSigners,
|
||||||
address _reputation,
|
address _reputation,
|
||||||
ERC20[] memory tokens,
|
ERC20[] memory tokens,
|
||||||
bool[] memory tokenStates
|
bool[] memory tokenStates,
|
||||||
|
address primusAddress
|
||||||
)
|
)
|
||||||
OwnerSettings(
|
OwnerSettings(
|
||||||
defaultBlocks,
|
defaultBlocks,
|
||||||
|
|||||||
4
deploys/deploy.d.ts
vendored
Normal file
4
deploys/deploy.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
declare module '*.json' {
|
||||||
|
const value: any
|
||||||
|
export default value
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user