scaffold CLR locking types / msg

This commit is contained in:
2022-09-07 20:25:57 +00:00
parent 33e576ca46
commit da45a14534
33 changed files with 1859 additions and 91 deletions

View File

@@ -8,6 +8,15 @@ const (
MinLeasePeriod = 3_600 // 1 hour
MaxLeasePeriod = 8_035_200 // 3 months
// Minimum required staked CLR to be a provider (i.e. to bid)
ProviderMinLockedClr = 500
// Amount slashed when a provider is offline during an audit
ProviderLockedSlash = 100
// Blocks between provider audit pings
// 40 blocks ~40min-2hr
ProviderPingFrequency = 40
// Gas Fees
AuctionGas = 10
)