Compare commits
7 Commits
openzeppel
...
zktls
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a63b58e741 | ||
|
|
4bf8841a89 | ||
|
|
0151910b0d | ||
|
|
7a2aec7e71 | ||
|
|
5737ab1623 | ||
|
|
183db96fda | ||
|
|
7f6efc4cb6 |
@@ -11,7 +11,7 @@ pragma solidity ^0.8.19;
|
||||
import { OwnerSettings, ERC20, SafeTransferLib } from "contracts/core/OwnerSettings.sol";
|
||||
import { BaseUtils } from "contracts/core/BaseUtils.sol";
|
||||
import { DataTypes as DT } from "contracts/core/DataTypes.sol";
|
||||
|
||||
import { IPrimusZKTLS, Attestation } from "@primuslabs/zktls-contracts/src/IPrimusZKTLS.sol";
|
||||
|
||||
contract P2PIX is BaseUtils {
|
||||
// solhint-disable use-forbidden-name
|
||||
@@ -33,7 +33,8 @@ contract P2PIX is BaseUtils {
|
||||
address[] memory validSigners,
|
||||
address _reputation,
|
||||
ERC20[] memory tokens,
|
||||
bool[] memory tokenStates
|
||||
bool[] memory tokenStates,
|
||||
address primusAddress
|
||||
)
|
||||
OwnerSettings(
|
||||
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