enable eth txn for testnet at epoch 73290 (#3504)

pull/3505/head
Rongjian Lan 4 years ago committed by GitHub
parent 6993b9ad0c
commit 0aa7f1c708
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      internal/params/config.go

@ -60,7 +60,7 @@ var (
ChainID: TestnetChainID,
EthCompatibleChainID: EthTestnetShard0ChainID,
EthCompatibleShard0ChainID: EthTestnetShard0ChainID,
EthCompatibleEpoch: EpochTBD,
EthCompatibleEpoch: big.NewInt(73290),
CrossTxEpoch: big.NewInt(0),
CrossLinkEpoch: big.NewInt(2),
StakingEpoch: big.NewInt(2),

Loading…
Cancel
Save