Skip to content

Commit

Permalink
Remove proxyadmin override
Browse files Browse the repository at this point in the history
  • Loading branch information
ltyu committed Dec 16, 2024
1 parent 9e6b843 commit 10c86c9
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ export const getEthereumZircuitRe7LRTWarpConfig = async (
const ethereum: HypTokenRouterConfig = {
...routerConfig.ethereum,
owner: Re7Safes.ethereum,
proxyAdmin: {
owner: Re7Safes.ethereum,
},
type: TokenType.collateral,
token: tokens.ethereum.Re7LRT,
interchainSecurityModule: ISM_CONFIG,
Expand All @@ -36,9 +33,6 @@ export const getEthereumZircuitRe7LRTWarpConfig = async (
const zircuit: HypTokenRouterConfig = {
...routerConfig.zircuit,
owner: Re7Safes.zircuit,
proxyAdmin: {
owner: Re7Safes.zircuit,
},
type: TokenType.synthetic,
interchainSecurityModule: ISM_CONFIG,
};
Expand Down

0 comments on commit 10c86c9

Please sign in to comment.