Skip to content

Commit

Permalink
Add ProxyAdmin blocks to base and zero
Browse files Browse the repository at this point in the history
  • Loading branch information
ltyu committed Jan 8, 2025
1 parent c69457f commit b134408
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ export const getBaseZeronetworkBrettConfig = async (
const base: HypTokenRouterConfig = {
...routerConfig.base,
owner: abacusWorksEnvOwnerConfig.base.owner,
proxyAdmin: {
owner: abacusWorksEnvOwnerConfig.base.owner,
address: '0xdD702861AB97419858ccc85eDa4765e26D955d88',
},
type: TokenType.collateral,
token: tokens.base.brett,
interchainSecurityModule: ISM_CONFIG,
Expand All @@ -29,6 +33,10 @@ export const getBaseZeronetworkBrettConfig = async (
const zeronetwork: HypTokenRouterConfig = {
...routerConfig.zeronetwork,
owner: abacusWorksEnvOwnerConfig.zeronetwork.owner,
proxyAdmin: {
owner: abacusWorksEnvOwnerConfig.zeronetwork.owner,
address: '0x4Ae15e875BDf5956D5c345A21AD83A20FD0692E6',
},
type: TokenType.synthetic,
interchainSecurityModule: ISM_CONFIG,
};
Expand Down

0 comments on commit b134408

Please sign in to comment.