export declare const DEFAULT_CONTRACT_ADDRESS = "0x525E59e4DE2B51f52B9e30745a513E407652AB7c"; export declare const DEFAULT_ASSIGNMENTS_CONTRACT_ADDRESS = "0xb93AcE67A9017D526245E165ADf361dF9588d3fB"; export declare const DEFAULT_RPC_URL = "https://polygon-rpc.com"; export declare const DEFAULT_IPFS_GATEWAY = "https://ipfs.io/ipfs/"; export declare const MAX_CONCURRENT_DOWNLOADS = 25; export declare const BLOCKS_PER_QUERY = 10000; export declare const SUBMIT_CONTRACT_METHODS: { readonly GET_CURRENT_FIELD_DATA_HASH: "getCurrentFieldDataHash"; readonly GET_PARTICIPANTS_FOR_CONSENSUS_DATA_HASH: "getParticipantsForConsensusDataHash"; readonly HAS_USER_SUBMITTED_DATA_HASH: "hasUserSubmittedDataHash"; readonly SUBMIT_BATCH_DATA: "submitBatchData"; }; export declare const PINATA_API_BASE_URL = "https://api.pinata.cloud"; export declare const PINATA_GATEWAY_BASE_URL = "https://gateway.pinata.cloud/ipfs/"; export declare const SEED_DATAGROUP_SCHEMA_CID = "bafkreif7ywbjxu3s6jfi6ginvmsufeux3cd5eujuivg2y7tmqt2qk4rsoe"; export declare const POLYGON_MAINNET_CHAIN_ID = 137; export declare const ZERO_ADDRESS = "0x0000000000000000000000000000000000000000"; export declare const GAS_ESTIMATION_BUFFER = 0.3; export declare const FALLBACK_GAS_LIMIT = 30000000; export declare const DEFAULT_MAX_FEE_PER_GAS_GWEI = "50"; export declare const DEFAULT_MAX_PRIORITY_FEE_PER_GAS_GWEI = "2"; export declare const MIN_PRIORITY_FEE_GWEI = "1"; export declare const SUBMIT_CONTRACT_ABI_FRAGMENTS: readonly [{ readonly inputs: readonly [{ readonly internalType: "bytes32"; readonly name: "propertyHash"; readonly type: "bytes32"; }, { readonly internalType: "bytes32"; readonly name: "dataGroupHash"; readonly type: "bytes32"; }]; readonly name: "getCurrentFieldDataHash"; readonly outputs: readonly [{ readonly internalType: "bytes32"; readonly name: ""; readonly type: "bytes32"; }]; readonly stateMutability: "view"; readonly type: "function"; }, { readonly inputs: readonly [{ readonly internalType: "bytes32"; readonly name: "propertyHash"; readonly type: "bytes32"; }, { readonly internalType: "bytes32"; readonly name: "dataGroupHash"; readonly type: "bytes32"; }, { readonly internalType: "bytes32"; readonly name: "dataHash"; readonly type: "bytes32"; }]; readonly name: "getParticipantsForConsensusDataHash"; readonly outputs: readonly [{ readonly internalType: "address[]"; readonly name: ""; readonly type: "address[]"; }]; readonly stateMutability: "view"; readonly type: "function"; }, { readonly inputs: readonly [{ readonly internalType: "bytes32"; readonly name: "propertyHash"; readonly type: "bytes32"; }, { readonly internalType: "bytes32"; readonly name: "dataGroupHash"; readonly type: "bytes32"; }, { readonly internalType: "bytes32"; readonly name: "dataHash"; readonly type: "bytes32"; }, { readonly internalType: "address"; readonly name: "submitter"; readonly type: "address"; }]; readonly name: "hasUserSubmittedDataHash"; readonly outputs: readonly [{ readonly internalType: "bool"; readonly name: ""; readonly type: "bool"; }]; readonly stateMutability: "view"; readonly type: "function"; }, { readonly inputs: readonly [{ readonly components: readonly [{ readonly internalType: "bytes32"; readonly name: "propertyHash"; readonly type: "bytes32"; }, { readonly internalType: "bytes32"; readonly name: "dataGroupHash"; readonly type: "bytes32"; }, { readonly internalType: "bytes32"; readonly name: "dataHash"; readonly type: "bytes32"; }]; readonly internalType: "struct IPropertyDataConsensus.DataItem[]"; readonly name: "items"; readonly type: "tuple[]"; }]; readonly name: "submitBatchData"; readonly outputs: readonly []; readonly stateMutability: "nonpayable"; readonly type: "function"; }, { readonly anonymous: false; readonly inputs: readonly [{ readonly indexed: true; readonly internalType: "bytes32"; readonly name: "propertyHash"; readonly type: "bytes32"; }, { readonly indexed: true; readonly internalType: "bytes32"; readonly name: "dataGroupHash"; readonly type: "bytes32"; }, { readonly indexed: true; readonly internalType: "address"; readonly name: "submitter"; readonly type: "address"; }, { readonly indexed: false; readonly internalType: "bytes32"; readonly name: "dataHash"; readonly type: "bytes32"; }]; readonly name: "DataSubmitted"; readonly type: "event"; }, { readonly anonymous: false; readonly inputs: readonly [{ readonly indexed: true; readonly internalType: "bytes32"; readonly name: "propertyHash"; readonly type: "bytes32"; }, { readonly indexed: true; readonly internalType: "bytes32"; readonly name: "dataGroupHash"; readonly type: "bytes32"; }, { readonly indexed: false; readonly internalType: "bytes32"; readonly name: "dataHash"; readonly type: "bytes32"; }, { readonly indexed: false; readonly internalType: "address[]"; readonly name: "oracles"; readonly type: "address[]"; }]; readonly name: "ConsensusReached"; readonly type: "event"; }]; export declare const PREPARE_DEFAULT_ERROR_HTML_PATTERNS: string[]; //# sourceMappingURL=constants.d.ts.map