Skip to content

Commit

Permalink
Fix owner
Browse files Browse the repository at this point in the history
  • Loading branch information
ltyu committed Jan 8, 2025
1 parent b134408 commit a76dedb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const getBaseZeronetworkJackieChainWarpConfig = async (
...routerConfig.zeronetwork,
owner: abacusWorksEnvOwnerConfig.zeronetwork.owner,
proxyAdmin: {
owner: abacusWorksEnvOwnerConfig.base.owner,
owner: abacusWorksEnvOwnerConfig.zeronetwork.owner,
address: '0x175B542ff2583f6c44059233Ed65f29e2fcAb930',
},
type: TokenType.synthetic,
Expand Down

0 comments on commit a76dedb

Please sign in to comment.