Skip to content

Commit

Permalink
Fixed merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrwitek committed Nov 6, 2024
1 parent 3fbb038 commit 2b2981e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/deploy-configurations/configs/tenderly.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ 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)

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

0 comments on commit 2b2981e

Please sign in to comment.