Compare commits
41 Commits
6d6f9291ab
...
zktls
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a63b58e741 | ||
|
|
4bf8841a89 | ||
|
|
0151910b0d | ||
|
|
7a2aec7e71 | ||
|
|
5737ab1623 | ||
|
|
183db96fda | ||
|
|
7f6efc4cb6 | ||
|
|
e57428525b | ||
|
|
538258a709 | ||
|
|
30335bbe5b | ||
|
|
f924593ee2 | ||
|
|
811d5344a3 | ||
|
|
4f1f8d6025 | ||
|
|
c25fa24b2f | ||
|
|
4f63d17eb1 | ||
|
|
d27bdda15e | ||
|
|
1ffa9c6b5c | ||
|
|
f02dad07c8 | ||
|
|
db7407e299 | ||
|
|
e95828b7dd | ||
|
|
a3e6aa5879 | ||
|
|
f5f9923833 | ||
|
|
b571d6c47e | ||
|
|
95463cdfa3 | ||
|
|
1a91b64024 | ||
|
|
631c1d5dfb | ||
|
|
26a495246e | ||
|
|
4281526d77 | ||
|
|
28245db8dd | ||
|
|
32469e2480 | ||
|
|
2129566a27 | ||
|
|
c927f741e6 | ||
|
|
ce5f3e4265 | ||
|
|
440048453b | ||
|
|
0b9b0307d2 | ||
|
|
545887baec | ||
|
|
d8147bd58e | ||
|
|
8ebef3aaf1 | ||
|
|
9d14f053d5 | ||
|
|
6a3bea432c | ||
|
|
a0e39bafab |
@@ -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