Compare commits
5 Commits
zktls
...
openzeppel
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
98dda3c61f | ||
|
|
4d1a24ecdf | ||
|
|
d9b93fe7d5 | ||
|
|
f56335d9b5 | ||
|
|
407ea51d6a |
@@ -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,8 +33,7 @@ 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
4
deploys/deploy.d.ts
vendored
@@ -1,4 +0,0 @@
|
|||||||
declare module '*.json' {
|
|
||||||
const value: any
|
|
||||||
export default value
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user