Skip to content

Commit

Permalink
common defaults on mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
piekczyk committed Nov 5, 2024
1 parent 1963fcc commit ea4ed95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/deploy-configurations/configs/mainnet.conf.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { loadContractNames } from '@deploy-configurations/constants'
import { SystemConfig } from '@deploy-configurations/types/deployment-config'
import { Network } from '@deploy-configurations/types/network'
import { commonDefaults } from './shared/common-defaults'

const SERVICE_REGISTRY_NAMES = loadContractNames(Network.MAINNET)

Expand Down Expand Up @@ -410,6 +411,7 @@ export const config: SystemConfig = {
},
},
common: {
...commonDefaults,
ARB: {
name: 'ARB',
address: '0x0000000000000000000000000000000000000000',
Expand Down

0 comments on commit ea4ed95

Please sign in to comment.