lynx-client 0.0.5 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (141) hide show
  1. package/dist/cjs/lib/contractsIntegration/AcceptableImplementationClaimableAdminService/AcceptableImplementationClaimableAdminService.js +53 -0
  2. package/dist/cjs/lib/contractsIntegration/AcceptableImplementationClaimableAdminService/IAcceptableImplementationClaimableAdminService.js +2 -0
  3. package/dist/cjs/lib/contractsIntegration/AcceptableImplementationClaimableAdminService/index.js +5 -0
  4. package/dist/cjs/lib/contractsIntegration/LexPoolV1Service/ILexPoolV1Service.js +2 -0
  5. package/dist/cjs/lib/contractsIntegration/LexPoolV1Service/LexPoolV1Service.js +210 -0
  6. package/dist/cjs/lib/contractsIntegration/LexPoolV1Service/index.js +5 -0
  7. package/dist/cjs/lib/contractsIntegration/PNLRService/IPNLRService.js +2 -0
  8. package/dist/cjs/lib/contractsIntegration/PNLRService/PNLRService.js +124 -0
  9. package/dist/cjs/lib/contractsIntegration/PNLRService/index.js +5 -0
  10. package/dist/cjs/lib/contractsIntegration/PoolAccountantV1Service/IPoolAccountantV1Service.js +2 -0
  11. package/dist/cjs/lib/contractsIntegration/PoolAccountantV1Service/PoolAccountantV1Service.js +254 -0
  12. package/dist/cjs/lib/contractsIntegration/PoolAccountantV1Service/index.js +5 -0
  13. package/dist/cjs/lib/contractsIntegration/TradingFloorLensService/ITradingFloorLensService.js +9 -9
  14. package/dist/cjs/lib/contractsIntegration/TradingFloorLensService/TradingFloorLensService.js +9 -9
  15. package/dist/cjs/lib/contractsIntegration/TradingFloorService/TradingFloorService.js +22 -0
  16. package/dist/cjs/lib/typechain/contracts/AdministrationContracts/AcceptableImplementationClaimableAdmin.js +2 -0
  17. package/dist/cjs/lib/typechain/contracts/Lynx/Lex/PNLR/PNLR.js +2 -0
  18. package/dist/cjs/lib/typechain/contracts/Lynx/Lex/PoolAccountant/PoolAccountantV1.js +2 -0
  19. package/dist/cjs/lib/typechain/contracts/Lynx/interfaces/IPriceValidatorV1.js +2 -0
  20. package/dist/cjs/lib/typechain/factories/contracts/AdministrationContracts/AcceptableImplementationClaimableAdmin__factory.js +232 -0
  21. package/dist/cjs/lib/typechain/factories/contracts/Lynx/Lex/PNLR/PNLR__factory.js +585 -0
  22. package/dist/cjs/lib/typechain/factories/contracts/Lynx/Lex/PoolAccountant/PoolAccountantV1__factory.js +3762 -0
  23. package/dist/cjs/lib/typechain/factories/contracts/Lynx/interfaces/IPriceValidatorV1__factory.js +116 -0
  24. package/dist/esm/lib/contractsIntegration/AcceptableImplementationClaimableAdminService/AcceptableImplementationClaimableAdminService.d.ts +10 -0
  25. package/dist/esm/lib/contractsIntegration/AcceptableImplementationClaimableAdminService/AcceptableImplementationClaimableAdminService.d.ts.map +1 -0
  26. package/dist/esm/lib/contractsIntegration/AcceptableImplementationClaimableAdminService/AcceptableImplementationClaimableAdminService.js +53 -0
  27. package/dist/esm/lib/contractsIntegration/AcceptableImplementationClaimableAdminService/IAcceptableImplementationClaimableAdminService.d.ts +21 -0
  28. package/dist/esm/lib/contractsIntegration/AcceptableImplementationClaimableAdminService/IAcceptableImplementationClaimableAdminService.d.ts.map +1 -0
  29. package/dist/esm/lib/contractsIntegration/AcceptableImplementationClaimableAdminService/IAcceptableImplementationClaimableAdminService.js +2 -0
  30. package/dist/esm/lib/contractsIntegration/AcceptableImplementationClaimableAdminService/index.d.ts +3 -0
  31. package/dist/esm/lib/contractsIntegration/AcceptableImplementationClaimableAdminService/index.d.ts.map +1 -0
  32. package/dist/esm/lib/contractsIntegration/AcceptableImplementationClaimableAdminService/index.js +5 -0
  33. package/dist/esm/lib/contractsIntegration/LexPoolV1Service/ILexPoolV1Service.d.ts +124 -0
  34. package/dist/esm/lib/contractsIntegration/LexPoolV1Service/ILexPoolV1Service.d.ts.map +1 -0
  35. package/dist/esm/lib/contractsIntegration/LexPoolV1Service/ILexPoolV1Service.js +2 -0
  36. package/dist/esm/lib/contractsIntegration/LexPoolV1Service/LexPoolV1Service.d.ts +24 -0
  37. package/dist/esm/lib/contractsIntegration/LexPoolV1Service/LexPoolV1Service.d.ts.map +1 -0
  38. package/dist/esm/lib/contractsIntegration/LexPoolV1Service/LexPoolV1Service.js +210 -0
  39. package/dist/esm/lib/contractsIntegration/LexPoolV1Service/index.d.ts +3 -0
  40. package/dist/esm/lib/contractsIntegration/LexPoolV1Service/index.d.ts.map +1 -0
  41. package/dist/esm/lib/contractsIntegration/LexPoolV1Service/index.js +5 -0
  42. package/dist/esm/lib/contractsIntegration/PNLRService/IPNLRService.d.ts +49 -0
  43. package/dist/esm/lib/contractsIntegration/PNLRService/IPNLRService.d.ts.map +1 -0
  44. package/dist/esm/lib/contractsIntegration/PNLRService/IPNLRService.js +2 -0
  45. package/dist/esm/lib/contractsIntegration/PNLRService/PNLRService.d.ts +14 -0
  46. package/dist/esm/lib/contractsIntegration/PNLRService/PNLRService.d.ts.map +1 -0
  47. package/dist/esm/lib/contractsIntegration/PNLRService/PNLRService.js +124 -0
  48. package/dist/esm/lib/contractsIntegration/PNLRService/index.d.ts +3 -0
  49. package/dist/esm/lib/contractsIntegration/PNLRService/index.d.ts.map +1 -0
  50. package/dist/esm/lib/contractsIntegration/PNLRService/index.js +5 -0
  51. package/dist/esm/lib/contractsIntegration/PoolAccountantV1Service/IPoolAccountantV1Service.d.ts +160 -0
  52. package/dist/esm/lib/contractsIntegration/PoolAccountantV1Service/IPoolAccountantV1Service.d.ts.map +1 -0
  53. package/dist/esm/lib/contractsIntegration/PoolAccountantV1Service/IPoolAccountantV1Service.js +2 -0
  54. package/dist/esm/lib/contractsIntegration/PoolAccountantV1Service/PoolAccountantV1Service.d.ts +31 -0
  55. package/dist/esm/lib/contractsIntegration/PoolAccountantV1Service/PoolAccountantV1Service.d.ts.map +1 -0
  56. package/dist/esm/lib/contractsIntegration/PoolAccountantV1Service/PoolAccountantV1Service.js +254 -0
  57. package/dist/esm/lib/contractsIntegration/PoolAccountantV1Service/index.d.ts +3 -0
  58. package/dist/esm/lib/contractsIntegration/PoolAccountantV1Service/index.d.ts.map +1 -0
  59. package/dist/esm/lib/contractsIntegration/PoolAccountantV1Service/index.js +5 -0
  60. package/dist/esm/lib/contractsIntegration/TradingFloorLensService/ITradingFloorLensService.d.ts +2 -11
  61. package/dist/esm/lib/contractsIntegration/TradingFloorLensService/ITradingFloorLensService.d.ts.map +1 -1
  62. package/dist/esm/lib/contractsIntegration/TradingFloorLensService/ITradingFloorLensService.js +9 -9
  63. package/dist/esm/lib/contractsIntegration/TradingFloorLensService/TradingFloorLensService.d.ts.map +1 -1
  64. package/dist/esm/lib/contractsIntegration/TradingFloorLensService/TradingFloorLensService.js +9 -9
  65. package/dist/esm/lib/contractsIntegration/TradingFloorService/ITradingFloorService.d.ts +7 -0
  66. package/dist/esm/lib/contractsIntegration/TradingFloorService/ITradingFloorService.d.ts.map +1 -1
  67. package/dist/esm/lib/contractsIntegration/TradingFloorService/TradingFloorService.d.ts +7 -0
  68. package/dist/esm/lib/contractsIntegration/TradingFloorService/TradingFloorService.d.ts.map +1 -1
  69. package/dist/esm/lib/contractsIntegration/TradingFloorService/TradingFloorService.js +22 -0
  70. package/dist/esm/lib/typechain/contracts/AdministrationContracts/AcceptableImplementationClaimableAdmin.d.ts +143 -0
  71. package/dist/esm/lib/typechain/contracts/AdministrationContracts/AcceptableImplementationClaimableAdmin.d.ts.map +1 -0
  72. package/dist/esm/lib/typechain/contracts/AdministrationContracts/AcceptableImplementationClaimableAdmin.js +2 -0
  73. package/dist/esm/lib/typechain/contracts/Lynx/Lex/PNLR/PNLR.d.ts +266 -0
  74. package/dist/esm/lib/typechain/contracts/Lynx/Lex/PNLR/PNLR.d.ts.map +1 -0
  75. package/dist/esm/lib/typechain/contracts/Lynx/Lex/PNLR/PNLR.js +2 -0
  76. package/dist/esm/lib/typechain/contracts/Lynx/Lex/PoolAccountant/PoolAccountantV1.d.ts +2085 -0
  77. package/dist/esm/lib/typechain/contracts/Lynx/Lex/PoolAccountant/PoolAccountantV1.d.ts.map +1 -0
  78. package/dist/esm/lib/typechain/contracts/Lynx/Lex/PoolAccountant/PoolAccountantV1.js +2 -0
  79. package/dist/esm/lib/typechain/contracts/Lynx/interfaces/IPriceValidatorV1.d.ts +72 -0
  80. package/dist/esm/lib/typechain/contracts/Lynx/interfaces/IPriceValidatorV1.d.ts.map +1 -0
  81. package/dist/esm/lib/typechain/contracts/Lynx/interfaces/IPriceValidatorV1.js +2 -0
  82. package/dist/esm/lib/typechain/factories/contracts/AdministrationContracts/AcceptableImplementationClaimableAdmin__factory.d.ts +173 -0
  83. package/dist/esm/lib/typechain/factories/contracts/AdministrationContracts/AcceptableImplementationClaimableAdmin__factory.d.ts.map +1 -0
  84. package/dist/esm/lib/typechain/factories/contracts/AdministrationContracts/AcceptableImplementationClaimableAdmin__factory.js +232 -0
  85. package/dist/esm/lib/typechain/factories/contracts/Lynx/Lex/PNLR/PNLR__factory.d.ts +439 -0
  86. package/dist/esm/lib/typechain/factories/contracts/Lynx/Lex/PNLR/PNLR__factory.d.ts.map +1 -0
  87. package/dist/esm/lib/typechain/factories/contracts/Lynx/Lex/PNLR/PNLR__factory.js +585 -0
  88. package/dist/esm/lib/typechain/factories/contracts/Lynx/Lex/PoolAccountant/PoolAccountantV1__factory.d.ts +2899 -0
  89. package/dist/esm/lib/typechain/factories/contracts/Lynx/Lex/PoolAccountant/PoolAccountantV1__factory.d.ts.map +1 -0
  90. package/dist/esm/lib/typechain/factories/contracts/Lynx/Lex/PoolAccountant/PoolAccountantV1__factory.js +3762 -0
  91. package/dist/esm/lib/typechain/factories/contracts/Lynx/interfaces/IPriceValidatorV1__factory.d.ts +81 -0
  92. package/dist/esm/lib/typechain/factories/contracts/Lynx/interfaces/IPriceValidatorV1__factory.d.ts.map +1 -0
  93. package/dist/esm/lib/typechain/factories/contracts/Lynx/interfaces/IPriceValidatorV1__factory.js +116 -0
  94. package/dist/types/lib/contractsIntegration/AcceptableImplementationClaimableAdminService/AcceptableImplementationClaimableAdminService.d.ts +10 -0
  95. package/dist/types/lib/contractsIntegration/AcceptableImplementationClaimableAdminService/AcceptableImplementationClaimableAdminService.d.ts.map +1 -0
  96. package/dist/types/lib/contractsIntegration/AcceptableImplementationClaimableAdminService/IAcceptableImplementationClaimableAdminService.d.ts +21 -0
  97. package/dist/types/lib/contractsIntegration/AcceptableImplementationClaimableAdminService/IAcceptableImplementationClaimableAdminService.d.ts.map +1 -0
  98. package/dist/types/lib/contractsIntegration/AcceptableImplementationClaimableAdminService/index.d.ts +3 -0
  99. package/dist/types/lib/contractsIntegration/AcceptableImplementationClaimableAdminService/index.d.ts.map +1 -0
  100. package/dist/types/lib/contractsIntegration/LexPoolV1Service/ILexPoolV1Service.d.ts +124 -0
  101. package/dist/types/lib/contractsIntegration/LexPoolV1Service/ILexPoolV1Service.d.ts.map +1 -0
  102. package/dist/types/lib/contractsIntegration/LexPoolV1Service/LexPoolV1Service.d.ts +24 -0
  103. package/dist/types/lib/contractsIntegration/LexPoolV1Service/LexPoolV1Service.d.ts.map +1 -0
  104. package/dist/types/lib/contractsIntegration/LexPoolV1Service/index.d.ts +3 -0
  105. package/dist/types/lib/contractsIntegration/LexPoolV1Service/index.d.ts.map +1 -0
  106. package/dist/types/lib/contractsIntegration/PNLRService/IPNLRService.d.ts +49 -0
  107. package/dist/types/lib/contractsIntegration/PNLRService/IPNLRService.d.ts.map +1 -0
  108. package/dist/types/lib/contractsIntegration/PNLRService/PNLRService.d.ts +14 -0
  109. package/dist/types/lib/contractsIntegration/PNLRService/PNLRService.d.ts.map +1 -0
  110. package/dist/types/lib/contractsIntegration/PNLRService/index.d.ts +3 -0
  111. package/dist/types/lib/contractsIntegration/PNLRService/index.d.ts.map +1 -0
  112. package/dist/types/lib/contractsIntegration/PoolAccountantV1Service/IPoolAccountantV1Service.d.ts +160 -0
  113. package/dist/types/lib/contractsIntegration/PoolAccountantV1Service/IPoolAccountantV1Service.d.ts.map +1 -0
  114. package/dist/types/lib/contractsIntegration/PoolAccountantV1Service/PoolAccountantV1Service.d.ts +31 -0
  115. package/dist/types/lib/contractsIntegration/PoolAccountantV1Service/PoolAccountantV1Service.d.ts.map +1 -0
  116. package/dist/types/lib/contractsIntegration/PoolAccountantV1Service/index.d.ts +3 -0
  117. package/dist/types/lib/contractsIntegration/PoolAccountantV1Service/index.d.ts.map +1 -0
  118. package/dist/types/lib/contractsIntegration/TradingFloorLensService/ITradingFloorLensService.d.ts +2 -11
  119. package/dist/types/lib/contractsIntegration/TradingFloorLensService/ITradingFloorLensService.d.ts.map +1 -1
  120. package/dist/types/lib/contractsIntegration/TradingFloorLensService/TradingFloorLensService.d.ts.map +1 -1
  121. package/dist/types/lib/contractsIntegration/TradingFloorService/ITradingFloorService.d.ts +7 -0
  122. package/dist/types/lib/contractsIntegration/TradingFloorService/ITradingFloorService.d.ts.map +1 -1
  123. package/dist/types/lib/contractsIntegration/TradingFloorService/TradingFloorService.d.ts +7 -0
  124. package/dist/types/lib/contractsIntegration/TradingFloorService/TradingFloorService.d.ts.map +1 -1
  125. package/dist/types/lib/typechain/contracts/AdministrationContracts/AcceptableImplementationClaimableAdmin.d.ts +143 -0
  126. package/dist/types/lib/typechain/contracts/AdministrationContracts/AcceptableImplementationClaimableAdmin.d.ts.map +1 -0
  127. package/dist/types/lib/typechain/contracts/Lynx/Lex/PNLR/PNLR.d.ts +266 -0
  128. package/dist/types/lib/typechain/contracts/Lynx/Lex/PNLR/PNLR.d.ts.map +1 -0
  129. package/dist/types/lib/typechain/contracts/Lynx/Lex/PoolAccountant/PoolAccountantV1.d.ts +2085 -0
  130. package/dist/types/lib/typechain/contracts/Lynx/Lex/PoolAccountant/PoolAccountantV1.d.ts.map +1 -0
  131. package/dist/types/lib/typechain/contracts/Lynx/interfaces/IPriceValidatorV1.d.ts +72 -0
  132. package/dist/types/lib/typechain/contracts/Lynx/interfaces/IPriceValidatorV1.d.ts.map +1 -0
  133. package/dist/types/lib/typechain/factories/contracts/AdministrationContracts/AcceptableImplementationClaimableAdmin__factory.d.ts +173 -0
  134. package/dist/types/lib/typechain/factories/contracts/AdministrationContracts/AcceptableImplementationClaimableAdmin__factory.d.ts.map +1 -0
  135. package/dist/types/lib/typechain/factories/contracts/Lynx/Lex/PNLR/PNLR__factory.d.ts +439 -0
  136. package/dist/types/lib/typechain/factories/contracts/Lynx/Lex/PNLR/PNLR__factory.d.ts.map +1 -0
  137. package/dist/types/lib/typechain/factories/contracts/Lynx/Lex/PoolAccountant/PoolAccountantV1__factory.d.ts +2899 -0
  138. package/dist/types/lib/typechain/factories/contracts/Lynx/Lex/PoolAccountant/PoolAccountantV1__factory.d.ts.map +1 -0
  139. package/dist/types/lib/typechain/factories/contracts/Lynx/interfaces/IPriceValidatorV1__factory.d.ts +81 -0
  140. package/dist/types/lib/typechain/factories/contracts/Lynx/interfaces/IPriceValidatorV1__factory.d.ts.map +1 -0
  141. package/package.json +1 -1
