Skip to content

Commit

Permalink
enable eth txn at epoch 442 (#3513)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlan35 authored Jan 29, 2021
1 parent 94bf414 commit 3f4fa0d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions internal/params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ var (
EthTestnetShard0ChainID = big.NewInt(1666700000)
EthPangaeaShard0ChainID = big.NewInt(1666800000)
EthPartnerShard0ChainID = big.NewInt(1666900000)
EthStressnetShard0ChainID = big.NewInt(1661000000)
EthTestShard0ChainID = big.NewInt(1661100000) // not a real network
EthAllProtocolChangesShard0ChainID = big.NewInt(1661200000) // not a real network
EthStressnetShard0ChainID = big.NewInt(1667000000)
EthTestShard0ChainID = big.NewInt(1667100000) // not a real network
EthAllProtocolChangesShard0ChainID = big.NewInt(1667200000) // not a real network
)

// EpochTBD is a large, “not anytime soon” epoch. It used as a placeholder
Expand All @@ -39,7 +39,7 @@ var (
ChainID: MainnetChainID,
EthCompatibleChainID: EthMainnetShard0ChainID,
EthCompatibleShard0ChainID: EthMainnetShard0ChainID,
EthCompatibleEpoch: EpochTBD,
EthCompatibleEpoch: big.NewInt(442), // Around Thursday Feb 4th 2020, 10AM PST
CrossTxEpoch: big.NewInt(28),
CrossLinkEpoch: big.NewInt(186),
StakingEpoch: big.NewInt(186),
Expand Down

0 comments on commit 3f4fa0d

Please sign in to comment.