Commit f6cdc1d9 authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

op-chain-ops: add goerli chain params (#4131)

Without it, there will be a `nil` dereference.
Each network should be added explicitly
parent 8eaf6f4c
...@@ -21,4 +21,7 @@ var ParamsByChainID = map[int]*Params{ ...@@ -21,4 +21,7 @@ var ParamsByChainID = map[int]*Params{
// total supply by accidental invocations of the Saurik bug (https://www.saurik.com/optimism.html). // total supply by accidental invocations of the Saurik bug (https://www.saurik.com/optimism.html).
new(big.Int).SetUint64(1627270011999999992), new(big.Int).SetUint64(1627270011999999992),
}, },
5: {
new(big.Int),
},
} }
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