Skip to content

Commit

Permalink
feat: make proxy admin addresses optional
Browse files Browse the repository at this point in the history
  • Loading branch information
spsjvc committed Oct 31, 2024
1 parent 4ba8468 commit d1a18c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/dataEntities/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ export interface TokenBridge {
childWethGateway: string
parentWeth: string
childWeth: string
parentProxyAdmin: string
childProxyAdmin: string
parentProxyAdmin?: string
childProxyAdmin?: string
parentMultiCall: string
childMultiCall: string
}
Expand Down

0 comments on commit d1a18c0

Please sign in to comment.