Commit 45a0a703 authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Merge pull request #4454 from ethereum-optimism/willc/more-config

feat(contracts-periphery): Add optimistName and optimistSymbol
parents 4fdd028d 55515ba1
---
'@eth-optimism/contracts-periphery': patch
---
Add some default options to optimist config
......@@ -54,9 +54,11 @@ export const configSpec: DeployConfigSpec<DeployConfig> = {
},
optimistName: {
type: 'string',
default: 'Optimist',
},
optimistSymbol: {
type: 'string',
default: 'OPTIMIST',
},
attestorAddress: {
type: 'address',
......
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