Skip to content

Commit

Permalink
add testnet 7000 activation time
Browse files Browse the repository at this point in the history
  • Loading branch information
karzak committed Jun 29, 2020
1 parent 792f221 commit 4f7d161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/bep3/types/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const (
// Key prefixes
var (
// 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, 2, 14, 0, 0, 0, time.UTC)

AtomicSwapKeyPrefix = []byte{0x00} // prefix for keys that store AtomicSwaps
AtomicSwapByBlockPrefix = []byte{0x01} // prefix for keys of the AtomicSwapsByBlock index
Expand Down

0 comments on commit 4f7d161

Please sign in to comment.