Skip to content

Releases: primev/contracts-abi

Update Contract Addresses

08 Mar 21:12
Compare
Choose a tag to compare
Pre-release
  • Updates contract addresses to:
	BidderRegistry:         "0xa86a41b57Fb73f9118F84847574517258d29eAD0",
	ProviderRegistry:       "0x5960774AD41D03DAB4916a30bD2190f8b3b3b4b2",
	PreconfCommitmentStore: "0x7D1a4707e573D260581f3AB3f90f697Ab03fC6Dd",
	Oracle:                 "0xFA626Ad00244CC08e4E34A10d2d1Aa1E930AA6dC",

Updates name of decay parameter to residualBidPercentAfterDecay

07 Mar 18:54
7a5dec6
Compare
Choose a tag to compare
Merge pull request #5 from primevprotocol/ckaritk/update-abi

Updates Decay percentage variable name to residualBidPercentAfterDecay

Pre-Confirmations Decay

03 Mar 22:27
8682af4
Compare
Choose a tag to compare
  • Adds a set of changes to Interfaces to introduce Pre-Confirmations Decay
  • This includes:
    • The Addition of DecayStart and DecayEnd timestamps in the Bid and Commitment Structures.
    • A Decayed residual percentage to be provided via the Oracle Contract.
    • The addition of a block.Number field in the stored Pre-Confirmation Structure representing the block at which the commitment was stored, to be used to compute decay in the off-chain oracle.