@@ -0,0 +1,439 @@
1
+ import { ContractFactory, ContractTransactionResponse } from "ethers";
2
+ import type { Signer, BigNumberish, AddressLike, ContractDeployTransaction, ContractRunner } from "ethers";
3
+ import type { NonPayableOverrides } from "../../../../../common";
4
+ import type { PNLR, PNLRInterface } from "../../../../../contracts/Lynx/Lex/PNLR/PNLR";
5
+ type PNLRConstructorParams = [signer?: Signer] | ConstructorParameters<typeof ContractFactory>;
6
+ export declare class PNLR__factory extends ContractFactory {
7
+ constructor(...args: PNLRConstructorParams);
8
+ getDeployTransaction(_priceValidator: AddressLike, _priceValidatorType: BigNumberish, overrides?: NonPayableOverrides & {
9
+ from?: string;
10
+ }): Promise<ContractDeployTransaction>;
11
+ deploy(_priceValidator: AddressLike, _priceValidatorType: BigNumberish, overrides?: NonPayableOverrides & {
12
+ from?: string;
13
+ }): Promise<PNLR & {
14
+ deploymentTransaction(): ContractTransactionResponse;
15
+ }>;
16
+ connect(runner: ContractRunner | null): PNLR__factory;
17
+ static readonly bytecode = "0x60806040523480156200001157600080fd5b5060405162001c2638038062001c2683398101604081905262000034916200020d565b600080546001600160a01b031916331790556001600160a01b038216620000a25760405162461bcd60e51b815260206004820152601760248201527f494e56414c49445f50524943455f56414c494441544f5200000000000000000060448201526064015b60405180910390fd5b816001600160a01b0316634535dc4c6040518163ffffffff1660e01b8152600401602060405180830381865afa158015620000e1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200010791906200025a565b620001555760405162461bcd60e51b815260206004820152601760248201527f494e56414c49445f50524943455f56414c494441544f52000000000000000000604482015260640162000099565b60008160028111156200016c576200016c62000285565b03620001bb5760405162461bcd60e51b815260206004820152601c60248201527f494e56414c49445f50524943455f56414c494441544f525f5459504500000000604482015260640162000099565b600480546001600160a01b0384166001600160a01b03198216811783558392916001600160a81b03191617600160a01b83600281111562000200576200020062000285565b021790555050506200029b565b600080604083850312156200022157600080fd5b82516001600160a01b03811681146200023957600080fd5b6020840151909250600381106200024f57600080fd5b809150509250929050565b6000602082840312156200026d57600080fd5b815180151581146200027e57600080fd5b9392505050565b634e487b7160e01b600052602160045260246000fd5b61197b80620002ab6000396000f3fe6080604052600436106101355760003560e01c80639057aa9f116100ab578063ca3d57691161006f578063ca3d576914610375578063e6522a84146103a3578063e9c714f2146103b6578063f36b0c3e146103cb578063f5f5ba72146103de578063f851a4401461040b57600080fd5b80639057aa9f146102ec578063a1d627a114610302578063b0cf579a14610322578063b71d1a0c14610335578063b81d16451461035557600080fd5b80634a048590116100fd5780634a0485901461021a578063614d08f81461022d5780637a803da01461025d57806386c7f19a1461027d5780638aa104351461029f5780638ee2f9d1146102cc57600080fd5b806318a2a58d1461013a57806324a0c5411461014f578063267822471461017557806333511e5e146101ad57806338b90333146101dd575b600080fd5b61014d6101483660046112e6565b61042b565b005b61016261015d3660046112e6565b610560565b6040519081526020015b60405180910390f35b34801561018157600080fd5b50600154610195906001600160a01b031681565b6040516001600160a01b03909116815260200161016c565b3480156101b957600080fd5b506101cd6101c836600461133b565b610577565b604051901515815260200161016c565b3480156101e957600080fd5b5061020d604051806040016040528060048152602001630313031360e41b81525081565b60405161016c919061139e565b61014d6102283660046112e6565b61058a565b34801561023957600080fd5b5061020d604051806040016040528060048152602001632827262960e11b81525081565b34801561026957600080fd5b5061014d6102783660046113b1565b610653565b34801561028957600080fd5b50610292610682565b60405161016c91906113ca565b3480156102ab57600080fd5b506040805180820190915260048152630313031360e41b602082015261020d565b3480156102d857600080fd5b5061014d6102e736600461133b565b610693565b3480156102f857600080fd5b5061016260055481565b34801561030e57600080fd5b50600454610195906001600160a01b031681565b6101626103303660046112e6565b6106c9565b34801561034157600080fd5b5061014d61035036600461133b565b6106e9565b34801561036157600080fd5b5061014d61037036600461133b565b610791565b34801561038157600080fd5b5060045461039690600160a01b900460ff1681565b60405161016c919061142d565b6101626103b1366004611455565b6107c4565b3480156103c257600080fd5b5061014d610e36565b6101626103d93660046112e6565b610f54565b3480156103ea57600080fd5b506040805180820190915260048152632827262960e11b602082015261020d565b34801561041757600080fd5b50600054610195906001600160a01b031681565b61043433610577565b61047e5760405162461bcd60e51b81526020600482015260166024820152752727aa2fa0a62627aba2a22faa27afaa2924a3a3a2a960511b60448201526064015b60405180910390fd5b826001600160a01b031663614289536104f9856001600160a01b031663c12d636b6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156104ce573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104f291906114c2565b8585610f54565b6040518263ffffffff1660e01b815260040161051791815260200190565b6020604051808303816000875af1158015610536573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061055a91906114df565b50505050565b600061056f84848460006107c4565b949350505050565b6000610584600283610f64565b92915050565b61059333610577565b6105d85760405162461bcd60e51b81526020600482015260166024820152752727aa2fa0a62627aba2a22faa27afaa2924a3a3a2a960511b6044820152606401610475565b826001600160a01b031663614289536104f9856001600160a01b031663c12d636b6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610628573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061064c91906114c2565b85856106c9565b6000546001600160a01b0316331461067d5760405162461bcd60e51b8152600401610475906114f8565b600555565b606061068e6002610f89565b905090565b6000546001600160a01b031633146106bd5760405162461bcd60e51b8152600401610475906114f8565b6106c681610f96565b50565b6000806106d7858585610560565b6106e090611532565b95945050505050565b6000546001600160a01b0316331461072f5760405162461bcd60e51b81526020600482015260096024820152682737ba1020b236b4b760b91b6044820152606401610475565b600180546001600160a01b038381166001600160a01b031983168117909355604080519190921680825260208201939093527fca4f2f25d0898edd99413412fb94012f9e54ec8142f9b093e7720646a95b16a991015b60405180910390a15050565b6000546001600160a01b031633146107bb5760405162461bcd60e51b8152600401610475906114f8565b6106c681611024565b600080600554116108175760405162461bcd60e51b815260206004820152601760248201527f4d41585f50524943455f44454c41595f4e4f545f5345540000000000000000006044820152606401610475565b6000856001600160a01b0316630fc2b8f56040518163ffffffff1660e01b8152600401600060405180830381865afa158015610857573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261087f91908101906115e2565b9050826108b957805184146108b457805160405163dfe3619d60e01b8152600481019190915260248101859052604401610475565b6108e8565b80518411156108e857805160405163dfe3619d60e01b8152600481019190915260248101859052604401610475565b6000815167ffffffffffffffff8111156109045761090461154e565b60405190808252806020026020018201604052801561092d578160200160208202803683370190505b50905060005b85811015610d2f57600087878381811061094f5761094f611689565b9050602002810190610961919061169f565b61096a906116bf565b90506000805b8551811015610a585789898581811061098b5761098b611689565b905060200281019061099d919061169f565b600001358682815181106109b3576109b3611689565b602002602001015161ffff1603610a5057600191508481815181106109da576109da611689565b602002602001015115610a27578989858181106109f9576109f9611689565b9050602002810190610a0b919061169f565b6040516325c2074560e01b815290356004820152602401610475565b6001858281518110610a3b57610a3b611689565b91151560209283029190910190910152610a58565b600101610970565b5080610a9e57888884818110610a7057610a70611689565b9050602002810190610a82919061169f565b6040516364e3cda960e01b815290356004820152602401610475565b60006002600454600160a01b900460ff166002811115610ac057610ac0611417565b03610b60576004546001600160a01b031663a24741038b8b87818110610ae857610ae8611689565b9050602002810190610afa919061169f565b60405160e083901b6001600160e01b031916815290356004820152602401602060405180830381865afa158015610b35573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b5991906114df565b9050610bd7565b60048054602085015160405163d47eed4560e01b81526001600160a01b039092169263d47eed4592610b93929101611833565b602060405180830381865afa158015610bb0573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610bd491906114df565b90505b600480548451602086015160405163f4a6a09360e01b81526000946001600160a01b039094169363f4a6a093938793610c14939192909101611846565b60606040518083038185885af1158015610c32573d6000803e3d6000fd5b50505050506040513d601f19601f82011682018060405250810190610c57919061187c565b6005548151919250610c68916118e1565b421115610c8e578351604051637d962bc160e11b81526004810191909152602401610475565b8351602082015160405163659ef44160e01b81526001600160a01b038f169263659ef44192610cd29260040191825267ffffffffffffffff16602082015260400190565b602060405180830381865afa158015610cef573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d1391906114df565b610d1d90896118f4565b97505060019093019250610933915050565b508315610e2c5760005b8251811015610e2a57818181518110610d5457610d54611689565b6020026020010151610e22576000886001600160a01b031663226a7856858481518110610d8357610d83611689565b60200260200101516040518263ffffffff1660e01b8152600401610db1919061ffff91909116815260200190565b602060405180830381865afa158015610dce573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610df291906114df565b90508015610e2057835160405163dfe3619d60e01b8152600481019190915260248101889052604401610475565b505b600101610d39565b505b5050949350505050565b6001546001600160a01b031633148015610e5a57506001546001600160a01b031615155b610ea65760405162461bcd60e51b815260206004820152601e60248201527f4e6f7420746865204558495354494e472070656e64696e672061646d696e00006044820152606401610475565b60008054600180546001600160a01b038082166001600160a01b031980861682179096559490911690915560408051919092168082526020820184905292917ff9ffabca9c8276e99321725bcb43fb076a6c66a54b7f21c4e8146d8519b417dc910160405180910390a1600154604080516001600160a01b03808516825290921660208301527fca4f2f25d0898edd99413412fb94012f9e54ec8142f9b093e7720646a95b16a99101610785565b6000806106d785858560016107c4565b6001600160a01b038116600090815260018301602052604081205415155b9392505050565b60606000610f82836110bd565b610f9f81610577565b610fe15760405162461bcd60e51b81526020600482015260136024820152721050d0d3d5539517d393d517d0531313d5d151606a1b6044820152606401610475565b610fec600282611119565b506040516001600160a01b038216907fc985d67a353004ba149a223b2b9e5c13cca6610b11cb45b4aa029c880d8f7cb590600090a250565b61102d81610577565b1561107a5760405162461bcd60e51b815260206004820152601760248201527f4143434f554e545f414c52454144595f414c4c4f5745440000000000000000006044820152606401610475565b61108560028261112e565b506040516001600160a01b038216907fc5944eab072face4b169928723314c5978080e99ed8f8527faedb18c06664c3590600090a250565b60608160000180548060200260200160405190810160405280929190818152602001828054801561110d57602002820191906000526020600020905b8154815260200190600101908083116110f9575b50505050509050919050565b6000610f82836001600160a01b038416611143565b6000610f82836001600160a01b038416611236565b6000818152600183016020526040812054801561122c57600061116760018361191c565b855490915060009061117b9060019061191c565b90508082146111e057600086600001828154811061119b5761119b611689565b90600052602060002001549050808760000184815481106111be576111be611689565b6000918252602080832090910192909255918252600188019052604090208390555b85548690806111f1576111f161192f565b600190038181906000526020600020016000905590558560010160008681526020019081526020016000206000905560019350505050610584565b6000915050610584565b600081815260018301602052604081205461127d57508154600181810184556000848152602080822090930184905584548482528286019093526040902091909155610584565b506000610584565b6001600160a01b03811681146106c657600080fd5b60008083601f8401126112ac57600080fd5b50813567ffffffffffffffff8111156112c457600080fd5b6020830191508360208260051b85010111156112df57600080fd5b9250929050565b6000806000604084860312156112fb57600080fd5b833561130681611285565b9250602084013567ffffffffffffffff81111561132257600080fd5b61132e8682870161129a565b9497909650939450505050565b60006020828403121561134d57600080fd5b8135610f8281611285565b6000815180845260005b8181101561137e57602081850181015186830182015201611362565b506000602082860101526020601f19601f83011685010191505092915050565b602081526000610f826020830184611358565b6000602082840312156113c357600080fd5b5035919050565b6020808252825182820181905260009190848201906040850190845b8181101561140b5783516001600160a01b0316835292840192918401916001016113e6565b50909695505050505050565b634e487b7160e01b600052602160045260246000fd5b602081016003831061144f57634e487b7160e01b600052602160045260246000fd5b91905290565b6000806000806060858703121561146b57600080fd5b843561147681611285565b9350602085013567ffffffffffffffff81111561149257600080fd5b61149e8782880161129a565b909450925050604085013580151581146114b757600080fd5b939692955090935050565b6000602082840312156114d457600080fd5b8151610f8281611285565b6000602082840312156114f157600080fd5b5051919050565b6020808252600a908201526927a7262cafa0a226a4a760b11b604082015260600190565b634e487b7160e01b600052601160045260246000fd5b6000600160ff1b82016115475761154761151c565b5060000390565b634e487b7160e01b600052604160045260246000fd5b6040805190810167ffffffffffffffff811182821017156115875761158761154e565b60405290565b604051601f8201601f1916810167ffffffffffffffff811182821017156115b6576115b661154e565b604052919050565b600067ffffffffffffffff8211156115d8576115d861154e565b5060051b60200190565b600060208083850312156115f557600080fd5b825167ffffffffffffffff81111561160c57600080fd5b8301601f8101851361161d57600080fd5b805161163061162b826115be565b61158d565b81815260059190911b8201830190838101908783111561164f57600080fd5b928401925b8284101561167e57835161ffff8116811461166f5760008081fd5b82529284019290840190611654565b979650505050505050565b634e487b7160e01b600052603260045260246000fd5b60008235603e198336030181126116b557600080fd5b9190910192915050565b600060408083360312156116d257600080fd5b6116da611564565b8335815260208085013567ffffffffffffffff808211156116fa57600080fd5b90860190601f368184011261170e57600080fd5b823561171c61162b826115be565b81815260059190911b8401850190858101903683111561173b57600080fd5b8686015b838110156117c4578035868111156117575760008081fd5b870136603f8201126117695760008081fd5b888101358781111561177d5761177d61154e565b61178e818801601f19168b0161158d565b818152368d8385010111156117a35760008081fd5b818d84018c83013760009181018b019190915284525091870191870161173f565b50958701959095525093979650505050505050565b60008282518085526020808601955060208260051b8401016020860160005b8481101561182657601f19868403018952611814838351611358565b988401989250908301906001016117f8565b5090979650505050505050565b602081526000610f8260208301846117d9565b82815260406020820152600061056f60408301846117d9565b805167ffffffffffffffff8116811461187757600080fd5b919050565b60006060828403121561188e57600080fd5b6040516060810181811067ffffffffffffffff821117156118b1576118b161154e565b604052825181526118c46020840161185f565b60208201526118d56040840161185f565b60408201529392505050565b808201808211156105845761058461151c565b80820182811260008312801582168215821617156119145761191461151c565b505092915050565b818103818111156105845761058461151c565b634e487b7160e01b600052603160045260246000fdfea26469706673582212202297f68296b967a152755eee2dc9a80fefbe0dd7e735583b35a771326c88bf5f64736f6c63430008180033";
18
+ static readonly abi: readonly [{
19
+ readonly inputs: readonly [{
20
+ readonly internalType: "contract IPriceValidatorV1";
21
+ readonly name: "_priceValidator";
22
+ readonly type: "address";
23
+ }, {
24
+ readonly internalType: "enum PriceValidatorType";
25
+ readonly name: "_priceValidatorType";
26
+ readonly type: "uint8";
27
+ }];
28
+ readonly stateMutability: "nonpayable";
29
+ readonly type: "constructor";
30
+ }, {
31
+ readonly inputs: readonly [{
32
+ readonly internalType: "uint256";
33
+ readonly name: "pairId";
34
+ readonly type: "uint256";
35
+ }];
36
+ readonly name: "DuplicatePairPrice";
37
+ readonly type: "error";
38
+ }, {
39
+ readonly inputs: readonly [{
40
+ readonly internalType: "uint256";
41
+ readonly name: "pairId";
42
+ readonly type: "uint256";
43
+ }];
44
+ readonly name: "InvalidPairId";
45
+ readonly type: "error";
46
+ }, {
47
+ readonly inputs: readonly [{
48
+ readonly internalType: "uint256";
49
+ readonly name: "expectedPairsAmount";
50
+ readonly type: "uint256";
51
+ }, {
52
+ readonly internalType: "uint256";
53
+ readonly name: "actualParisAmount";
54
+ readonly type: "uint256";
55
+ }];
56
+ readonly name: "InvalidPairsAmount";
57
+ readonly type: "error";
58
+ }, {
59
+ readonly inputs: readonly [{
60
+ readonly internalType: "uint256";
61
+ readonly name: "pairId";
62
+ readonly type: "uint256";
63
+ }];
64
+ readonly name: "OutdatedPrice";
65
+ readonly type: "error";
66
+ }, {
67
+ readonly anonymous: false;
68
+ readonly inputs: readonly [{
69
+ readonly indexed: false;
70
+ readonly internalType: "address";
71
+ readonly name: "oldAdmin";
72
+ readonly type: "address";
73
+ }, {
74
+ readonly indexed: false;
75
+ readonly internalType: "address";
76
+ readonly name: "newAdmin";
77
+ readonly type: "address";
78
+ }];
79
+ readonly name: "NewAdmin";
80
+ readonly type: "event";
81
+ }, {
82
+ readonly anonymous: false;
83
+ readonly inputs: readonly [{
84
+ readonly indexed: false;
85
+ readonly internalType: "address";
86
+ readonly name: "oldPendingAdmin";
87
+ readonly type: "address";
88
+ }, {
89
+ readonly indexed: false;
90
+ readonly internalType: "address";
91
+ readonly name: "newPendingAdmin";
92
+ readonly type: "address";
93
+ }];
94
+ readonly name: "NewPendingAdmin";
95
+ readonly type: "event";
96
+ }, {
97
+ readonly anonymous: false;
98
+ readonly inputs: readonly [{
99
+ readonly indexed: true;
100
+ readonly internalType: "address";
101
+ readonly name: "account";
102
+ readonly type: "address";
103
+ }];
104
+ readonly name: "TriggerAccountAllowed";
105
+ readonly type: "event";
106
+ }, {
107
+ readonly anonymous: false;
108
+ readonly inputs: readonly [{
109
+ readonly indexed: true;
110
+ readonly internalType: "address";
111
+ readonly name: "account";
112
+ readonly type: "address";
113
+ }];
114
+ readonly name: "TriggerAccountDisallowed";
115
+ readonly type: "event";
116
+ }, {
117
+ readonly inputs: readonly [];
118
+ readonly name: "CONTRACT_NAME";
119
+ readonly outputs: readonly [{
120
+ readonly internalType: "string";
121
+ readonly name: "";
122
+ readonly type: "string";
123
+ }];
124
+ readonly stateMutability: "view";
125
+ readonly type: "function";
126
+ }, {
127
+ readonly inputs: readonly [];
128
+ readonly name: "CONTRACT_VERSION";
129
+ readonly outputs: readonly [{
130
+ readonly internalType: "string";
131
+ readonly name: "";
132
+ readonly type: "string";
133
+ }];
134
+ readonly stateMutability: "view";
135
+ readonly type: "function";
136
+ }, {
137
+ readonly inputs: readonly [];
138
+ readonly name: "_acceptAdmin";
139
+ readonly outputs: readonly [];
140
+ readonly stateMutability: "nonpayable";
141
+ readonly type: "function";
142
+ }, {
143
+ readonly inputs: readonly [{
144
+ readonly internalType: "address";
145
+ readonly name: "newPendingAdmin";
146
+ readonly type: "address";
147
+ }];
148
+ readonly name: "_setPendingAdmin";
149
+ readonly outputs: readonly [];
150
+ readonly stateMutability: "nonpayable";
151
+ readonly type: "function";
152
+ }, {
153
+ readonly inputs: readonly [];
154
+ readonly name: "admin";
155
+ readonly outputs: readonly [{
156
+ readonly internalType: "address";
157
+ readonly name: "";
158
+ readonly type: "address";
159
+ }];
160
+ readonly stateMutability: "view";
161
+ readonly type: "function";
162
+ }, {
163
+ readonly inputs: readonly [{
164
+ readonly internalType: "contract ILexPoolV1";
165
+ readonly name: "pool";
166
+ readonly type: "address";
167
+ }, {
168
+ readonly components: readonly [{
169
+ readonly internalType: "uint256";
170
+ readonly name: "pairId";
171
+ readonly type: "uint256";
172
+ }, {
173
+ readonly internalType: "bytes[]";
174
+ readonly name: "priceData";
175
+ readonly type: "bytes[]";
176
+ }];
177
+ readonly internalType: "struct PairPrice[]";
178
+ readonly name: "pairPrices";
179
+ readonly type: "tuple[]";
180
+ }];
181
+ readonly name: "advanceEpoch";
182
+ readonly outputs: readonly [];
183
+ readonly stateMutability: "payable";
184
+ readonly type: "function";
185
+ }, {
186
+ readonly inputs: readonly [{
187
+ readonly internalType: "contract ILexPoolV1";
188
+ readonly name: "pool";
189
+ readonly type: "address";
190
+ }, {
191
+ readonly components: readonly [{
192
+ readonly internalType: "uint256";
193
+ readonly name: "pairId";
194
+ readonly type: "uint256";
195
+ }, {
196
+ readonly internalType: "bytes[]";
197
+ readonly name: "priceData";
198
+ readonly type: "bytes[]";
199
+ }];
200
+ readonly internalType: "struct PairPrice[]";
201
+ readonly name: "pairPrices";
202
+ readonly type: "tuple[]";
203
+ }];
204
+ readonly name: "advanceEpochAllowMissingZeroOI";
205
+ readonly outputs: readonly [];
206
+ readonly stateMutability: "payable";
207
+ readonly type: "function";
208
+ }, {
209
+ readonly inputs: readonly [{
210
+ readonly internalType: "address";
211
+ readonly name: "account";
212
+ readonly type: "address";
213
+ }];
214
+ readonly name: "allowEpochAdvancingAccount";
215
+ readonly outputs: readonly [];
216
+ readonly stateMutability: "nonpayable";
217
+ readonly type: "function";
218
+ }, {
219
+ readonly inputs: readonly [{
220
+ readonly internalType: "contract IPoolAccountantFunctionality";
221
+ readonly name: "poolAccountant";
222
+ readonly type: "address";
223
+ }, {
224
+ readonly components: readonly [{
225
+ readonly internalType: "uint256";
226
+ readonly name: "pairId";
227
+ readonly type: "uint256";
228
+ }, {
229
+ readonly internalType: "bytes[]";
230
+ readonly name: "priceData";
231
+ readonly type: "bytes[]";
232
+ }];
233
+ readonly internalType: "struct PairPrice[]";
234
+ readonly name: "pairPrices";
235
+ readonly type: "tuple[]";
236
+ }];
237
+ readonly name: "calculateUnrealizedPricePnl";
238
+ readonly outputs: readonly [{
239
+ readonly internalType: "int256";
240
+ readonly name: "";
241
+ readonly type: "int256";
242
+ }];
243
+ readonly stateMutability: "payable";
244
+ readonly type: "function";
245
+ }, {
246
+ readonly inputs: readonly [{
247
+ readonly internalType: "contract IPoolAccountantFunctionality";
248
+ readonly name: "poolAccountant";
249
+ readonly type: "address";
250
+ }, {
251
+ readonly components: readonly [{
252
+ readonly internalType: "uint256";
253
+ readonly name: "pairId";
254
+ readonly type: "uint256";
255
+ }, {
256
+ readonly internalType: "bytes[]";
257
+ readonly name: "priceData";
258
+ readonly type: "bytes[]";
259
+ }];
260
+ readonly internalType: "struct PairPrice[]";
261
+ readonly name: "pairPrices";
262
+ readonly type: "tuple[]";
263
+ }];
264
+ readonly name: "calculateUnrealizedPricePnlAllowMissingZeroOI";
265
+ readonly outputs: readonly [{
266
+ readonly internalType: "int256";
267
+ readonly name: "";
268
+ readonly type: "int256";
269
+ }];
270
+ readonly stateMutability: "payable";
271
+ readonly type: "function";
272
+ }, {
273
+ readonly inputs: readonly [{
274
+ readonly internalType: "address";
275
+ readonly name: "account";
276
+ readonly type: "address";
277
+ }];
278
+ readonly name: "disallowEpochAdvancingAccount";
279
+ readonly outputs: readonly [];
280
+ readonly stateMutability: "nonpayable";
281
+ readonly type: "function";
282
+ }, {
283
+ readonly inputs: readonly [];
284
+ readonly name: "getAllTriggerPermissionedAccounts";
285
+ readonly outputs: readonly [{
286
+ readonly internalType: "address[]";
287
+ readonly name: "";
288
+ readonly type: "address[]";
289
+ }];
290
+ readonly stateMutability: "view";
291
+ readonly type: "function";
292
+ }, {
293
+ readonly inputs: readonly [];
294
+ readonly name: "getContractName";
295
+ readonly outputs: readonly [{
296
+ readonly internalType: "string";
297
+ readonly name: "";
298
+ readonly type: "string";
299
+ }];
300
+ readonly stateMutability: "pure";
301
+ readonly type: "function";
302
+ }, {
303
+ readonly inputs: readonly [];
304
+ readonly name: "getContractVersion";
305
+ readonly outputs: readonly [{
306
+ readonly internalType: "string";
307
+ readonly name: "";
308
+ readonly type: "string";
309
+ }];
310
+ readonly stateMutability: "pure";
311
+ readonly type: "function";
312
+ }, {
313
+ readonly inputs: readonly [{
314
+ readonly internalType: "address";
315
+ readonly name: "account";
316
+ readonly type: "address";
317
+ }];
318
+ readonly name: "isAllowedToTrigger";
319
+ readonly outputs: readonly [{
320
+ readonly internalType: "bool";
321
+ readonly name: "";
322
+ readonly type: "bool";
323
+ }];
324
+ readonly stateMutability: "view";
325
+ readonly type: "function";
326
+ }, {
327
+ readonly inputs: readonly [];
328
+ readonly name: "maxPriceDelay";
329
+ readonly outputs: readonly [{
330
+ readonly internalType: "uint256";
331
+ readonly name: "";
332
+ readonly type: "uint256";
333
+ }];
334
+ readonly stateMutability: "view";
335
+ readonly type: "function";
336
+ }, {
337
+ readonly inputs: readonly [{
338
+ readonly internalType: "contract IPoolAccountantFunctionality";
339
+ readonly name: "poolAccountant";
340
+ readonly type: "address";
341
+ }, {
342
+ readonly components: readonly [{
343
+ readonly internalType: "uint256";
344
+ readonly name: "pairId";
345
+ readonly type: "uint256";
346
+ }, {
347
+ readonly internalType: "bytes[]";
348
+ readonly name: "priceData";
349
+ readonly type: "bytes[]";
350
+ }];
351
+ readonly internalType: "struct PairPrice[]";
352
+ readonly name: "pairPrices";
353
+ readonly type: "tuple[]";
354
+ }];
355
+ readonly name: "pairsTradersPricePnl";
356
+ readonly outputs: readonly [{
357
+ readonly internalType: "int256";
358
+ readonly name: "pricePnl";
359
+ readonly type: "int256";
360
+ }];
361
+ readonly stateMutability: "payable";
362
+ readonly type: "function";
363
+ }, {
364
+ readonly inputs: readonly [{
365
+ readonly internalType: "contract IPoolAccountantFunctionality";
366
+ readonly name: "poolAccountant";
367
+ readonly type: "address";
368
+ }, {
369
+ readonly components: readonly [{
370
+ readonly internalType: "uint256";
371
+ readonly name: "pairId";
372
+ readonly type: "uint256";
373
+ }, {
374
+ readonly internalType: "bytes[]";
375
+ readonly name: "priceData";
376
+ readonly type: "bytes[]";
377
+ }];
378
+ readonly internalType: "struct PairPrice[]";
379
+ readonly name: "pairPrices";
380
+ readonly type: "tuple[]";
381
+ }, {
382
+ readonly internalType: "bool";
383
+ readonly name: "allowMissingZeroOI";
384
+ readonly type: "bool";
385
+ }];
386
+ readonly name: "pairsTradersPricePnlWithMissingPairs";
387
+ readonly outputs: readonly [{
388
+ readonly internalType: "int256";
389
+ readonly name: "pricePnl";
390
+ readonly type: "int256";
391
+ }];
392
+ readonly stateMutability: "payable";
393
+ readonly type: "function";
394
+ }, {
395
+ readonly inputs: readonly [];
396
+ readonly name: "pendingAdmin";
397
+ readonly outputs: readonly [{
398
+ readonly internalType: "address";
399
+ readonly name: "";
400
+ readonly type: "address";
401
+ }];
402
+ readonly stateMutability: "view";
403
+ readonly type: "function";
404
+ }, {
405
+ readonly inputs: readonly [];
406
+ readonly name: "priceValidator";
407
+ readonly outputs: readonly [{
408
+ readonly internalType: "contract IPriceValidatorV1";
409
+ readonly name: "";
410
+ readonly type: "address";
411
+ }];
412
+ readonly stateMutability: "view";
413
+ readonly type: "function";
414
+ }, {
415
+ readonly inputs: readonly [];
416
+ readonly name: "priceValidatorType";
417
+ readonly outputs: readonly [{
418
+ readonly internalType: "enum PriceValidatorType";
419
+ readonly name: "";
420
+ readonly type: "uint8";
421
+ }];
422
+ readonly stateMutability: "view";
423
+ readonly type: "function";
424
+ }, {
425
+ readonly inputs: readonly [{
426
+ readonly internalType: "uint256";
427
+ readonly name: "_maxPriceDelay";
428
+ readonly type: "uint256";
429
+ }];
430
+ readonly name: "setMaxPriceDelay";
431
+ readonly outputs: readonly [];
432
+ readonly stateMutability: "nonpayable";
433
+ readonly type: "function";
434
+ }];
435
+ static createInterface(): PNLRInterface;
436
+ static connect(address: string, runner?: ContractRunner | null): PNLR;
437
+ }
438
+ export {};
439
+ //# sourceMappingURL=PNLR__factory.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PNLR__factory.d.ts","sourceRoot":"","sources":["../../../../../../../../../lib/typechain/factories/contracts/Lynx/Lex/PNLR/PNLR__factory.ts"],"names":[],"mappings":"AAGA,OAAO,EAEL,eAAe,EACf,2BAA2B,EAE5B,MAAM,QAAQ,CAAC;AAChB,OAAO,KAAK,EACV,MAAM,EACN,YAAY,EACZ,WAAW,EACX,yBAAyB,EACzB,cAAc,EACf,MAAM,QAAQ,CAAC;AAChB,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AACjE,OAAO,KAAK,EACV,IAAI,EACJ,aAAa,EACd,MAAM,6CAA6C,CAAC;AA0iBrD,KAAK,qBAAqB,GACtB,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,GACjB,qBAAqB,CAAC,OAAO,eAAe,CAAC,CAAC;AAMlD,qBAAa,aAAc,SAAQ,eAAe;gBACpC,GAAG,IAAI,EAAE,qBAAqB;IAQjC,oBAAoB,CAC3B,eAAe,EAAE,WAAW,EAC5B,mBAAmB,EAAE,YAAY,EACjC,SAAS,CAAC,EAAE,mBAAmB,GAAG;QAAE,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,GAClD,OAAO,CAAC,yBAAyB,CAAC;IAO5B,MAAM,CACb,eAAe,EAAE,WAAW,EAC5B,mBAAmB,EAAE,YAAY,EACjC,SAAS,CAAC,EAAE,mBAAmB,GAAG;QAAE,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,GAM9C,OAAO,CACV,IAAI,GAAG;QACL,qBAAqB,IAAI,2BAA2B,CAAC;KACtD,CACF;IAEM,OAAO,CAAC,MAAM,EAAE,cAAc,GAAG,IAAI,GAAG,aAAa;IAI9D,MAAM,CAAC,QAAQ,CAAC,QAAQ,olcAAa;IACrC,MAAM,CAAC,QAAQ,CAAC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAAQ;IAC3B,MAAM,CAAC,eAAe,IAAI,aAAa;IAGvC,MAAM,CAAC,OAAO,CAAC,OAAO,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,cAAc,GAAG,IAAI,GAAG,IAAI;CAGtE"}