change denoms to CLR/USDC from token/stake

This commit is contained in:
2022-09-07 22:15:49 +00:00
parent da45a14534
commit 627308d809
4 changed files with 60 additions and 27 deletions

View File

@@ -9,13 +9,18 @@ const (
MaxLeasePeriod = 8_035_200 // 3 months
// Minimum required staked CLR to be a provider (i.e. to bid)
ProviderMinLockedClr = 500
// 500 CLR
ProviderMinLockedUClr = 500_000_000
// Amount slashed when a provider is offline during an audit
ProviderLockedSlash = 100
// 100 CLR
ProviderLockedSlashUClr = 100_000_000
// Blocks between provider audit pings
// 40 blocks ~40min-2hr
ProviderPingFrequency = 40
// Blocks between provider audits
// 400 blocks ~400-1200min
ProviderAuditFrequency = 400
// Blocks before an audit ping must be returned
// 3 blocks ~4-12sec
ProviderAuditLength = 4
// Gas Fees
AuctionGas = 10