mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-12-24 15:25:18 +00:00
add bep3 patch activation date (#607)
This commit is contained in:
parent
a68ef74b07
commit
79e9a2c67a
@ -29,7 +29,7 @@ const (
|
|||||||
// Key prefixes
|
// Key prefixes
|
||||||
var (
|
var (
|
||||||
// SupplyLimitUpgradeTime is the block time after which the asset supply limits are updated from params
|
// SupplyLimitUpgradeTime is the block time after which the asset supply limits are updated from params
|
||||||
SupplyLimitUpgradeTime time.Time = time.Date(2020, 7, 8, 14, 0, 0, 0, time.UTC)
|
SupplyLimitUpgradeTime time.Time = time.Date(2020, 7, 10, 14, 0, 0, 0, time.UTC)
|
||||||
|
|
||||||
AtomicSwapKeyPrefix = []byte{0x00} // prefix for keys that store AtomicSwaps
|
AtomicSwapKeyPrefix = []byte{0x00} // prefix for keys that store AtomicSwaps
|
||||||
AtomicSwapByBlockPrefix = []byte{0x01} // prefix for keys of the AtomicSwapsByBlock index
|
AtomicSwapByBlockPrefix = []byte{0x01} // prefix for keys of the AtomicSwapsByBlock index
|
||||||
|
Loading…
Reference in New Issue
Block a user