From 0f14f515e01b15ceb6a5774b53bd372ae0984001 Mon Sep 17 00:00:00 2001 From: Arijit Das Date: Thu, 1 Jul 2021 22:02:08 +0530 Subject: [PATCH] Use Ropsten to test block reward. --- statediff/indexer/mocks/test_data.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/statediff/indexer/mocks/test_data.go b/statediff/indexer/mocks/test_data.go index a8bd0430dca1..a713b744a9ad 100644 --- a/statediff/indexer/mocks/test_data.go +++ b/statediff/indexer/mocks/test_data.go @@ -41,7 +41,7 @@ import ( var ( // block data // TODO: Update this to `MainnetChainConfig` when `LondonBlock` is added - TestConfig = params.RinkebyChainConfig + TestConfig = params.RopstenChainConfig BlockNumber = TestConfig.LondonBlock MockHeader = types.Header{ Time: 0,