Use Ropsten to test block reward.
This commit is contained in:
parent
60eed58997
commit
0f14f515e0
@ -41,7 +41,7 @@ import (
|
|||||||
var (
|
var (
|
||||||
// block data
|
// block data
|
||||||
// TODO: Update this to `MainnetChainConfig` when `LondonBlock` is added
|
// TODO: Update this to `MainnetChainConfig` when `LondonBlock` is added
|
||||||
TestConfig = params.RinkebyChainConfig
|
TestConfig = params.RopstenChainConfig
|
||||||
BlockNumber = TestConfig.LondonBlock
|
BlockNumber = TestConfig.LondonBlock
|
||||||
MockHeader = types.Header{
|
MockHeader = types.Header{
|
||||||
Time: 0,
|
Time: 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user