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> = { ...@@ -54,9 +54,11 @@ export const configSpec: DeployConfigSpec<DeployConfig> = {
}, },
optimistName: { optimistName: {
type: 'string', type: 'string',
default: 'Optimist',
}, },
optimistSymbol: { optimistSymbol: {
type: 'string', type: 'string',
default: 'OPTIMIST',
}, },
attestorAddress: { attestorAddress: {
type: 'address', 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