Skip to content

Commit

Permalink
Add Miggles ProxyAdmin
Browse files Browse the repository at this point in the history
  • Loading branch information
ltyu committed Jan 7, 2025
1 parent 01aae3d commit 2d76ebd
Showing 1 changed file with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,23 @@ export const getBaseZeronetworkMigglesConfig = async (
): Promise<ChainMap<HypTokenRouterConfig>> => {
const base: HypTokenRouterConfig = {
...routerConfig.base,
...abacusWorksEnvOwnerConfig.base,
owner: abacusWorksEnvOwnerConfig.base.owner,
proxyAdmin: {
owner: abacusWorksEnvOwnerConfig.base.owner,
address: '0xAb15bf761276d4a9aaaB14B100c921B417D07BB2',
},
type: TokenType.collateral,
token: tokens.base.miggles,
interchainSecurityModule: ISM_CONFIG,
};

const zeronetwork: HypTokenRouterConfig = {
...routerConfig.zeronetwork,
...abacusWorksEnvOwnerConfig.zeronetwork,
owner: abacusWorksEnvOwnerConfig.zeronetwork.owner,
proxyAdmin: {
owner: abacusWorksEnvOwnerConfig.base.owner,
address: '0xc703DcF5ceaf33214dA115E1c86977A9b5590B59',
},
type: TokenType.synthetic,
interchainSecurityModule: ISM_CONFIG,
};
Expand Down

0 comments on commit 2d76ebd

Please sign in to comment.