Skip to content

Commit

Permalink
Add BRETT deploy config
Browse files Browse the repository at this point in the history
  • Loading branch information
ltyu committed Jan 8, 2025
1 parent 2d76ebd commit c69457f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ export const getBaseZeronetworkBrettConfig = async (
): Promise<ChainMap<HypTokenRouterConfig>> => {
const base: HypTokenRouterConfig = {
...routerConfig.base,
...abacusWorksEnvOwnerConfig.base,
owner: abacusWorksEnvOwnerConfig.base.owner,
type: TokenType.collateral,
token: tokens.base.brett,
interchainSecurityModule: ISM_CONFIG,
};

const zeronetwork: HypTokenRouterConfig = {
...routerConfig.zeronetwork,
...abacusWorksEnvOwnerConfig.zeronetwork,
owner: abacusWorksEnvOwnerConfig.zeronetwork.owner,
type: TokenType.synthetic,
interchainSecurityModule: ISM_CONFIG,
};
Expand Down

0 comments on commit c69457f

Please sign in to comment.