Commit 8dda829f authored by Mark Tyneway's avatar Mark Tyneway

indexer: update tests

Ensures that the e2e test config parsing is correct
parent 4a142c9f
...@@ -79,8 +79,8 @@ func TestBedrockIndexer(t *testing.T) { ...@@ -79,8 +79,8 @@ func TestBedrockIndexer(t *testing.T) {
RESTPort: 7980, RESTPort: 7980,
DisableIndexer: false, DisableIndexer: false,
Bedrock: true, Bedrock: true,
BedrockL1StandardBridgeAddress: predeploys.DevL1StandardBridgeAddr, BedrockL1StandardBridgeAddress: cfg.DeployConfig.L1StandardBridgeProxy,
BedrockOptimismPortalAddress: predeploys.DevOptimismPortalAddr, BedrockOptimismPortalAddress: cfg.DeployConfig.OptimismPortalProxy,
} }
idxr, err := indexer.NewIndexer(idxrCfg) idxr, err := indexer.NewIndexer(idxrCfg)
require.NoError(t, err) require.NoError(t, err)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment