Commit 9bb32463 authored by Javed Khan's avatar Javed Khan Committed by GitHub

indexer: fix L1 goerli chain id (#3473)

parent ce3e3de8
...@@ -36,7 +36,7 @@ var defaultBridgeCfgs = map[uint64][]*implConfig{ ...@@ -36,7 +36,7 @@ var defaultBridgeCfgs = map[uint64][]*implConfig{
{"ETH", "ETHBridge", predeploys.DevL1StandardBridge}, {"ETH", "ETHBridge", predeploys.DevL1StandardBridge},
}, },
// Goerli // Goerli
420: { 5: {
{"Standard", "StandardBridge", "0xFf94B6C486350aD92561Ba09bad3a59df764Da92"}, {"Standard", "StandardBridge", "0xFf94B6C486350aD92561Ba09bad3a59df764Da92"},
{"ETH", "ETHBridge", "0xFf94B6C486350aD92561Ba09bad3a59df764Da92"}, {"ETH", "ETHBridge", "0xFf94B6C486350aD92561Ba09bad3a59df764Da92"},
}, },
......
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